RepositoryReadOnlyTSettings Property
Settings specifying how this repository should behave with regard to both entity and sub-entity management
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
protected virtual RepositorySettings<T> Settings { get; }
Protected Overridable ReadOnly Property Settings As RepositorySettings(Of T)
Get
protected:
virtual property RepositorySettings<T>^ Settings {
RepositorySettings<T>^ get ();
}
abstract Settings : RepositorySettings<'T> with get
override Settings : RepositorySettings<'T> with get
Property Value
RepositorySettingsT
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.