Represent the map between TEntity and TIdentity over
an IEnumerable<(Of <(<'T>)>)>.
Inheritance Hierarchy
Object | ||||
VisitableBase | ||||
Expression | ||||
Expression<(Of <(<'IEnumerable<(Of <(<'TIdentity>)>)>>)>)> | ||||
Identification<(Of <(<'TEntity, TIdentity>)>)> |
Assembly: Epic.Query.Object
Declaration Syntax
C# |
[SerializableAttribute] public sealed class Identification<TEntity, TIdentity> : Expression<IEnumerable<TIdentity>> 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 | |
---|---|---|
Identification<(Of <(<'TEntity, TIdentity>)>)>(Expression<(Of <<'(IEnumerable<(Of <<'(TEntity>)>>)>)>>)) |
Initializes a new instance of the Identification<(Of <(<'TEntity, TIdentity>)>)> class.
| |
Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).) | |
Entities |
The entities that will be mapped to their identities.
| |
GetObjectData(SerializationInfo, StreamingContext) |
Gets the object data to serialize.
(Overrides Expression.GetObjectData(SerializationInfo, StreamingContext).) |