C# Класс AnimatGuiCtrls.Controls.PropertyBag

Represents a collection of custom properties that can be selected into a PropertyGrid to provide functionality beyond that of the simple reflection normally used to query an object's properties.
Наследование: ICustomTypeDescriptor
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_Security AnimatGuiCtrls.Security.SecurityManager
m_oTag Object
m_strObjectName string

Открытые методы

Метод Описание
GetPropertiesString ( ) : string
PropertyBag ( ) : System

Initializes a new instance of the PropertyBag class.

PropertyBag ( object oTag, string strObjName, SecurityManager oSecurity ) : System

Initializes a new instance of the PropertyBag class.

Защищенные методы

Метод Описание
OnGetValue ( PropertySpecEventArgs e ) : void

Raises the GetValue event.

OnSetValue ( PropertySpecEventArgs e ) : void

Raises the SetValue event.

Приватные методы

Метод Описание
ICustomTypeDescriptor ( ) : AttributeCollection
ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
ICustomTypeDescriptor ( ) : EventDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
ICustomTypeDescriptor ( ) : PropertyDescriptor
ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( ) : TypeConverter
ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
ICustomTypeDescriptor ( Type editorBaseType ) : object
ICustomTypeDescriptor ( ) : string

Описание методов

GetPropertiesString() публичный Метод

public GetPropertiesString ( ) : string
Результат string

OnGetValue() защищенный Метод

Raises the GetValue event.
protected OnGetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
Результат void

OnSetValue() защищенный Метод

Raises the SetValue event.
protected OnSetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
Результат void

PropertyBag() публичный Метод

Initializes a new instance of the PropertyBag class.
public PropertyBag ( ) : System
Результат System

PropertyBag() публичный Метод

Initializes a new instance of the PropertyBag class.
public PropertyBag ( object oTag, string strObjName, SecurityManager oSecurity ) : System
oTag object
strObjName string
oSecurity AnimatGuiCtrls.Security.SecurityManager
Результат System

Описание свойств

m_Security защищенное свойство

protected SecurityManager,AnimatGuiCtrls.Security m_Security
Результат AnimatGuiCtrls.Security.SecurityManager

m_oTag защищенное свойство

protected Object m_oTag
Результат Object

m_strObjectName защищенное свойство

protected string m_strObjectName
Результат string