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
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource

공개 메소드들

메소드 설명
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