Skip to main content

IConstantProfessionOptions Properties

An object defining properties for the IConstantProfessionOptions 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.


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.


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.