Class AccountRepository
Inherited Members
RepositoryWrapper<Account>.GetMany<TResult>(IEnumerable<String>, Expression<Func<Account, TResult>>)
RepositoryWrapper<Account>.Max<TResult>(ISpecification<Account>, Expression<Func<Account, TResult>>)
RepositoryWrapper<Account>.Min<TResult>(ISpecification<Account>, Expression<Func<Account, TResult>>)
RepositoryWrapper<Account>.Sum(Expression<Func<Account, Boolean>>, Expression<Func<Account, Int32>>)
RepositoryWrapper<Account>.Sum(Expression<Func<Account, Boolean>>, Expression<Func<Account, Int64>>)
RepositoryWrapper<Account>.Sum(ISpecification<Account>, Expression<Func<Account, Nullable<Double>>>)
RepositoryWrapper<Account>.Sum(ISpecification<Account>, Expression<Func<Account, Nullable<Single>>>)
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.Ledger.Repository
Assembly: Catalyst.Core.Modules.Ledger.dll
Syntax
public class AccountRepository : RepositoryWrapper<Account>, IAccountRepository, IRepositoryWrapper<Account>, IRepository<Account, string>
Constructors
| Improve this Doc View SourceAccountRepository(IRepository<Account, String>)
Declaration
public AccountRepository(IRepository<Account, string> repository)
Parameters
Type | Name | Description |
---|---|---|
IRepository<Account, System.String> | repository |
Implements
IRepository<, >