C# Класс System.Windows.Forms.ListBindingHelper

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateInstanceOfType object
GetFirstItemByEnumerable object
GetListItemPropertiesByEnumerable System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByEnumerable System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByEnumerable System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByInstance System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByType System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByType System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByType System.Windows.Forms.PropertyDescriptorCollection
GetListItemTypeByEnumerable Type
GetListNameFromType string
GetTypedIndexer PropertyInfo
IsListBasedType bool

Открытые методы

Метод Описание
GetList ( object list ) : object
GetList ( object dataSource, string dataMember ) : object
GetListItemProperties ( object list ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemProperties ( object list, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemProperties ( object dataSource, string dataMember, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemType ( object list ) : Type
GetListItemType ( object dataSource, string dataMember ) : Type
GetListName ( object list, Array listAccessors ) : string

Приватные методы

Метод Описание
CreateInstanceOfType ( Type type ) : object
GetFirstItemByEnumerable ( IEnumerable enumerable ) : object
GetListItemPropertiesByEnumerable ( IEnumerable enumerable ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByEnumerable ( IEnumerable enumerable, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByEnumerable ( IEnumerable iEnumerable, Array listAccessors, int startIndex ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByInstance ( object target, Array listAccessors, int startIndex ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByType ( Type type ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByType ( Type type, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemPropertiesByType ( Type type, Array listAccessors, int startIndex ) : System.Windows.Forms.PropertyDescriptorCollection
GetListItemTypeByEnumerable ( IEnumerable iEnumerable ) : Type
GetListNameFromType ( Type type ) : string
GetTypedIndexer ( Type type ) : PropertyInfo
IsListBasedType ( Type type ) : bool

Описание методов

GetList() публичный статический Метод

public static GetList ( object list ) : object
list object
Результат object

GetList() публичный статический Метод

public static GetList ( object dataSource, string dataMember ) : object
dataSource object
dataMember string
Результат object

GetListItemProperties() публичный статический Метод

public static GetListItemProperties ( object list ) : System.Windows.Forms.PropertyDescriptorCollection
list object
Результат System.Windows.Forms.PropertyDescriptorCollection

GetListItemProperties() публичный статический Метод

public static GetListItemProperties ( object list, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
list object
listAccessors Array
Результат System.Windows.Forms.PropertyDescriptorCollection

GetListItemProperties() публичный статический Метод

public static GetListItemProperties ( object dataSource, string dataMember, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
dataSource object
dataMember string
listAccessors Array
Результат System.Windows.Forms.PropertyDescriptorCollection

GetListItemType() публичный статический Метод

public static GetListItemType ( object list ) : Type
list object
Результат Type

GetListItemType() публичный статический Метод

public static GetListItemType ( object dataSource, string dataMember ) : Type
dataSource object
dataMember string
Результат Type

GetListName() публичный статический Метод

public static GetListName ( object list, Array listAccessors ) : string
list object
listAccessors Array
Результат string