Class GetAreaOfStudyForElectiveAndSubstitutionRequest
Represents Model for Get AreaOfStudy For ElectiveAndSubstitutionRequest
Inheritance
System.Object
GetAreaOfStudyForElectiveAndSubstitutionRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAreaOfStudyForElectiveAndSubstitutionRequest : ServiceRequest
Constructors
GetAreaOfStudyForElectiveAndSubstitutionRequest()
Declaration
public GetAreaOfStudyForElectiveAndSubstitutionRequest()
Properties
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> |
|
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> |
|