C# Класс System.Data.DataViewManagerListItemTypeDescriptor

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

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

Метод Описание
DataViewManagerListItemTypeDescriptor ( DataViewManager dataViewManager ) : System.ComponentModel
GetDataView ( DataTable table ) : DataView
ICustomTypeDescriptor ( ) : AttributeCollection

Retrieves an array of member attributes for the given object.

ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor

Retrieves the default event.

ICustomTypeDescriptor ( ) : EventDescriptorCollection

Retrieves an array of events that the given component instance provides. This may differ from the set of events the class provides. If the component is sited, the site may add or remove additional events.

ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection

Retrieves an array of events that the given component instance provides. This may differ from the set of events the class provides. If the component is sited, the site may add or remove additional events. The returned array of events will be filtered by the given set of attributes.

ICustomTypeDescriptor ( ) : PropertyDescriptor

Retrieves the default property.

ICustomTypeDescriptor ( ) : PropertyDescriptorCollection

Retrieves an array of properties that the given component instance provides. This may differ from the set of properties the class provides. If the component is sited, the site may add or remove additional properties.

ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection

Retrieves an array of properties that the given component instance provides. This may differ from the set of properties the class provides. If the component is sited, the site may add or remove additional properties. The returned array of properties will be filtered by the given set of attributes.

ICustomTypeDescriptor ( ) : TypeConverter

Retrieves the type converter for this object.

ICustomTypeDescriptor ( PropertyDescriptor pd ) : object

Retrieves the object that directly depends on this value being edited. This is generally the object that is required for the PropertyDescriptor's GetValue and SetValue methods. If 'null' is passed for the PropertyDescriptor, the ICustomComponent descripotor implemementation should return the default object, that is the main object that exposes the properties and attributes,

ICustomTypeDescriptor ( Type editorBaseType ) : object

Retrieves the an editor for this object.

ICustomTypeDescriptor ( ) : string

Retrieves the class name for this object. If null is returned, the type name is used.

Reset ( ) : void