Class RuleEvaluationResult
Rule Evaluation Result
Inheritance
System.Object
RuleEvaluationResult
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()
Namespace: Quark.CMSAdapters.Core.Data
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public class RuleEvaluationResult
Constructors
RuleEvaluationResult()
Initializes a new instance of the RuleEvaluationResult class.
Declaration
public RuleEvaluationResult()
Properties
ErroneousNodes
Gets or sets the erroneous nodes with error description.
Declaration
public Dictionary<XmlNode, string> ErroneousNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Xml.XmlNode, System.String> | The erroneous nodes. |
Error
Gets or sets the error.
Declaration
public Exception Error { get; set; }
Property Value
Type | Description |
---|---|
System.Exception | The error. |