Skip to main content

ProcessRequestItemDetail

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

NameDescription
UserNameGets or sets the name of the user associated with the request.
PositionIdGets or sets the identifier of the position associated with the request, if applicable.
StepNameGets or sets the name of the step associated with the request.
RequestIdGets or sets the identifier of the request.
UserIdGets or sets the identifier of the user associated with the request, if applicable.
RequestTypeGets or sets the type of the process request.
ProcessIdGets or sets the identifier of the process.

Constructors

NameDescription
ProcessRequestItemDetail()Initializes a new instance of the ProcessRequestItemDetail class.