Click or drag to resize

ControlDataEntry Properties

The ControlDataEntry type exposes the following members.

Properties
 NameDescription
Public propertyDestination Destination historian that will receive the staged values upon commit. Property change requires user to have administrator privileges.
Public propertyHeight Height of control in pixels.
Public propertyIsStagedTimeReadOnlyStagedTime can only be modified by administrators when set to true. This only makes sense when the StagedTime is set to a relative time. Property change requires user to have administrator privileges.
Public propertyIsVisible Visibility of control. Default value is true.
Public propertyKind Kind of control.
(Inherited from ControlBase)
Public propertyName Control name that is unique within the owning screen. Name of control must conform to the regex pattern [a-zA-Z0-9], as only letters and numbers are valid characters.
(Inherited from ControlBase)
Public propertyParent Parent of the control.
(Inherited from ControlBase)
Public propertyScreen Screen the control resides in.
(Inherited from ControlBase)
Public propertySourceTags Tags used by data entry control. Property change requires user to have administrator privileges.
Public propertyStagedTime Timestamp used when committing staged values. Timestamp can be absolute or relative date time. See documentation on 'Relative DateTimes' for more details. Default value is null, which defaults to current time.
Public propertyStagedValues Staged values that will be written to Destination upon commit.
Public propertyTemplateId Id used to find sibling controls within a template. All siblings will have the same id. Default value is null.
(Inherited from ControlBase)
Public propertyValues Current values of the tags used by data entry control.
Public propertyWidth Width of control in pixels.
Public propertyX X position of a control relative to its parent in pixels.
Public propertyY Y position of a control relative to its parent in pixels.
Top
See Also