Click or drag to resize

RepositorySettingsT(RepositoryCachingBehavior, ISubEntityFetchPlan) Constructor

Constructor

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public RepositorySettings(
	RepositoryCachingBehavior cachingBehavior,
	ISubEntityFetchPlan subEntityFetchPlan = null
)

Parameters

cachingBehavior  RepositoryCachingBehavior
Determines if a repository should cache its entities
subEntityFetchPlan  ISubEntityFetchPlan  (Optional)
Fetch plan used to determine how sub-entities are retrieved over the network
See Also