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: 2013.11.0.0
Syntax
C#
public interface IConfigurationLifecycle

The IConfigurationLifecycle type exposes the following members.

Methods
  NameDescription
Public methodAferSave
Executed after saving the configuration.
Public methodAfterLoad
Executed after loading the configuration.
Public methodBeforeSave
Executed before saving the configuration.
Top
Remarks
Within the BeforeSave(MPInstance, String), AferSave(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