Class UpdateElectiveAndSubstitutionPoolRequest
Inheritance
System.Object
UpdateElectiveAndSubstitutionPoolRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateElectiveAndSubstitutionPoolRequest : ServiceRequest
Constructors
UpdateElectiveAndSubstitutionPoolRequest()
Declaration
public UpdateElectiveAndSubstitutionPoolRequest()
Properties
AreaOfStudyIdList
Declaration
public ICollection<int> AreaOfStudyIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
AreaOfStudyOrderId
Declaration
public int AreaOfStudyOrderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CatalogYearIdList
Declaration
public ICollection<int> CatalogYearIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CourseCategoryAreaOfStudyIdList
Declaration
public ICollection<int> CourseCategoryAreaOfStudyIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CourseCategoryProgramVersionIdList
Declaration
public ICollection<int> CourseCategoryProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CourseIdList
Declaration
public ICollection<int> CourseIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ProgramVersionIdList
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ProgramVersionOrderId
Declaration
public int ProgramVersionOrderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RequiredCourseAreaofStudyIdList
Declaration
public ICollection<int> RequiredCourseAreaofStudyIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
RequiredCourseProgramVersionIdList
Declaration
public ICollection<int> RequiredCourseProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|