Class SaveRuleResponse
Inheritance
System.Object
SaveRuleResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveRuleResponse : ServiceResponse
Constructors
SaveRuleResponse()
Declaration
public SaveRuleResponse()
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 |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GroupEvaluationPreference
Declaration
public RuleGroupEvaluationPreference GroupEvaluationPreference { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Links
Declaration
public RuleLinkedEntityDto[] Links { get; set; }
Property Value
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 |
|
RuleId
Declaration
public int RuleId { 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 |
|