|
DataSource.NET
8.0.13.562038-b0f3b66e
|
![]() |
Attribute that should be applied to methods and properties that are visible to the monitoring subsystem. More...
Inherits Attribute.
Public Member Functions | |
| MonitorableValue (string name) | |
| Construct a new instance of a MonitorableValue attribute. More... | |
Public Attributes | |
| bool | Active |
| Set to true if the property will not be automatically emitted. Typically, array types should be marked as being Active so that a request is made to the property getter when the monitoring substem requires the value. More... | |
| string | Description |
| Description of the property or method. More... | |
| string | Name |
| The name of the monitorable property or method. By convention names within the monitoring system are in lower case and use "-" as a separator. More... | |
Attribute that should be applied to methods and properties that are visible to the monitoring subsystem.
|
inline |
Construct a new instance of a MonitorableValue attribute.
| name | The attribute name |
| bool Caplin.DataSource.Monitoring.MonitorableValue.Active |
Set to true if the property will not be automatically emitted. Typically, array types should be marked as being Active so that a request is made to the property getter when the monitoring substem requires the value.
| string Caplin.DataSource.Monitoring.MonitorableValue.Description |
Description of the property or method.
| string Caplin.DataSource.Monitoring.MonitorableValue.Name |
The name of the monitorable property or method. By convention names within the monitoring system are in lower case and use "-" as a separator.