Class ProcessAssignmentLoadValidationResponse
Represents the response for the ProcessAssignmentLoadValidation method.
Inheritance
System.Object
ProcessAssignmentLoadValidationResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProcessAssignmentLoadValidationResponse : ServiceResponse
Constructors
ProcessAssignmentLoadValidationResponse()
Declaration
public ProcessAssignmentLoadValidationResponse()
Properties
Assignment
Declaration
public Assignment Assignment { get; set; }
Property Value
Type | Description |
---|---|
Assignment |
AssignmentBankLoadList
Declaration
public ICollection<AssignmentBankLoad> AssignmentBankLoadList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AssignmentBankLoad> |
AssignmentPolicyResultList
Declaration
public ICollection<AssignmentPolicyResult> AssignmentPolicyResultList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AssignmentPolicyResult> |