The ProcessRequestItemDetail
class represents the details of a process request item, including information such as request type, process ID, request ID, user details, and step name.
Properties
Name | Description |
---|
UserName | Gets or sets the name of the user associated with the request. |
PositionId | Gets or sets the identifier of the position associated with the request, if applicable. |
StepName | Gets or sets the name of the step associated with the request. |
RequestId | Gets or sets the identifier of the request. |
UserId | Gets or sets the identifier of the user associated with the request, if applicable. |
RequestType | Gets or sets the type of the process request. |
ProcessId | Gets or sets the identifier of the process. |
Constructors