C# 클래스 FlatRedBall.Glue.GuiDisplay.PropertyDescriptorHelper

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
AddProperty ( PropertyDescriptorCollection pdc, string propertyName, Type propertyType ) : PropertyDescriptorCollection
AddProperty ( PropertyDescriptorCollection pdc, string propertyName, Type propertyType, TypeConverter converter, Attribute attributes ) : PropertyDescriptorCollection
AddProperty ( PropertyDescriptorCollection pdc, string propertyName, Type propertyType, TypeConverter converter, Attribute attributes, MemberChangeEventHandler eventArgs, Func getMember ) : PropertyDescriptorCollection
RemoveProperty ( PropertyDescriptorCollection pdc, string propertyName ) : PropertyDescriptorCollection
SetPropertyDisplay ( PropertyDescriptorCollection pdc, string oldName, string newName ) : PropertyDescriptorCollection

비공개 메소드들

메소드 설명
GetPropertyDescriptor ( PropertyDescriptorCollection pdc, string name ) : PropertyDescriptor

메소드 상세

AddProperty() 공개 정적인 메소드

public static AddProperty ( PropertyDescriptorCollection pdc, string propertyName, Type propertyType ) : PropertyDescriptorCollection
pdc System.ComponentModel.PropertyDescriptorCollection
propertyName string
propertyType System.Type
리턴 System.ComponentModel.PropertyDescriptorCollection

AddProperty() 공개 정적인 메소드

public static AddProperty ( PropertyDescriptorCollection pdc, string propertyName, Type propertyType, TypeConverter converter, Attribute attributes ) : PropertyDescriptorCollection
pdc System.ComponentModel.PropertyDescriptorCollection
propertyName string
propertyType System.Type
converter System.ComponentModel.TypeConverter
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

AddProperty() 공개 정적인 메소드

public static AddProperty ( PropertyDescriptorCollection pdc, string propertyName, Type propertyType, TypeConverter converter, Attribute attributes, MemberChangeEventHandler eventArgs, Func getMember ) : PropertyDescriptorCollection
pdc System.ComponentModel.PropertyDescriptorCollection
propertyName string
propertyType System.Type
converter System.ComponentModel.TypeConverter
attributes System.Attribute
eventArgs MemberChangeEventHandler
getMember Func
리턴 System.ComponentModel.PropertyDescriptorCollection

RemoveProperty() 공개 정적인 메소드

public static RemoveProperty ( PropertyDescriptorCollection pdc, string propertyName ) : PropertyDescriptorCollection
pdc System.ComponentModel.PropertyDescriptorCollection
propertyName string
리턴 System.ComponentModel.PropertyDescriptorCollection

SetPropertyDisplay() 공개 정적인 메소드

public static SetPropertyDisplay ( PropertyDescriptorCollection pdc, string oldName, string newName ) : PropertyDescriptorCollection
pdc System.ComponentModel.PropertyDescriptorCollection
oldName string
newName string
리턴 System.ComponentModel.PropertyDescriptorCollection