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 Members | Constructors | Methods | Properties | ||
| Member | Description | |
|---|---|---|
| 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.
|
