DataSource.NET  7.1.13.29686-d434448
Caplin.DataSource.Monitoring.MonitorableValue Class Reference

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...
 

Detailed Description

Attribute that should be applied to methods and properties that are visible to the monitoring subsystem.

Constructor & Destructor Documentation

Caplin.DataSource.Monitoring.MonitorableValue.MonitorableValue ( string  name)
inline

Construct a new instance of a MonitorableValue attribute.

Parameters
nameThe attribute name

Member Data Documentation

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.


Generated on Fri Apr 24 2020 16:29:45 for DataSource.NET