Class ReassignWorkflowResponse
Represents the response for the AllocateBudgetedStartsEntities method.
Inheritance
System.Object
ReassignWorkflowResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ReassignWorkflowResponse : ServiceResponse
Constructors
ReassignWorkflowResponse()
Initialize the list of SelectionMgmtApplicationDetailEntityList
Declaration
public ReassignWorkflowResponse()
Properties
SelectionMgmtManualApprovalHistoryDetailEntityList
SelectionMgmtApplicationDetailEntityList
Declaration
public List<SelectionMgmtManualApprovalHistoryDetailEntity> SelectionMgmtManualApprovalHistoryDetailEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SelectionMgmtManualApprovalHistoryDetailEntity> |