Interface IInitializable
Interface for a class which can be initialized.
public interface IInitializable : INotifyPropertyChangedEx, INotifyPropertyChanged
- Inherited Members
-
INotifyPropertyChangedEx.Refresh()INotifyPropertyChangedEx.IsNotifying
Properties
InitializationState
Gets a value indicating whether the object is initialized.
InitializationState InitializationState { get; }
Property Value
Methods
Exit()
De initializes the object.
void Exit()
Initialize()
Initializes the object.
void Initialize()