Click or drag to resize

PropertyEventInstanceProperty Class

Inheritance Hierarchy
SystemObject
  SerializableEventInstanceProperty
    AxiomCore2.ControlPropertiesPropertyEventInstanceProperty

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

The PropertyEventInstanceProperty type exposes the following members.

Constructors
 NameDescription
Public methodPropertyEventInstanceProperty(EventProperty)Initializes a new instance of the PropertyEventInstanceProperty class
Public methodPropertyEventInstanceProperty(String, Object)Initializes a new instance of the PropertyEventInstanceProperty class
Top
Properties
 NameDescription
Public propertyEquation Equation used to calculate property value.
Public propertyId Id of property.
Public propertyName Name of property.
Public propertyValue Value of property.
Top
See Also