System.Windows.Forms.BindingMemberInfo Members

The members of System.Windows.Forms.BindingMemberInfo are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Initializes a new instance of the System.Windows.Forms.BindingMemberInfo class.

Public Properties

[read-only]
BindingFieldstring.

Gets the property name of the data-bound object.

[read-only]
BindingMemberstring.

Gets the information that is used to specify the property name of the data-bound object.

[read-only]
BindingPathstring.

Gets the property name, or the period-delimited hierarchy of property names, that comes before the property name of the data-bound object.

Public Methods

override
Equals(object) : bool

Determines whether the specified object is equal to this System.Windows.Forms.BindingMemberInfo.

override
GetHashCode() : int

Returns the hash code for this System.Windows.Forms.BindingMemberInfo.

Public Operators

static
Equality(BindingMemberInfo, BindingMemberInfo)

Determines whether two System.Windows.Forms.BindingMemberInfo objects are equal.

static
Inequality(BindingMemberInfo, BindingMemberInfo)

Determines whether two System.Windows.Forms.BindingMemberInfo objects are not equal.