C# Class BoC.ComponentModel.TypeExtension.ExtendedTypeDescriptor

Inheritance: System.ComponentModel.CustomTypeDescriptor
Show file Open project: csteeg/BoC

Public Methods

Method Description
ExtendedTypeDescriptor ( Type componentType, ICustomTypeDescriptor parent ) : System
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Method Details

ExtendedTypeDescriptor() public method

public ExtendedTypeDescriptor ( Type componentType, ICustomTypeDescriptor parent ) : System
componentType System.Type
parent ICustomTypeDescriptor
return System

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection