Fork me on GitHubEpicdominant domains
APIEpic.Query.Object.ExpressionsSelection<(Of <(<'TEntity>)>)>

Selection<(Of <(<'TEntity>)>)>
Represent the selection of those TEntity that satisfy a specification.
Inheritance Hierarchy
Object
VisitableBase
 Expression
  Expression<(Of <(<'IEnumerable<(Of <(<'TEntity>)>)>>)>)>
   Selection<(Of <(<'TEntity>)>)>

Assembly: Epic.Query.Object

Declaration Syntax
C#
[SerializableAttribute]
public sealed class Selection<TEntity> : Expression<IEnumerable<TEntity>>
where TEntity : class
Generic Template Parameters
TEntity
Type of the entity.
Members
All MembersConstructorsMethodsProperties  



MemberDescription
Selection<(Of <(<'TEntity>)>)>(Expression<(Of <<'(IEnumerable<(Of <<'(TEntity>)>>)>)>>), ISpecification<(Of <<'(TEntity>)>>))
Initializes a new instance of the Selection<(Of <(<'TEntity>)>)>.
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).)
Source
The source of TEntity.
Specification
The specification to satisfy.
blog comments powered by Disqus