Click or drag to resize

SubEntityFetchPlan(Type, PredefinedFetchPlan) Constructor

Initializes a new instance of the SubEntityFetchPlan class

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

Parameters

entityType  Type
 
predefinedFetchPlan  PredefinedFetchPlan
 
See Also