Class BatchCatalogAssignmentResponse
Represents the request for the BatchCatalog Assignment to a student method.
Inheritance
System.Object
BatchCatalogAssignmentResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchCatalogAssignmentResponse : ServiceResponse
Constructors
BatchCatalogAssignmentResponse()
Declaration
public BatchCatalogAssignmentResponse()
Properties
ProcessedStudentReasonList
Declaration
public ICollection<ProcessedStudentReason> ProcessedStudentReasonList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProcessedStudentReason> |