System.Windows.Forms.ListBindingHelper Members

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

See Also: Inherited members from System.Object

Public Methods

static
GetList(object) : object

Returns a list associated with the specified data source.

static
GetList(object, string) : object

Returns an object, typically a list, from the evaluation of a specified data source and optional data member.

static
GetListItemProperties(object) : System.ComponentModel.PropertyDescriptorCollection

Returns the System.ComponentModel.PropertyDescriptorCollection that describes the properties of an item type contained in a specified data source, or properties of the specified data source.

static
GetListItemProperties(object, System.ComponentModel.PropertyDescriptor[]) : System.ComponentModel.PropertyDescriptorCollection

Returns the System.ComponentModel.PropertyDescriptorCollection that describes the properties of an item type contained in a collection property of a data source. Uses the specified System.ComponentModel.PropertyDescriptor array to indicate which properties to examine.

static
GetListItemProperties(object, string, System.ComponentModel.PropertyDescriptor[]) : System.ComponentModel.PropertyDescriptorCollection

Returns the System.ComponentModel.PropertyDescriptorCollection that describes the properties of an item type contained in the specified data member of a data source. Uses the specified System.ComponentModel.PropertyDescriptor array to indicate which properties to examine.

static
GetListItemType(object) : Type

Returns the data type of the items in the specified list.

static
GetListItemType(object, string) : Type

Returns the data type of the items in the specified data source.

static
GetListName(object, System.ComponentModel.PropertyDescriptor[]) : string

Returns the name of an underlying list, given a data source and optional System.ComponentModel.PropertyDescriptor array.