Property |
public class PropertyEventInstance : SerializableEventInstance
The PropertyEventInstance type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyEventInstance(BatchEvent) | Initializes a new instance of the PropertyEventInstance class | |
| PropertyEventInstance(Event) | Initializes a new instance of the PropertyEventInstance class |
| Name | Description | |
|---|---|---|
| AssetBasePath | Path of asset instance that triggered the event. | |
| AssociatedTags | Tags associated with the event or asset. This is a legacy property that is no longer being used. | |
| EventType | Type of event that was triggered. | |
| Hash | Unique hash of the event used to retrieve an exact event from the event database. | |
| Id | Unique id of the event used to retrieve an exact event from the event database. This is the unique ID assigned. | |
| IsBelowMinimumDuration | True if an event has been triggered, but has not reached the minimum duration specified by the event configuration. | |
| Name | Unique name of the event used to retrieve an exact event from the event database. This is a string representation. | |
| Notify | The email address that should recieve an email notification in regards to the event occuring. | |
| Properties | Custom properties calculated over the duration of the event. Properties are defined by the event configuration. | |
| TimeDuration | Duration of the event. | |
| TimeEnd | End time of the event. | |
| TimeEndOffset | End time offset defined by the event configuration. | |
| TimeStart | Start time of the event. | |
| TimeStartOffset | Start time offset defined by the event configuration. |