public sealed class SmartRoleRepository : ISmartRoleRepository
Public NotInheritable Class SmartRoleRepository
Implements ISmartRoleRepository
public ref class SmartRoleRepository sealed : ISmartRoleRepository
[<SealedAttribute>]
type SmartRoleRepository =
class
interface ISmartRoleRepository
end
SmartRoleRepository | Инициализирует новый экземпляр класса SmartRoleRepository |
DeleteSmartRoleAsync | Метод для удаления умной роли. |
DeleteSmartRoleMembersAsync | Метод для удаления ролей из умной роли по идентификатором записей ролей. |
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) |
GetSmartRoleAsync | Метод для получения умной роли по идентификатору. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InsertSmartRoleAsync | Метод для сохранения новой умной роли. |
InsertSmartRoleMembersAsync | Метод для добавления новых ролей в умную роль. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UpdateSmartRoleAsync | Метод для обновления параметров умной роли. Не обновляет состав умной роли. |