The interface for the LastAlertErrorViewModel class.
| C# | Visual Basic | Visual C++ |
public interface ILastAlertErrorViewModel : IErrorViewModel, INotifyPropertyChanged
Public Interface ILastAlertErrorViewModel _ Implements IErrorViewModel, INotifyPropertyChanged
public interface class ILastAlertErrorViewModel : IErrorViewModel, INotifyPropertyChanged
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| AlertManager |
Gets the alert manager.
(Inherited from IErrorViewModel.) | |
| AlertSection |
Gets or sets the alert section.
(Inherited from IErrorViewModel.) | |
| CloseAlertCommand |
Gets the close alert command.
(Inherited from IErrorViewModel.) | |
| CountItem |
Gets or sets the count item.
(Inherited from IErrorViewModel.) | |
| HasLastAlert |
Gets or sets a value indicating whether a last alert exist.
| |
| Height |
Gets or sets the height.
(Inherited from IErrorViewModel.) | |
| IsAlertInformation |
Gets a value indicating whether this is alert information.
| |
| IsClosedAlert |
Gets or sets a value indicating whether the alert is closed.
(Inherited from IErrorViewModel.) | |
| IsNotOnlyAlertInformation |
Gets or sets a value indicating whether the alert contains more then just alert information.
(Inherited from IErrorViewModel.) | |
| LastAlert |
Gets or sets the last alert.
| |
| Load()()() |
Loads this instance.
(Inherited from IErrorViewModel.) | |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) | |
| Section |
Gets the section.
(Inherited from IErrorViewModel.) | |
| Unload()()() |
Unloads this instance.
(Inherited from IErrorViewModel.) | |
| Width |
Gets or sets the width.
(Inherited from IErrorViewModel.) |