C# Class BoC.ComponentModel.TypeExtension.ExtendedTypeDescriptor

Inheritance: System.ComponentModel.CustomTypeDescriptor
Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Méthode Description
ExtendedTypeDescriptor ( Type componentType, ICustomTypeDescriptor parent ) : System
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Method Details

ExtendedTypeDescriptor() public méthode

public ExtendedTypeDescriptor ( Type componentType, ICustomTypeDescriptor parent ) : System
componentType System.Type
parent ICustomTypeDescriptor
Résultat System

GetProperties() public méthode

public GetProperties ( ) : PropertyDescriptorCollection
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection