Control |
public sealed class ControlDataEntry : ControlBase, IControlBase, IDisposable
The ControlDataEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| Destination | Destination historian that will receive the staged values upon commit. Property change requires user to have administrator privileges. | |
| Height | Height of control in pixels. | |
| IsStagedTimeReadOnly | StagedTime 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. | |
| IsVisible | Visibility of control. Default value is true. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| Name |
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) | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| SourceTags | Tags used by data entry control. Property change requires user to have administrator privileges. | |
| StagedTime | 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. | |
| StagedValues | Staged values that will be written to Destination upon commit. | |
| TemplateId |
Id used to find sibling controls within a template. All siblings will have the same id.
Default value is null.
(Inherited from ControlBase) | |
| Values | Current values of the tags used by data entry control. | |
| Width | Width of control in pixels. | |
| X | X position of a control relative to its parent in pixels. | |
| Y | Y position of a control relative to its parent in pixels. |
| Name | Description | |
|---|---|---|
| AncestorsT |
Get ancestor controls that implement generic control interface defined by T.
(Inherited from ControlBase) | |
| CommitStaged | Commit staged values. |