Click or drag to resize

PropertySource Class

Source used to display current value of a control. Only one property should be specified.
Inheritance Hierarchy
SystemObject
  AxiomCore2.ControlPropertiesPropertySource

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class PropertySource

The PropertySource type exposes the following members.

Constructors
 NameDescription
Public methodPropertySourceInitializes a new instance of the PropertySource class
Top
Properties
 NameDescription
Public propertyEquation Equation that can be used to generate output using data from other controls in a given ControlScreen.
Public propertyTag Fully qualified tag name that maps to a view. When set, tag data is requested in real-time. Default value is null.
Top
See Also