Class AssociateStudentEnrollmentResponse
Inheritance
System.Object
AssociateStudentEnrollmentResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AssociateStudentEnrollmentResponse : ServiceResponse
Constructors
AssociateStudentEnrollmentResponse()
Declaration
public AssociateStudentEnrollmentResponse()
Properties
CurrentStudentEnrollmentPeriodId
Declaration
public int CurrentStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentScheduleId
Declaration
public int StudentEnrollmentScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |