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.
Показать файл Открыть проект Примеры использования класса

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