Class RuleInfoMessage
Inheritance
System.Object
RuleInfoMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RuleInfoMessage
Constructors
RuleInfoMessage()
Declaration
Properties
FailureMessage
Declaration
public string FailureMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOfComponents
Declaration
public int NumberOfComponents { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfFailedComponents
Declaration
public int NumberOfFailedComponents { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfMinmumRequiredComponents
Declaration
public int NumberOfMinmumRequiredComponents { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ParentRuleId
Declaration
public int ParentRuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Passed
Declaration
public bool Passed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Rule
Declaration
public string Rule { get; set; }
Property Value
Type |
Description |
System.String |
|
RuleComponentInfoMessageList
Declaration
public List<RuleComponentInfoMessage> RuleComponentInfoMessageList { get; set; }
Property Value
RuleId
Declaration
public int RuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RuleInfoMessageId
Declaration
public int RuleInfoMessageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RuleType
Declaration
public LogicalRuleNodeType RuleType { get; set; }
Property Value