Click or drag to resize

PropertyEventInstance Class

Defines properties of an event instance.
Inheritance Hierarchy
SystemObject
  SerializableEventInstance
    AxiomCore2.ControlPropertiesPropertyEventInstance

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

The PropertyEventInstance type exposes the following members.

Constructors
 NameDescription
Public methodPropertyEventInstance(BatchEvent)Initializes a new instance of the PropertyEventInstance class
Public methodPropertyEventInstance(Event)Initializes a new instance of the PropertyEventInstance class
Top
Properties
 NameDescription
Public propertyAssetBasePath Path of asset instance that triggered the event.
Public propertyAssociatedTags Tags associated with the event or asset. This is a legacy property that is no longer being used.
Public propertyEventType Type of event that was triggered.
Public propertyHash Unique hash of the event used to retrieve an exact event from the event database.
Public propertyId Unique id of the event used to retrieve an exact event from the event database. This is the unique ID assigned.
Public propertyIsBelowMinimumDuration True if an event has been triggered, but has not reached the minimum duration specified by the event configuration.
Public propertyName Unique name of the event used to retrieve an exact event from the event database. This is a string representation.
Public propertyNotify The email address that should recieve an email notification in regards to the event occuring.
Public propertyProperties Custom properties calculated over the duration of the event. Properties are defined by the event configuration.
Public propertyTimeDuration Duration of the event.
Public propertyTimeEnd End time of the event.
Public propertyTimeEndOffset End time offset defined by the event configuration.
Public propertyTimeStart Start time of the event.
Public propertyTimeStartOffset Start time offset defined by the event configuration.
Top
See Also