SubEntityFetchPlan(Type, PredefinedFetchPlan) Constructor

Initializes a new instance of the SubEntityFetchPlan class

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public SubEntityFetchPlan(
	Type entityType,
	PredefinedFetchPlan predefinedFetchPlan
)

Parameters

entityType  Type
 
predefinedFetchPlan  PredefinedFetchPlan
 

See Also