RepositorySettingsTSubEntityFetchPlan Property

How the repository should go about fetching sub-entities for properties that are marked for automatic fetching by way of the NetForumSubEntityCollectionAttribute

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public ISubEntityFetchPlan SubEntityFetchPlan { get; }

Property Value

ISubEntityFetchPlan

See Also