IEvent Properties
An object defining properties for the IEvent class.
Validate
Indicates whether validation is required for the event.
Type: bool
System
Indicates whether the event is a system event.
Type: bool
Default
Indicates whether the event is set as the default.
Type: bool
Id
The unique identifier of the event.
Type: int
Color
The color representation of the event.
Type: string
Icon
The icon representation of the event.
Type: string
Confirm
Indicates whether confirmation is required before executing the event.
Type: bool
ConfirmMessage
A dictionary containing confirmation messages in multiple languages.
Type: Dictionary<string, string>
FastApprovalEnabled
Indicates whether fast approval is enabled for the event.
Type: bool
Visible
Indicates whether the event is visible.
Type: bool
HistoryText
A dictionary containing history-related text for the event.
Type: Dictionary<string, string>
Enable
Indicates whether the event is enabled.
Type: bool
Description
A dictionary containing descriptions of the event in multiple languages.
Type: Dictionary<string, string>
Reason
Indicates whether a reason is required for the event.
Type: bool
ConditionType
Specifies the condition type that applies to the event.
Type: FlowGroupEventConditionType
Accepted Values:
Name Value All 0 Count 1 Percent 2 Majority 3
DigitalSignatureRequired
Indicates whether a digital signature is required for the event.
Type: bool
Form
The form associated with the event.
Type: IEventForm
ConditionValue
Specifies the condition value associated with the event.
Type: string
IsChanged
Indicates whether the event has been modified.
Type: bool
ReasonTitle
A dictionary containing the title of the reason required for the event.
Type: Dictionary<string, string>