Name | Description |
---|---|
DefaultConfigurationInitializer | Default initializer that will be used if a more specific initializer is not specified. Enables [Trackable] and [TrackingKey] attributes, ITrackingAware and ITriggerPersist interfaces. Can be overriden to allow additional initialization logic for a specific type. If you do not wish to keep the logic that deals with [Trackable], [TrackingKey], ITrackingAware and ITriggerPersist, implement IConfigurationInitializer directly instead. |
TrackableAttribute |