BindingMemberInfo
Wisej.Web.BindingMemberInfo
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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.
Constructors
BindingMemberInfo(dataMember)
Initializes a new instance of the BindingMemberInfo class.
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.
Properties
BindingField
String: Returns the property name of the data-bound object.
BindingMember
String: Returns the information that is used to specify the property name of the data-bound object.
BindingPath
String: Returns the property name, or the period-delimited hierarchy of property names, that comes before the property name of the data-bound object.
Used By
Last updated