BindingMemberInfo

Wisej.Web.BindingMemberInfo

Namespace: Wisej.Web

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

Initializes a new instance of the BindingMemberInfo class.

NameTypeDescription

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

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.

Used By

NameDescription

Return the binding information based on the dataMember parameter in the #ctor constructor.

Return the binding information based on the dataMember parameter in the #ctor constructor.

Last updated