Event
The Event class implements IEvent and represents an event within the system.
Properties
| Name | Description |
|---|---|
| Validate | Indicates whether validation is required for the event. |
| System | Indicates whether the event is a system event. |
| Default | Indicates whether the event is set as the default. |
| Id | The unique identifier of the event. |
| Color | The color representation of the event. |
| Icon | The icon representation of the event. |
| Confirm | Indicates whether confirmation is required before executing the event. |
| ConfirmMessage | A dictionary containing confirmation messages in multiple languages. |
| FastApprovalEnabled | Indicates whether fast approval is enabled for the event. |
| Visible | Indicates whether the event is visible. |
| HistoryText | A dictionary containing history-related text for the event. |
| Enable | Indicates whether the event is enabled. |
| Description | A dictionary containing descriptions of the event in multiple languages. |
| Reason | Indicates whether a reason is required for the event. |
| ConditionType | Specifies the condition type that applies to the event. |
| DigitalSignatureRequired | Indicates whether a digital signature is required for the event. |
| Form | The form associated with the event. |
| ConditionValue | Specifies the condition value associated with the event. |
| IsChanged | Indicates whether the event has been modified. |
| ReasonTitle | A dictionary containing the title of the reason required for the event. |