RelatedIncluder<TPrimary, TLeft, TRigt> Class
Namespace: PTS.Includers
Assembly: PTS.DomainFramework.Includers.dll
Syntax
public class RelatedIncluder<TPrimary, TLeft, TRigt> : ThenIncluder<TPrimary, TLeft, TRigt>, IEnumerable<TPrimary>, IEnumerable
Type Parameters
Name | Description |
---|---|
TPrimary | |
TLeft | |
TRigt |
Inheritance
System.Object
Includer<TPrimary>
ThenIncluder<TPrimary, TLeft, TRigt>
RelatedIncluder<TPrimary, TLeft, TRigt>
Implements
System.Collections.Generic.IEnumerable<TPrimary>
System.Collections.IEnumerable
Constructors
RelatedIncluder(Includer, IQueryable, ILot, Expression, IncludeOptions)
Declaration
public RelatedIncluder(Includer parent, IQueryable right, ILot collection, Expression predicate, IncludeOptions options)
Parameters
Type | Name | Description |
---|---|---|
Includer | parent | |
System.Linq.IQueryable | right | |
ILot | collection | |
System.Linq.Expressions.Expression | predicate | |
IncludeOptions | options |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()