RepositorySettingsT(ISubEntityFetchPlan) Constructor

Constructor

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public RepositorySettings(
	ISubEntityFetchPlan subEntityFetchPlan = null
)

Parameters

subEntityFetchPlan  ISubEntityFetchPlan  (Optional)
Fetch plan used to determine how sub-entities are retrieved over the network

See Also