RepositoryReadOnlyTSettings Property

Settings specifying how this repository should behave with regard to both entity and sub-entity management

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
protected virtual RepositorySettings<T> Settings { get; }

Property Value

RepositorySettingsT

Remarks

Notes for Inheritors This method is called from the constructor of the base class. As a result, neither the inheriting class nor the base class will be fully constructed at the time of execution. This method should be used to instantiate and return a default set of settings and perform no other work.

See Also