This documentation is archived and is not being maintained.
DataBinder Methods
Visual Studio 2010
The DataBinder type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Eval(Object, String) | Evaluates data-binding expressions at run time. |
|
Eval(Object, String, String) | Evaluates data-binding expressions at run time and formats the result as a string. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetDataItem(Object) | Retrieves an object's declared data item. |
|
GetDataItem(Object, Boolean%) | Retrieves an object's declared data item, indicating success or failure. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetIndexedPropertyValue(Object, String) | Retrieves the value of a property of the specified container and navigation path. |
|
GetIndexedPropertyValue(Object, String, String) | Retrieves the value of the specified property for the specified container, and then formats the results. |
|
GetPropertyValue(Object, String) | Retrieves the value of the specified property of the specified object. |
|
GetPropertyValue(Object, String, String) | Retrieves the value of the specified property of the specified object, and then formats the results. |
|
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.) |
Show: