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

Identification<(Of <(<'TEntity, TIdentity>)>)>
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 MembersConstructorsMethodsProperties  



MemberDescription
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).)
blog comments powered by Disqus