Table of Contents

Interface IInitializable

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

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

InitializationState

Methods

Exit()

De initializes the object.

void Exit()

Initialize()

Initializes the object.

void Initialize()