RuleExpressionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An instance of this class is returned by the Validate(RuleValidation, Boolean) method of an IRuleExpression expression.
public ref class RuleExpressionInfo
public class RuleExpressionInfo
type RuleExpressionInfo = class
Public Class RuleExpressionInfo
- Inheritance
-
RuleExpressionInfo
Remarks
The ExpressionType property on RuleExpressionInfo provides the return type of the expression. For example, a binary expression, when evaluated, has a return type of Boolean; or, an expression that accesses a property might return an integer type.
The information in the RuleExpressionInfo can be used to validate the use of the expression. For example, a greater-than test cannot be used to compare two expressions if either returns a Boolean.
Constructors
RuleExpressionInfo(Type) |
Initializes a new instance of the RuleExpressionInfo class. |
Properties
ExpressionType |
Gets the type of the expression. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |