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
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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