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.
- C#
- VB.NET
public struct BindingMemberInfo : ValueType
Public Structure BindingMemberInfo
Implements ValueType
Constructors
BindingMemberInfo(dataMember)
Initializes a new instance of the BindingMemberInfo class.
| Name | Type | Description |
|---|---|---|
| dataMember | String | 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
| Name | Description |
|---|---|
| IBinding.BindingMemberInfo | Return the binding information based on the dataMember parameter in the #ctor constructor. |
| Binding.BindingMemberInfo | Return the binding information based on the dataMember parameter in the #ctor constructor. |