RegnoCompleteRegnoSoftware.Standard.Core
|
IRegnoParamDefDoc Properties
The IRegnoParamDefDoc type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ChannelDefDocIds |
An array of the unique identifiers (id) for each of the ChannelDefinitionDoc documents associated with this parameter.
|
![]() |
ConversionId |
The unique identifier (id) of the conversion document used to convert the parameter data value into a display value. Multiple types of conversion documents exist.
|
![]() |
CriticalMax |
The value of which above would trigger a critical condition.
|
![]() |
CriticalMin |
The value of which below would trigger a critical condition.
|
![]() |
Description |
A free form string description of the parameter.
|
![]() |
Format |
A C style format used to display the parameter data value. See the section Format Strings for details and examples.
|
![]() |
Groups |
An array of free form strings used to generate a tree structure of the groups and subgroups that parameter belongs to. The root group should be the first entry of the array value.
|
![]() |
Max |
The maximum display value for the parameter.
|
![]() |
Min |
Gets or sets the minimum.
|
![]() |
Name |
A free form string value to name the parameter.
|
![]() |
SourceId |
A free form string description of the source for this parameter data.
|
![]() |
Units |
A free form string description of the parameter.
|
![]() |
WarningMax |
The value of which above would trigger a warning condition.
|
![]() |
WarningMin |
The value of which below would trigger a warning condition.
|