C# Class CrystalMpq.Explorer.OptionsForm.SettingsTypeDescriptor

Inheritance: System.ComponentModel.CustomTypeDescriptor
Mostra file Open project: sgraf812/crystalmpq

Public Methods

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

Method Details

GetClassName() public method

public GetClassName ( ) : string
return string

GetComponentName() public method

public GetComponentName ( ) : string
return string

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

RebuildPropertyCache() public method

public RebuildPropertyCache ( ) : void
return void

SettingsTypeDescriptor() public method

public SettingsTypeDescriptor ( OptionsForm optionsForm ) : System
optionsForm OptionsForm
return System