Class AuthCredentialRepository
Implements
IRepositoryWrapper<AuthCredentials>
Inherited Members
RepositoryWrapper<AuthCredentials>.Find(Expression<Func<AuthCredentials, Boolean>>, IQueryOptions<>)
Catalyst.Core.Lib.Repository.RepositoryWrapper<Catalyst.Core.Modules.Authentication.Models.AuthCredentials>.Join<TJoinKey, TInner, TResult>(IRepositoryQueryable<>, System.Linq.Expressions.Expression<System.Func<Catalyst.Core.Modules.Authentication.Models.AuthCredentials, TJoinKey>>, System.Linq.Expressions.Expression<System.Func<TInner, TJoinKey>>, System.Linq.Expressions.Expression<System.Func<Catalyst.Core.Modules.Authentication.Models.AuthCredentials, TInner, TResult>>)
RepositoryWrapper<AuthCredentials>.Sum(ISpecification<>, Expression<Func<AuthCredentials, Decimal>>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Modules.Authentication.Repository
Assembly: Catalyst.Core.Modules.Authentication.dll
Syntax
public sealed class AuthCredentialRepository : RepositoryWrapper<AuthCredentials>, IRepositoryWrapper<AuthCredentials>, IAuthCredentialRepository, IRepositoryWrapper<AuthCredentials>
Constructors
| Improve this Doc View SourceAuthCredentialRepository(IRepository<AuthCredentials, String>)
Declaration
public AuthCredentialRepository(IRepository<AuthCredentials, string> repository)
Parameters
Type | Name | Description |
---|---|---|
IRepository<AuthCredentials, System.String> | repository |
Implements
IRepositoryWrapper<>