Represent a source of TEntity.
Inheritance Hierarchy
Object | ||||
![]() | VisitableBase | |||
![]() | Expression | |||
![]() | Expression<(Of <(<'IEnumerable<(Of <(<'TEntity>)>)>>)>)> | |||
![]() | Source<(Of <(<'TEntity, TIdentity>)>)> |
Assembly: Epic.Query.Object
Declaration Syntax
C# |
[SerializableAttribute] public sealed class Source<TEntity, TIdentity> : Expression<IEnumerable<TEntity>> where TEntity : class where TIdentity : Object, IEquatable<TIdentity>
Generic Template Parameters
- TEntity
- Type of the entity.
- TIdentity
- Type of the identity.
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
![]() | Source<(Of <(<'TEntity, TIdentity>)>)>(IRepository<(Of <<'(TEntity, TIdentity>)>>)) |
Initializes a new instance of the Source<(Of <(<'TEntity, TIdentity>)>)>.
|
![]() | Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).) |
![]() | GetObjectData(SerializationInfo, StreamingContext) |
Gets the object data to serialize.
(Overrides Expression.GetObjectData(SerializationInfo, StreamingContext).) |
![]() | Repository |
The repository.
|