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