IncludeExpressionService Class
Namespace: PTS.Includers.Infrastructure
Assembly: PTS.DomainFramework.Includers.Infrastructure.dll
Syntax
public sealed class IncludeExpressionService : EntityService, IIncluderExpressionService, IStartupDependency
Constructors
IncludeExpressionService(IEntityServiceScope, IForeignKeyService)
Declaration
public IncludeExpressionService(IEntityServiceScope scope, IForeignKeyService foreignKeyService)
Parameters
Type | Name | Description |
---|---|---|
IEntityServiceScope | scope | |
IForeignKeyService | foreignKeyService |
Methods
GetExpression(IncluderParameters)
Declaration
public Expression GetExpression(IncluderParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
IncluderParameters | parameters |
Returns
Type | Description |
---|---|
System.Linq.Expressions.Expression |
Start()
Declaration
public void Start()
Implements
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()