C# Класс IronPython.Runtime.Operations.CustomTypeDescHelpers

Helper class that all custom type descriptor implementations call for the bulk of their implementation.
Показать файл Открыть проект

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

Метод Описание
GetClassName ( object self ) : string
GetConverter ( object self ) : TypeConverter
GetEvents ( object self, Attribute attributes ) : EventDescriptorCollection
GetProperties ( object self ) : PropertyDescriptorCollection
GetProperties ( object self, Attribute attributes ) : PropertyDescriptorCollection

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

Метод Описание
GetAttributes ( object self ) : AttributeCollection
GetComponentName ( object self ) : string
GetDefaultEvent ( object self ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( object self ) : PropertyDescriptor
GetEditor ( object self, Type editorBaseType ) : object
GetEvents ( object self ) : EventDescriptorCollection
GetPropertiesImpl ( object self, Attribute attributes ) : System.ComponentModel.PropertyDescriptor[]
GetPropertyOwner ( object self, PropertyDescriptor pd ) : object
ShouldIncludeInstanceMember ( string memberName, Attribute attributes ) : bool
ShouldIncludeProperty ( PythonTypeSlot attrSlot, Attribute attributes ) : bool

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

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

public static GetClassName ( object self ) : string
self object
Результат string

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

public static GetConverter ( object self ) : TypeConverter
self object
Результат System.ComponentModel.TypeConverter

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

public static GetEvents ( object self, Attribute attributes ) : EventDescriptorCollection
self object
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection

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

public static GetProperties ( object self ) : PropertyDescriptorCollection
self object
Результат System.ComponentModel.PropertyDescriptorCollection

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

public static GetProperties ( object self, Attribute attributes ) : PropertyDescriptorCollection
self object
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection