IConstantDepartmentOptions
Defines the contract for constant department configuration options in workflow operations.
The IConstantDepartmentOptions interface provides a structure for configuring constant department settings in workflow operations. It includes properties for identifying and describing a specific department that will be used consistently throughout the workflow.
Properties
Name | Description |
---|---|
Id | Gets or sets the unique identifier for the constant department configuration. |
DepartmentCode | Gets or sets the code that uniquely identifies the department in the system. |
DepartmentDescription | Gets or sets the human-readable description of the department. |