Click or drag to resize

AxiomCore2.Controls Namespace

 
Classes
 ClassDescription
Public classCode exampleControlApplication Application instance.
Public classControlAssetLabel Label control used to display the current asset instance.
Public classControlAssetTemplate Template parent control used to duplicate child template for each asset instance.
Public classControlAssetTemplatePanel Template child control that will be duplicated for each asset instance.
Public classControlBarChart Bar chart used to display bar chart of one or more tags between a range.
Public classCode exampleControlBase Base class all controls inherit from.
Public classControlButton Button control used to perform navigation event or trigger a script.
Public classControlCircularGauge Circular gauge used to display the last value of tag.
Public classControlDataEntry Control used to manually write TVQ entries to one or more historians.
Public classControlDataTable Control used to display tvq data from specified SourceTags.
Public classControlDateTimePicker Control used to select a date and time combination.
Public classControlDonutGauge Donut gauge used to display the last value of a tag.
Public classControlDummy Empty placeholder control.
Public classControlEventsTable Control used to display current events configured in the Events Service.
Public classControlGrid Container used to position child controls in a table like structure.
Public classControlGridRow Child control of a grid control. Can hold as many child controls as the number of columns specified by the parent grid control.
Public classControlIFrame Control used to display web content from a url.
Public classControlImage Image control used display a picture.
Public classControlLabel Label control used to display single-line text information.
Public classControlLine Line control used to draw a line between vertices.
Public classControlLinearGauge Linear gauge used to display the last value of a tag.
Public classControlListBox ListBox used to display a set of options that the UI can interact with. This control is intended to be used with scripting to perform an action when a user changes the selection.
Public classControlPanel Panel control used to group child controls.
Public classControlParagraph Paragraph control used to display multi-line text information.
Public classControlScatterPlot Bar chart used to display bar chart of one or more tags between a range.
Public classControlScreen Application can contain multiple screens, but only 1 screen is displayed at a time. Screen control contains collection of all controls present in a screen. Each control in a screen must have a name unique to the screen.
Public classControlSparkChart Spark chart used to display a trend of a single tag.
Public classControlSymbol Symbol used to graphically represent a physical component. Symbols can be linked to a tag and change colors defined by limit ranges.
Public classControlTextBox Textbox used to graphically represent a physical component. Textboxes can be used for data entry, and can have change events captured in scripting.
Public classControlTrend Basic trend. Requires parent of type ControlTrendGraph.
Public classControlTrendCalculation Trend that uses equation to calculate its output given data from other trends in a given ControlTrendGraph. Requires parent of type ControlTrendGraph.
Public classControlTrendGraph Control used to build a display of 1 or more trends for visual analysis.
Public classControlValueBox Value box control used to display the last value of a tag as text.
Interfaces
 InterfaceDescription
Public interfaceICollectionModifiedEventsT Adds event handlers for modifications to a collection.
Public interfaceIControlBase Base interface all controls inherit from.
Public interfaceIControlChildren Collection of child controls.
Public interfaceIControlParent Control that can have child controls.
Public interfaceIControlScreens Collection of screens.
Public interfaceIReadOnlyControlCollectionT Read only collection of controls.
Public interfaceIReadOnlyControlCollectionWithModifiedEventsT Read only collection of controls with collection modified events.
Enumerations
 EnumerationDescription
Public enumerationControlKind Kind of control.