Class Rule
Inheritance
System.Object
Rule
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class Rule : ServiceResponse
Constructors
Rule()
Declaration
Properties
Added
Declaration
public DateTime Added { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
AddedByUserId
Declaration
public int? AddedByUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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 |
|
ConditionConfigurations
Declaration
public ICollection<RuleConditionConfiguration> ConditionConfigurations { get; set; }
Property Value
Contents
Declaration
public string Contents { get; set; }
Property Value
Type |
Description |
System.String |
|
Dependents
Declaration
public ICollection<RuleDependency> Dependents { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<RuleDependency> |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GroupEvaluationPreference
Declaration
public int GroupEvaluationPreference { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastUpdated
Declaration
public DateTime LastUpdated { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastUpdatedByUserId
Declaration
public int? LastUpdatedByUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
LegacyRuleComparisonValue
Declaration
public string LegacyRuleComparisonValue { get; set; }
Property Value
Type |
Description |
System.String |
|
LegacyRuleId
Declaration
public string LegacyRuleId { get; set; }
Property Value
Type |
Description |
System.String |
|
Links
Declaration
public ICollection<RuleLinkedEntity> 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 |
|
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
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 |
|