Includer Class
Assembly: PTS.DomainFramework.Includers.dll
Syntax
public abstract class Includer
Inheritance
System.Object
Includer
Constructors
Includer()
Declaration
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 |
|
Properties
Queryable
Declaration
protected IQueryable<Dto> Queryable { get; }
Property Value
Type |
Description |
System.Linq.IQueryable<Dto> |
|
Methods
FillCollections<TPrimary>(Includer)
Declaration
public static IReadOnlyCollection<TPrimary> FillCollections<TPrimary>(Includer include)
Parameters
Returns
Type |
Description |
System.Collections.Generic.IReadOnlyCollection<TPrimary> |
|
Type Parameters
Name |
Description |
TPrimary |
|
GetParentChain(Includer)
Declaration
public static Includer[] GetParentChain(Includer join)
Parameters
Returns
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()
Extension Methods