Class GetElectiveOrSubstitutionPoolForProgramVersionRequest
Represents Model for Get ElectivePool For ProgramVersion Request
Inheritance
System.Object
GetElectiveOrSubstitutionPoolForProgramVersionRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetElectiveOrSubstitutionPoolForProgramVersionRequest : ServiceRequest
Constructors
GetElectiveOrSubstitutionPoolForProgramVersionRequest()
Declaration
public GetElectiveOrSubstitutionPoolForProgramVersionRequest()
Properties
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 |
|
ProgramVersionIdList
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|