Click or drag to resize

SubEntityFetchPlanTEntity Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.RepositoriesSubEntityFetchPlan
    Ignition.Framework.RepositoriesSubEntityFetchPlanTEntity

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class SubEntityFetchPlan<TEntity> : SubEntityFetchPlan

Type Parameters

TEntity

The SubEntityFetchPlanTEntity type exposes the following members.

Constructors
 NameDescription
Public methodSubEntityFetchPlanTEntityInitializes a new instance of the SubEntityFetchPlanTEntity class
Public methodSubEntityFetchPlanTEntity(PredefinedFetchPlan)Initializes a new instance of the SubEntityFetchPlanTEntity class
Top
Methods
 NameDescription
Public methodCloneToNewType Make a copy of this fetch plan using a new type.
(Inherited from SubEntityFetchPlan)
Public methodGetFetchStrategyForProperty
(Inherited from SubEntityFetchPlan)
Public methodSetFetchStrategyOnAllCollectionProperties
(Inherited from SubEntityFetchPlan)
Public methodSetFetchStrategyOnSingleCollectionProperty
(Inherited from SubEntityFetchPlan)
Top
See Also