Skip to main content
Version: 4.1

BindingMemberInfo

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.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.

public struct BindingMemberInfo : ValueType

Constructors

Instance member BindingMemberInfo(dataMember)

Initializes a new instance of the BindingMemberInfo class.

NameTypeDescription
dataMemberStringA navigation path that resolves to either the property of an object or the property of the current object in a list of objects.

Properties

Instance member BindingField

String: Returns the property name of the data-bound object.

Instance member BindingMember

String: Returns the information that is used to specify the property name of the data-bound object.

Instance member 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

NameDescription
IBinding.BindingMemberInfoReturn the binding information based on the dataMember parameter in the #ctor constructor.
Binding.BindingMemberInfoReturn the binding information based on the dataMember parameter in the #ctor constructor.