ConstantProfessionOptions
Implements the IConstantProfessionOptions interface to provide concrete implementation of constant profession configuration options.
The ConstantProfessionOptions class provides a concrete implementation of the IConstantProfessionOptions interface. It manages the configuration settings for a constant profession that will be used consistently throughout workflow operations. This class is used to store and manage profession-specific information such as identification, code, and description.
Properties
Name | Description |
---|---|
Id | Gets or sets the unique identifier for the constant profession configuration. |
ProfessionDescription | Gets or sets the human-readable description of the profession. |
ProfessionCode | Gets or sets the code that uniquely identifies the profession in the system. |