Includer<TPrimary, TRigt> Class
Namespace: PTS.Includers
Assembly: PTS.DomainFramework.Includers.dll
Syntax
public class Includer<TPrimary, TRigt> : Includer<TPrimary>, IEnumerable<TPrimary>, IEnumerable
Type Parameters
Name | Description |
---|---|
TPrimary | |
TRigt |
Implements
System.Collections.Generic.IEnumerable<TPrimary>
System.Collections.IEnumerable
Constructors
Includer(Includer, IQueryable, ILot, Expression, IncludeOptions)
Declaration
public Includer(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 |
Includer(IQueryable, IQueryable, ILot, Expression, IncludeOptions)
Declaration
public Includer(IQueryable left, IQueryable right, ILot collection, Expression predicate, IncludeOptions options)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.IQueryable | left | |
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()