AP&C API Reference
|
A definition class used to identify a specific sensor and its location in the physical world. More...
Public Member Functions | |
override string | ToString () |
Returns a System.String that represents this instance. More... | |
Sensor | Clone () |
Clones this instance. More... | |
![]() | |
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) |
Called when deserializing via XML. More... | |
override void | OnWriteXml (System.Xml.XmlWriter writer) |
Called when serializing via XML. More... | |
![]() | |
virtual void | OnPropertyChanged (string name) |
Called when [property changed]. More... | |
Properties | |
uint | Id [get, set] |
Gets or sets the datastore identifier for the sensor. More... | |
short | ConfigurationId [get, set] |
Gets or sets the configuration id. More... | |
string | SupervisableName [get, set] |
The name of the controller that retrieves the readings being mapped to a managed element. More... | |
ulong | SensorId [get, set] |
The unique key for the source from which the measurements are received. More... | |
string | SensorIdStr [get] |
Apac.Data.ValueRange | Range [get, set] |
The range of values that are available from the sensor. More... | |
string | Description [get, set] |
A value used to label the element being mapped. If this is not set then the element's name is used. More... | |
bool | InUse [get, set] |
![]() | |
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... | |
A definition class used to identify a specific sensor and its location in the physical world.
|
inline |
Clones this instance.
|
inlineprotectedvirtual |
Called when deserializing via XML.
reader | The reader. |
Implements Apac.Monitoring.Persistable.
|
inlineprotectedvirtual |
Called when serializing via XML.
writer | The writer. |
Implements Apac.Monitoring.Persistable.
|
inline |
Returns a System.String that represents this instance.
|
getset |
Gets or sets the configuration id.
The configuration id.
|
getset |
A value used to label the element being mapped. If this is not set then the element's name is used.
|
getset |
Gets or sets the datastore identifier for the sensor.
The id.
|
getset |
The range of values that are available from the sensor.
|
getset |
The unique key for the source from which the measurements are received.
|
getset |
The name of the controller that retrieves the readings being mapped to a managed element.