Class DataMinerConnectorParameter
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.DataMapper
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.dll
Represents a single parameter in a DataMiner connector.
public class DataMinerConnectorParameter : IDataMinerConnectorDataEntity, IDataEntity
- Inheritance
-
DataMinerConnectorParameter
- Implements
- Extension Methods
Constructors
- DataMinerConnectorParameter(string, int)
Initializes a new instance of the DataMinerConnectorParameter class.
Properties
- Id
Gets the ID of the single parameter.
- OnRawValueChange
Gets the method to be executed to convert the raw value into something else before the value is set.
- PathYangModel
Gets the path in the YANG model.
- PathYangModelAsString
Gets the path in the YANG model in string format.
- Value
Gets the value of the single parameter.
Methods
- ChangeValue(PathElem[], TypedValue, DateTime, DataValueOriginType, string)
Processes the update and changes the value property.