Class ElementStateType
Class for describing element state
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class ElementStateType
Properties
| Edit this page View SourceelementDomain
Element identifier. Required
Declaration
public string elementDomain { get; set; }
Property Value
Type | Description |
---|---|
string |
reason
Text containing the reason the state was changed, if available. Optional
Declaration
public string reason { get; set; }
Property Value
Type | Description |
---|---|
string |
state
Current element state. Required. Must be one of the values from the elementState Registry. See Section 10.13 of NENA-STA-010.3: Normal, ScheduledMaintenance, ServiceDisruption, Overloaded, GoingDown, Down, Unreachable.
Declaration
public string state { get; set; }
Property Value
Type | Description |
---|---|
string |