Owneat Technical Guide main Help

Class RoleRepository

Namespace: Identity.Infrastructure.Repositories
Assembly: Identity.Infrastructure.dll

Role repository concrete implementation.

public sealed class RoleRepository : Repository<Role, UserContext>, IRepository<Role>

Inheritance

object ← Repository<Role, UserContext\> ← RoleRepository

Implements

IRepository<Role\>

Inherited Members

Repository<Role, UserContext\>.GetAllAsync\(\), Repository<Role, UserContext\>.GetByIdAsync\(Guid\), Repository<Role, UserContext\>.GetByIdAsyncWithConcurrency\(Guid\), Repository<Role, UserContext\>.Add\(Role\), Repository<Role, UserContext\>.Update\(Role\), Repository<Role, UserContext\>.UpdateRange\(IEnumerable<Role\>\), Repository<Role, UserContext\>.Delete\(Role\), Repository<Role, UserContext\>.DeleteRange\(IEnumerable<Role\>\), Repository<Role, UserContext\>.Exists\(Func<Role, bool\>\), object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Constructors

RoleRepository\(UserContext\)

public RoleRepository(UserContext context)

Parameters

context UserContext

Last modified: 21 May 2024