RuleExpressionResult Class

Definition

Abstract class that is the base for classes representing the result of custom expressions based on the IRuleExpression interface.

public ref class RuleExpressionResult abstract
public abstract class RuleExpressionResult
type RuleExpressionResult = class
Public MustInherit Class RuleExpressionResult
Inheritance
RuleExpressionResult
Derived

Constructors

RuleExpressionResult()

When implemented in a derived class, initializes a new instance of the RuleExpressionResult class.

Properties

Value

When overridden in a derived class, gets or sets the result 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)

Applies to