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

An extension of PropertyBag that manages a table of property values, in addition to firing events when property values are requested or set.
Наследование: PropertyBag
Показать файл Открыть проект

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

Метод Описание
PropertyTable ( ) : System

Initializes a new instance of the PropertyTable class.

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

Initializes a new instance of the PropertyTable class.

this ( string key ) : object

Gets or sets the value of the property with the specified name.

In C#, this property is the indexer of the PropertyTable class.

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

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

This member overrides PropertyBag.OnGetValue.

OnSetValue ( PropertySpecEventArgs e ) : void

This member overrides PropertyBag.OnSetValue.

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

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

This member overrides PropertyBag.OnGetValue.
protected OnGetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs
Результат void

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

This member overrides PropertyBag.OnSetValue.
protected OnSetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs
Результат void

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

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

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

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

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

Gets or sets the value of the property with the specified name.

In C#, this property is the indexer of the PropertyTable class.

public this ( string key ) : object
key string
Результат object