Class SaveRuleRequest
Inheritance
System.Object
SaveRuleRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveRuleRequest : ServiceRequest
Constructors
SaveRuleRequest()
Declaration
Properties
AllowOrDeny
Declaration
public string AllowOrDeny { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
Contents
Declaration
public dynamic Contents { get; set; }
Property Value
Type |
Description |
System.Object |
|
Courses
Declaration
public int[] Courses { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GroupEvaluationPreference
Declaration
public string GroupEvaluationPreference { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Notes
Declaration
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
RequiredConditionEvaluationResultCount
Declaration
public int RequiredConditionEvaluationResultCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RequiredRuleGroupContentItems
Declaration
public int RequiredRuleGroupContentItems { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RulePurpose
Declaration
public string RulePurpose { get; set; }
Property Value
Type |
Description |
System.String |
|
UseCase
Declaration
public string UseCase { get; set; }
Property Value
Type |
Description |
System.String |
|