Class GetProgramVersionForElectiveAndSubstitutionRequest
Represents Model for Get ProgramVersion For Elective And Substitution pool Request
Inheritance
System.Object
GetProgramVersionForElectiveAndSubstitutionRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetProgramVersionForElectiveAndSubstitutionRequest
Constructors
GetProgramVersionForElectiveAndSubstitutionRequest()
Declaration
public GetProgramVersionForElectiveAndSubstitutionRequest()
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 |