IManagerAccordingToTitleOptions
Defines the contract for manager configuration options based on title in workflow operations.
The IManagerAccordingToTitleOptions interface provides a structure for configuring manager settings based on title information in workflow operations. It includes properties for identifying the manager's profile, position, title type, and related profession information.
Properties
| Name | Description |
|---|---|
| TitleType | Gets or sets the type of title used for manager identification. |
| ProfileName | Gets or sets the name of the manager's profile. |
| ProfileId | Gets or sets the unique identifier of the manager's profile. |
| PositionObjectName | Gets or sets the name of the position object associated with the manager. |
| SelectedTitle | Gets or sets the specific title selected for the manager. |
| ProfessionId | Gets or sets the unique identifier of the profession associated with the manager. |