ExpressionBinding Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
This API supports the product infrastructure and is not intended to be used directly from your code.
Supports the parsing and persisting of an expression-binding instance. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
Name | Description | |
---|---|---|
![]() | 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. |
Name | Description | |
---|---|---|
![]() | 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 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. |
Name | Description | |
---|---|---|
![]() | 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.(Overrides Object.Equals(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.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.