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