AP&C API Reference
|
The main system configuration entity. More...
Public Member Functions | |
Configuration () | |
Initializes a new instance of the Configuration class. More... | |
Monitoring.MeasurementMapping | FindMapping (Predicate< Monitoring.MeasurementMapping > predicate) |
Finds the mapping using predicate More... | |
Monitoring.MeasurementMapping[] | FindAllMappings (Predicate< Monitoring.MeasurementMapping > predicate) |
Finds all mappings using predicate More... | |
Properties | |
EcopSettings | Settings [get, set] |
Gets or sets the settings. More... | |
List< Monitoring.ManagedElement > | Elements [get, set] |
Gets the elements. More... | |
List< Monitoring.Sensor > | Sensors [get, set] |
Gets the sensors. More... | |
Collections.MeasurementMappingCollection | Mappings [get, set] |
Gets the mappings. More... | |
short | Id [get, set] |
Gets or sets the id. More... | |
bool | IsActive [get, set] |
Gets or sets a value indicating whether this instance is active. More... | |
string | Name [get, set] |
Gets or sets the name. More... | |
string | Description [get, set] |
Gets or sets the description. More... | |
The main system configuration entity.
|
inline |
Initializes a new instance of the Configuration class.
|
inline |
Finds all mappings using predicate
predicate | The predicate used to match the mapping.. |
|
inline |
Finds the mapping using predicate
predicate | The predicate used to match the mapping.. |
null
.
|
getset |
Gets or sets the description.
The description.
|
getset |
Gets the elements.
|
getset |
Gets or sets the id.
The id.
|
getset |
Gets or sets a value indicating whether this instance is active.
true
if this instance is active; otherwise, false
.
|
getset |
Gets the mappings.
|
getset |
Gets or sets the name.
The name.
|
getset |
Gets the sensors.
|
getset |
Gets or sets the settings.
The settings.