Provides an in-memory representation of the mapping between a measurement source and the application-level identity for the entity being measured.
More...
|
| ManagedElement | Element [get, set] |
| | Gets or sets the element. More...
|
| |
| Sensor | Sensor [get, set] |
| | Gets or sets the sensor. More...
|
| |
| uint | Id [get, set] |
| | Gets or sets the unique key for the mapping. More...
|
| |
| uint | SensorId [get, set] |
| | The unique key for the source from which the measurements are received. More...
|
| |
| uint | ElementId [get, set] |
| | The unique key for the managed element to which the measurements are mapped. More...
|
| |
| short | ConfigurationId [get, set] |
| | The unique key for the configuration to which the measurements are mapped. 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...
|
| |
| uint | SourceElementId [get, set] |
| | The unique key for the managed element from which the measurement derives its value. Used for making complex measurements from the values of other measurements. More...
|
| |
| string | InputTag [get, set] |
| | Gets or sets the tag used to mark the data the mapping points to so the compiler can identify it for specific formula inputs. See individual formula instructions for the names of tags. More...
|
| |
| decimal | ConstantValue [get, set] |
| | Gets or sets the value to be returned by this mapping as a constant. More...
|
| |
|
MappingType | MappingType [get] |
| |
| string | Key [get] |
| | Gets the key. 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...
|
| |
Provides an in-memory representation of the mapping between a measurement source and the application-level identity for the entity being measured.
◆ MeasurementMapping()
| Apac.Monitoring.MeasurementMapping.MeasurementMapping |
( |
| ) |
|
|
inline |
◆ Clone()
Clones this instance.
- Returns
- Returns a copy of this instance.
◆ Equals()
| override bool Apac.Monitoring.MeasurementMapping.Equals |
( |
object |
obj | ) |
|
|
inline |
Determines whether the specified System.Object is equal to this instance.
- Parameters
-
| obj | The System.Object to compare with this instance. |
- Returns
true if the specified System.Object is equal to this instance; otherwise, false.
- Exceptions
-
| T:System.NullReferenceException | The obj parameter is null. |
◆ GetHashCode()
| override int Apac.Monitoring.MeasurementMapping.GetHashCode |
( |
| ) |
|
|
inline |
Returns a hash code for this instance.
- Returns
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
◆ OnReadXml()
| override void Apac.Monitoring.MeasurementMapping.OnReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inlineprotectedvirtual |
◆ OnWriteXml()
| override void Apac.Monitoring.MeasurementMapping.OnWriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inlineprotectedvirtual |
◆ ToString()
| override string Apac.Monitoring.MeasurementMapping.ToString |
( |
| ) |
|
|
inline |
Returns a System.String that represents this instance.
- Returns
- A System.String that represents this instance.
◆ ConfigurationId
| short Apac.Monitoring.MeasurementMapping.ConfigurationId |
|
getset |
The unique key for the configuration to which the measurements are mapped.
◆ ConstantValue
| decimal Apac.Monitoring.MeasurementMapping.ConstantValue |
|
getset |
Gets or sets the value to be returned by this mapping as a constant.
◆ Description
| string Apac.Monitoring.MeasurementMapping.Description |
|
getset |
A value used to label the element being mapped. If this is not set then the element's name is used.
◆ Element
Gets or sets the element.
The element.
◆ ElementId
| uint Apac.Monitoring.MeasurementMapping.ElementId |
|
getset |
The unique key for the managed element to which the measurements are mapped.
◆ Id
| uint Apac.Monitoring.MeasurementMapping.Id |
|
getset |
Gets or sets the unique key for the mapping.
The id.
◆ InputTag
| string Apac.Monitoring.MeasurementMapping.InputTag |
|
getset |
Gets or sets the tag used to mark the data the mapping points to so the compiler can identify it for specific formula inputs. See individual formula instructions for the names of tags.
◆ Key
| string Apac.Monitoring.MeasurementMapping.Key |
|
get |
◆ Sensor
| Sensor Apac.Monitoring.MeasurementMapping.Sensor |
|
getset |
Gets or sets the sensor.
The sensor.
◆ SensorId
| uint Apac.Monitoring.MeasurementMapping.SensorId |
|
getset |
The unique key for the source from which the measurements are received.
◆ SourceElementId
| uint Apac.Monitoring.MeasurementMapping.SourceElementId |
|
getset |
The unique key for the managed element from which the measurement derives its value. Used for making complex measurements from the values of other measurements.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Monitoring/MeasurementMapping.cs