C# Class 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.
Inheritance: ICustomTypeDescriptor
Datei anzeigen Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Protected Properties

Property Type Description
m_Security AnimatGuiCtrls.Security.SecurityManager
m_oTag Object
m_strObjectName string

Public Methods

Method Description
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.

Protected Methods

Method Description
OnGetValue ( PropertySpecEventArgs e ) : void

Raises the GetValue event.

OnSetValue ( PropertySpecEventArgs e ) : void

Raises the SetValue event.

Private Methods

Method Description
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

Method Details

GetPropertiesString() public method

public GetPropertiesString ( ) : string
return string

OnGetValue() protected method

Raises the GetValue event.
protected OnGetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
return void

OnSetValue() protected method

Raises the SetValue event.
protected OnSetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
return void

PropertyBag() public method

Initializes a new instance of the PropertyBag class.
public PropertyBag ( ) : System
return System

PropertyBag() public method

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
return System

Property Details

m_Security protected_oe property

protected SecurityManager,AnimatGuiCtrls.Security m_Security
return AnimatGuiCtrls.Security.SecurityManager

m_oTag protected_oe property

protected Object m_oTag
return Object

m_strObjectName protected_oe property

protected string m_strObjectName
return string