Class ParameterChange
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
public sealed class ParameterChange : IMessage<ParameterChange>, IDeepCloneable<ParameterChange>, IBufferMessage, IMessage
- Inheritance
-
ParameterChange
- Implements
-
IMessage<ParameterChange>IDeepCloneable<ParameterChange>IBufferMessageIMessage
- Extension Methods
Constructors
Fields
- DataminerIdFieldNumber
Field number for the "dataminer_id" field.
- DisplayIndexFieldNumber
Field number for the "display_index" field.
- ElementIdFieldNumber
Field number for the "element_id" field.
- FlagsFieldNumber
Field number for the "flags" field.
- IndexFieldNumber
Field number for the "index" field.
- IsTableParamFieldNumber
Field number for the "is_table_param" field.
- ParameterIdFieldNumber
Field number for the "parameter_id" field.
- RuntimeInstanceFieldNumber
Field number for the "runtime_instance" field.
- SeverityFieldNumber
Field number for the "severity" field.
- StateFieldNumber
Field number for the "state" field.
- TimeFieldNumber
Field number for the "time" field.
- ValueDoubleFieldNumber
Field number for the "value_double" field.
- ValueStringFieldNumber
Field number for the "value_string" field.
Properties
- HasValueDouble
Gets whether the "value_double" field is set
- HasValueString
Gets whether the "value_string" field is set
Methods
- CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
- ClearValueDouble()
Clears the value of the oneof if it's currently set to "value_double"
- ClearValueString()
Clears the value of the oneof if it's currently set to "value_string"
- Clone()
Creates a deep clone of this object.
- MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
- MergeFrom(ParameterChange)
Merges the given message into this one.
- WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.