ExpressionBinding Class

Definition

Supports the parsing and persisting of an expression-binding instance. This class cannot be inherited.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ExpressionBinding sealed
public sealed class ExpressionBinding
type ExpressionBinding = class
Public NotInheritable Class ExpressionBinding
Inheritance
ExpressionBinding

Constructors

ExpressionBinding(String, Type, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ExpressionBinding class.

Properties

Expression

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value of the expression in its declarative syntax.

ExpressionPrefix

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value for the prefix of an expression in its declarative syntax.

Generated

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether the expression was implicitly generated by the parser.

ParsedExpressionData

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an object representing the data from an expression as created through the ParseExpression(String, Type, ExpressionBuilderContext) method.

PropertyName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating the name of the property of the object to which the expression is applied.

PropertyType

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating the Type of the property of the object to which the expression is applied.

Methods

Equals(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether the specified object is the same instance as the current ExpressionBinding object.

GetHashCode()

This API supports the product infrastructure and is not intended to be used directly from your code.

Serves as a hash function for the current ExpressionBinding object; suitable for hashing algorithms and data structures, such as a hash table.

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