SubEntityFetchPlanBuilderTModel(ISubEntityFetchPlan) Constructor
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public SubEntityFetchPlanBuilder(
ISubEntityFetchPlan subEntityFetchPlan = null
)
Public Sub New (
Optional subEntityFetchPlan As ISubEntityFetchPlan = Nothing
)
public:
SubEntityFetchPlanBuilder(
ISubEntityFetchPlan^ subEntityFetchPlan = nullptr
)
new :
?subEntityFetchPlan : ISubEntityFetchPlan
(* Defaults:
let _subEntityFetchPlan = defaultArg subEntityFetchPlan null
*)
-> SubEntityFetchPlanBuilder
Parameters
- subEntityFetchPlan ISubEntityFetchPlan (Optional)
-