Class StudentEnrollmentAreaOfStudyRequest
Represents the a request for the SaveStudentEnrollmentAreaOfStudy method.
Inheritance
System.Object
StudentEnrollmentAreaOfStudyRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentAreaOfStudyRequest : ServiceRequest
Constructors
StudentEnrollmentAreaOfStudyRequest()
Declaration
public StudentEnrollmentAreaOfStudyRequest()
Properties
CampusId
Get or Set CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CatalogYearId
Get or Set CatalogYearId
Declaration
public int CatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnrollId
Get or Set EnrollId
Declaration
public int EnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FilterTypes
Get or Set FilterTypes
Declaration
public List<int> FilterTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
IsUpdateAreaOfStudy
Get or Set IsUpdateAreaOfStudy True - To Update Area of Study to Student Enrollment False - Only generate XML and respond to UI.
Declaration
public bool IsUpdateAreaOfStudy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProgramVersionAreaOfStudyConfigList
Get or Set ProgramVersionAreaOfStudyConfigList
Declaration
public List<SavedProgramVersionAreaOfStudyConfigList> ProgramVersionAreaOfStudyConfigList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SavedProgramVersionAreaOfStudyConfigList> |
ProgramVersionId
Get or Set ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SchoolStartDateId
Get or Set SchoolStartDateId
Declaration
public int SchoolStartDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |