public abstract class SmartRoleGetOwnersStrategyBase<T> : ISmartRoleGetOwnersStrategy
where T : ISmartRoleGetOwnersStrategyParam
Public MustInherit Class SmartRoleGetOwnersStrategyBase(Of T As ISmartRoleGetOwnersStrategyParam)
Implements ISmartRoleGetOwnersStrategy
generic<typename T>
where T : ISmartRoleGetOwnersStrategyParam
public ref class SmartRoleGetOwnersStrategyBase abstract : ISmartRoleGetOwnersStrategy
[<AbstractClassAttribute>]
type SmartRoleGetOwnersStrategyBase<'T when 'T : ISmartRoleGetOwnersStrategyParam> =
class
interface ISmartRoleGetOwnersStrategy
end
SmartRoleGetOwnersStrategyBaseT | Инициализирует новый экземпляр класса SmartRoleGetOwnersStrategyBaseT |
CreateParameter | Создаёт объект, обрабатываемый данной стратегией, с параметрами, необходимыми для получения генераторов умных ролей для перерасчёта. |
CreateParameterCore | Создаёт объект, обрабатываемый данной стратегией, с параметрами, необходимыми для получения генераторов умных ролей для перерасчёта. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetOwnersAsync | Производит получение владельцев умных ролей для перерасчёта. |
GetOwnersCoreAsync | Производит получение списка идентификаторов владельцев умных ролей для перерасчёта. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |