Class ExecuteRequirementRuleWorkflowRequest
Inheritance
System.Object
ExecuteRequirementRuleWorkflowRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ExecuteRequirementRuleWorkflowRequest : ServiceRequest
Constructors
ExecuteRequirementRuleWorkflowRequest()
Declaration
public ExecuteRequirementRuleWorkflowRequest()
Properties
AreaOfStudyId
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ClassSectionId
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramVersionId
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|