C# Class System.Windows.Forms.ListBindingHelper

Afficher le fichier Open project: mahasak/dotnet452 Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetList() public static méthode

public static GetList ( object list ) : object
list object
Résultat object

GetList() public static méthode

public static GetList ( object dataSource, string dataMember ) : object
dataSource object
dataMember string
Résultat object

GetListItemProperties() public static méthode

public static GetListItemProperties ( object list ) : System.Windows.Forms.PropertyDescriptorCollection
list object
Résultat System.Windows.Forms.PropertyDescriptorCollection

GetListItemProperties() public static méthode

public static GetListItemProperties ( object list, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
list object
listAccessors Array
Résultat System.Windows.Forms.PropertyDescriptorCollection

GetListItemProperties() public static méthode

public static GetListItemProperties ( object dataSource, string dataMember, Array listAccessors ) : System.Windows.Forms.PropertyDescriptorCollection
dataSource object
dataMember string
listAccessors Array
Résultat System.Windows.Forms.PropertyDescriptorCollection

GetListItemType() public static méthode

public static GetListItemType ( object list ) : Type
list object
Résultat Type

GetListItemType() public static méthode

public static GetListItemType ( object dataSource, string dataMember ) : Type
dataSource object
dataMember string
Résultat Type

GetListName() public static méthode

public static GetListName ( object list, Array listAccessors ) : string
list object
listAccessors Array
Résultat string