Click or drag to resize

IConfigurationLifecycle Interface

Provides access to save- and load events of the configuration file.

Namespace:  Colygon.MatchPoint.Core.Administration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface IConfigurationLifecycle

The IConfigurationLifecycle type exposes the following members.

Methods
  NameDescription
Public methodAfterLoad
Executed after loading the configuration.
Public methodAfterSave
Executed after saving the configuration.
Public methodBeforeSave
Executed before saving the configuration.
Top
Remarks
Within the BeforeSave(MPInstance, String), AfterSave(MPInstance, String) and AfterLoad(MPInstance, String, Int32) methods, members on the configuration file can be initialized, i.e. by using the provided MPInstance reference.
See Also