Class GetElectiveOrSubstitutionPoolForAreaOfStudyRequest
Represents Model for Get Elective Or SubstitutionPool For AreaOfStudy Request
Inheritance
System.Object
GetElectiveOrSubstitutionPoolForAreaOfStudyRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetElectiveOrSubstitutionPoolForAreaOfStudyRequest : ServiceRequest
Constructors
GetElectiveOrSubstitutionPoolForAreaOfStudyRequest()
Declaration
public GetElectiveOrSubstitutionPoolForAreaOfStudyRequest()
Properties
AreaOfStudyIdList
Declaration
public ICollection<int> AreaOfStudyIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CatalogYearIdList
Declaration
public ICollection<int> CatalogYearIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CourseCategoryIdList
Declaration
public ICollection<int> CourseCategoryIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
IsSubstitutionAllowed
Declaration
public bool IsSubstitutionAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|