AP&C API Reference
|
This construct provides the generic definition of some event that can happen in the system. More...
Public Member Functions | |
override string | ToString () |
Returns a System.String that represents this instance. More... | |
object | Clone () |
![]() | |
System.Xml.Schema.XmlSchema | GetSchema () |
This property is reserved, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class instead. More... | |
void | ReadXml (System.Xml.XmlReader reader) |
Generates an object from its XML representation. More... | |
void | WriteXml (System.Xml.XmlWriter writer) |
Converts an object into its XML representation. More... | |
Protected Member Functions | |
override void | OnReadXml (System.Xml.XmlReader reader) |
Reads the XML. More... | |
override void | OnWriteXml (System.Xml.XmlWriter writer) |
Writes the XML. More... | |
![]() | |
virtual void | OnPropertyChanged (string name) |
Called when [property changed]. More... | |
Properties | |
uint | Id [get, set] |
Gets or sets the id. More... | |
short | ConfigId [get, set] |
Gets or sets the config id. More... | |
string | Name [get, set] |
Gets or sets the name. More... | |
string | Description [get, set] |
Gets or sets the description. More... | |
EventSeverity | Severity [get, set] |
Gets or sets the severity. More... | |
EventCategory | Category [get, set] |
Gets or sets the type. More... | |
List< ActionDef > | Actions [get, set] |
Gets or sets the actions. More... | |
![]() | |
bool | IsNew [get, set] |
Gets or sets a value indicating whether this instance is new. More... | |
bool | IsDirty [get, set] |
Gets or sets a value indicating whether this instance is dirty. More... | |
bool | IsDeleted [get, set] |
Gets or sets a value indicating whether this instance is deleted. More... | |
object | Tag [get, set] |
Gets or sets an arbitrary value that application code can use to track application specific data on an instance of this type. More... | |
Additional Inherited Members | |
![]() | |
PropertyChangedEventHandler | PropertyChanged |
Occurs when a property value changes. More... | |
This construct provides the generic definition of some event that can happen in the system.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inline |
Returns a System.String that represents this instance.
|
getset |
Gets or sets the actions.
The actions.
|
getset |
Gets or sets the type.
The type.
|
getset |
Gets or sets the config id.
The config id.
|
getset |
Gets or sets the description.
The description.
|
getset |
Gets or sets the id.
The id.
|
getset |
Gets or sets the name.
The name.
|
getset |
Gets or sets the severity.
The severity.