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
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Protected Properties

Свойство Type Description
m_Security AnimatGuiCtrls.Security.SecurityManager
m_oTag Object
m_strObjectName string

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnGetValue ( PropertySpecEventArgs e ) : void

Raises the GetValue event.

OnSetValue ( PropertySpecEventArgs e ) : void

Raises the SetValue event.

Private Methods

Méthode 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 méthode

public GetPropertiesString ( ) : string
Résultat string

OnGetValue() protected méthode

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

OnSetValue() protected méthode

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

PropertyBag() public méthode

Initializes a new instance of the PropertyBag class.
public PropertyBag ( ) : System
Résultat System

PropertyBag() public méthode

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
Résultat System

Property Details

m_Security protected_oe property

protected SecurityManager,AnimatGuiCtrls.Security m_Security
Résultat AnimatGuiCtrls.Security.SecurityManager

m_oTag protected_oe property

protected Object m_oTag
Résultat Object

m_strObjectName protected_oe property

protected string m_strObjectName
Résultat string