The interface for the ErrorViewModel class.

C# | Visual Basic | Visual C++ |
public interface IErrorViewModel : INotifyPropertyChanged
Public Interface IErrorViewModel _ Implements INotifyPropertyChanged
public interface class IErrorViewModel : INotifyPropertyChanged

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | AlertManager |
Gets the alert manager.
|
![]() | AlertSection |
Gets or sets the alert section.
|
![]() | CloseAlertCommand |
Gets the close alert command.
|
![]() | CountItem |
Gets or sets the count item.
|
![]() | Height |
Gets or sets the height.
|
![]() | IsClosedAlert |
Gets or sets a value indicating whether the alert is closed.
|
![]() | IsNotOnlyAlertInformation |
Gets or sets a value indicating whether the alert contains more then just alert information.
|
![]() | Load()()() |
Loads this instance.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | Section |
Gets the section.
|
![]() | Unload()()() |
Unloads this instance.
|
![]() | Width |
Gets or sets the width.
|