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