Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ILastAlertErrorViewModel Interface
NamespacesGenesyslab.Desktop.Modules.Windows.Views.Error.LastILastAlertErrorViewModel
The interface for the LastAlertErrorViewModel class.
Declaration Syntax
C#Visual BasicVisual C++
public interface ILastAlertErrorViewModel : IErrorViewModel, 
	INotifyPropertyChanged
Public Interface ILastAlertErrorViewModel _
	Implements IErrorViewModel, INotifyPropertyChanged
public interface class ILastAlertErrorViewModel : IErrorViewModel, 
	INotifyPropertyChanged
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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.)

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)