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