Skip to main content

ConstantProfessionOptions Properties

An object defining properties for the ConstantProfessionOptions class.

Id

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

Type: int

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


ProfessionDescription

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

Type: string

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


ProfessionCode

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

Type: string

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