Class ProgramRequirementRulesRequest
Inheritance
System.Object
ProgramRequirementRulesRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProgramRequirementRulesRequest : ServiceRequest
Constructors
ProgramRequirementRulesRequest()
Declaration
public ProgramRequirementRulesRequest()
Properties
IsCopyRequirementRule
Declaration
public bool IsCopyRequirementRule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RequirementRuleIds
Declaration
[Obsolete("Deprecated - Use RequirementRuleList")]
public List<int> RequirementRuleIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
RequirementRuleList
Declaration
public List<RequirementRule> RequirementRuleList { get; set; }
Property Value