C# 클래스 CrystalMpq.Explorer.OptionsForm.SettingsTypeDescriptor

상속: System.ComponentModel.CustomTypeDescriptor
파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
GetClassName ( ) : string
GetComponentName ( ) : string
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
RebuildPropertyCache ( ) : void
SettingsTypeDescriptor ( OptionsForm optionsForm ) : System

메소드 상세

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetComponentName() 공개 메소드

public GetComponentName ( ) : string
리턴 string

GetProperties() 공개 메소드

public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

RebuildPropertyCache() 공개 메소드

public RebuildPropertyCache ( ) : void
리턴 void

SettingsTypeDescriptor() 공개 메소드

public SettingsTypeDescriptor ( OptionsForm optionsForm ) : System
optionsForm OptionsForm
리턴 System