Class ElectivePoolConditionEvaluationRequest
Inheritance
System.Object
ElectivePoolConditionEvaluationRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ElectivePoolConditionEvaluationRequest : ServiceRequest
Constructors
ElectivePoolConditionEvaluationRequest()
Declaration
public ElectivePoolConditionEvaluationRequest()
Properties
ElectivePoolId
Declaration
public int ElectivePoolId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsDpa
Declaration
public bool IsDpa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentPlan
Declaration
public bool IsStudentPlan { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RuleId
Declaration
public int RuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|