IConstantProfessionOptions
Defines the contract for constant profession configuration options in workflow operations.
The IConstantProfessionOptions interface provides a structure for configuring constant profession settings in workflow operations. It includes properties for identifying and describing a specific profession that will be used consistently throughout the workflow.
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. |