Represents an alert message sent through the EventBroker.

C# | Visual Basic | Visual C++ |
public class Alert : INotifyPropertyChanged
Public Class Alert _ Implements INotifyPropertyChanged
public ref class Alert : INotifyPropertyChanged

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | Alert()()() |
Initializes a new instance of the Alert class.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Releases unmanaged resources and performs other cleanup operations before the
object is reclaimed by garbage collection.
(Overrides Object.Finalize()()().) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Id |
Gets or sets the id.
|
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Message |
Gets the message.
|
![]() | OnPropertyChanged(String) |
Called when PropertyChanged occured.
|
![]() | Parameters |
Gets or sets the parameters.
|
![]() | PropertyChanged |
Occurs when a property value changes.
|
![]() | Section |
Gets or sets the section.
|
![]() | Severity |
Gets or sets the severity.
|
![]() | Target |
Gets or sets the target.
|
![]() | TimeStamp |
Gets or sets the time stamp.
|
![]() | ToString()()() | (Inherited from Object.) |
