public sealed class NestedRoleRepository : INestedRoleRepository
Public NotInheritable Class NestedRoleRepository
Implements INestedRoleRepository
public ref class NestedRoleRepository sealed : INestedRoleRepository
[<SealedAttribute>]
type NestedRoleRepository =
class
interface INestedRoleRepository
end
NestedRoleRepository | Инициализирует новый экземпляр класса NestedRoleRepository |
CreateNestedRolesAsync | Создает переданные вложенные роли в базе. |
DeleteNestedRolesAsync | Удаляет вложенные роли. |
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) |
GetNestedRolesAsync | Возвращает список вложенных ролей для указанных ролей по заданным идентификаторам контекста. Если не заданы идентификаторы ролей или контекста, то поиск производится только по одному из списков. Если не заданы оба параметра, то метод вернёт ошибку. |
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) |
UpdateNestedRoleAsync | Обновляет переданную вложенную роль в базе. |