Skip to main content

ConstantDepartmentOptions Properties

An object defining properties for the ConstantDepartmentOptions class.

Id

Gets or sets the unique identifier for the constant department configuration.

Type: int

The Id property uniquely identifies a specific constant department configuration within the workflow system. This identifier is used to reference and manage the department settings throughout the workflow operations. It implements the Id property defined in the IConstantDepartmentOptions interface.


DepartmentCode

Gets or sets the code that uniquely identifies the department in the system.

Type: string

The DepartmentCode property specifies the unique code or identifier for the department. This code is used to reference the department in system operations and is typically used for integration with other parts of the system that require department identification. It implements the DepartmentCode property defined in the IConstantDepartmentOptions interface.


DepartmentDescription

Gets or sets the human-readable description of the department.

Type: string

The DepartmentDescription property provides a descriptive text that explains the purpose or function of the department. This description is used for display purposes and helps users understand the role of the department in the workflow context. It implements the DepartmentDescription property defined in the IConstantDepartmentOptions interface.