Department Properties
An object defining properties for the Department class.
ManagerUserId
Gets or sets the identifier of the user who manages this department.
The ManagerUserId property specifies the ID of the user who is responsible for managing this department. This nullable long value links the department to its designated manager in the system.
Id
Gets or sets the unique identifier of the department.
Type: long
The Id property uniquely identifies a department within the system. This identifier is used to reference and track the department across various workflow operations and system interactions.
Description
Gets or sets the descriptive name of the department.
Type: string
The Description property provides a human-readable description or name of the department. This description is used for display purposes and helps users identify the department's purpose or function within the organization.
Type
Gets or sets the type or category of the department.
Type: int
The Type property specifies the classification or category of the department. This integer value can be used to categorize departments based on their organizational role, function, or other classification criteria within the system.
Status
Gets or sets the operational status of the department.
Type: int
The Status property indicates the current operational status of the department. This integer value can be used to track whether the department is active, inactive, or in any other operational state within the system.
ImportStatus
Gets or sets the status of the department's import process.
The ImportStatus property indicates the current status of the department's import process. This nullable integer value can be used to track the progress or result of importing department data into the system.
ManagerDepartment
Gets or sets the identifier of the department that manages this department.
The ManagerDepartment property specifies the ID of the parent or managing department. This nullable long value establishes the hierarchical relationship between departments in the organizational structure.
Code
Gets or sets the department code.
Type: string
The Code property specifies the unique code or identifier used to reference the department in business operations. This code is typically used for display and identification purposes in the user interface and system operations.