C# 클래스 FlatRedBall.Gui.PropertyWindowAssociation

Base non-generic class for the generic PropertyWindowAssociation class.
Contains information about an element in the PropertyGrid. Information includes the UI element displaying the property, its associated Label, the member name, read/write permissions, and category.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearChangeEvent void
IncludeAndExcludeAccordingToValue void
PropertyWindowAssociation System

공개 메소드들

메소드 설명
OnMemberChanged ( IWindow callingWindow, PropertyGrid parentPropertyGrid ) : void
SetPropertyFor ( PropertyGrid propertyGrid, object objectToSet ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
ClearChangeEvent ( ) : void
IncludeAndExcludeAccordingToValue ( PropertyGrid propertyGrid ) : void
PropertyWindowAssociation ( IWindow window, TextDisplay label, Type type, string memberName, bool canRead, bool canWrite, MemberTypes memberType, bool isStatic ) : System

메소드 상세

OnMemberChanged() 공개 메소드

public OnMemberChanged ( IWindow callingWindow, PropertyGrid parentPropertyGrid ) : void
callingWindow IWindow
parentPropertyGrid PropertyGrid
리턴 void

SetPropertyFor() 공개 메소드

public SetPropertyFor ( PropertyGrid propertyGrid, object objectToSet ) : void
propertyGrid PropertyGrid
objectToSet object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string