Wisej.Web.BindingMemberInfo
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Contains information that enables a Binding to resolve a data binding to either the property of an object or the property of the current object in a list of objects.
Initializes a new instance of the BindingMemberInfo class.
Name | Type | Description |
---|---|---|
String: Returns the property name of the data-bound object.
String: Returns the information that is used to specify the property name of the data-bound object.
String: Returns the property name, or the period-delimited hierarchy of property names, that comes before the property name of the data-bound object.
Name | Description |
---|---|
Return the binding information based on the dataMember parameter in the Binding constructor.
dataMember
A navigation path that resolves to either the property of an object or the property of the current object in a list of objects.