C# Class CrystalMpq.Explorer.OptionsForm.SettingsTypeDescriptor

Inheritance: System.ComponentModel.CustomTypeDescriptor
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
GetClassName ( ) : string
GetComponentName ( ) : string
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
RebuildPropertyCache ( ) : void
SettingsTypeDescriptor ( OptionsForm optionsForm ) : System

Method Details

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetComponentName() public méthode

public GetComponentName ( ) : string
Résultat string

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

RebuildPropertyCache() public méthode

public RebuildPropertyCache ( ) : void
Résultat void

SettingsTypeDescriptor() public méthode

public SettingsTypeDescriptor ( OptionsForm optionsForm ) : System
optionsForm OptionsForm
Résultat System