C# Class IronRuby.Runtime.CustomTypeDescHelpers

Helper class that all custom type descriptor implementations call for the bulk of their implementation.
Show file Open project: jschementi/iron

Private Methods

Method Description
GetAttributes ( object self ) : AttributeCollection
GetClassName ( object self ) : string
GetComponentName ( object self ) : string
GetConverter ( object self ) : TypeConverter
GetDefaultEvent ( object self ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( object self ) : PropertyDescriptor
GetEditor ( object self, Type editorBaseType ) : object
GetEvents ( object self ) : EventDescriptorCollection
GetEvents ( object self, Attribute attributes ) : EventDescriptorCollection
GetImmediateClass ( object self ) : RubyClass
GetProperties ( object self ) : PropertyDescriptorCollection
GetProperties ( object self, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesImpl ( object self, Attribute attributes ) : System.ComponentModel.PropertyDescriptor[]
GetPropertyOwner ( object self, PropertyDescriptor pd ) : object