C# Class mRemoteNG.UI.Controls.FilteredPropertyGrid.ObjectWrapper

This class is a wrapper. It contains the object the propertyGrid has to display.
Inheritance: ICustomTypeDescriptor
Afficher le fichier Open project: mRemoteNG/mRemoteNG

Méthodes publiques

Méthode Description
GetAttributes ( ) : AttributeCollection

GetAttributes.

GetClassName ( ) : String

Get Class Name.

GetComponentName ( ) : String

GetComponentName.

GetConverter ( ) : TypeConverter

GetConverter.

GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor

GetDefaultEvent.

GetDefaultProperty ( ) : PropertyDescriptor

GetDefaultProperty.

GetEditor ( Type editorBaseType ) : object

GetEditor.

GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object

Private Methods

Méthode Description
ObjectWrapper ( object obj ) : System

Simple constructor.

Method Details

GetAttributes() public méthode

GetAttributes.
public GetAttributes ( ) : AttributeCollection
Résultat System.ComponentModel.AttributeCollection

GetClassName() public méthode

Get Class Name.
public GetClassName ( ) : String
Résultat String

GetComponentName() public méthode

GetComponentName.
public GetComponentName ( ) : String
Résultat String

GetConverter() public méthode

GetConverter.
public GetConverter ( ) : TypeConverter
Résultat System.ComponentModel.TypeConverter

GetDefaultEvent() public méthode

GetDefaultEvent.
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public méthode

GetDefaultProperty.
public GetDefaultProperty ( ) : PropertyDescriptor
Résultat System.ComponentModel.PropertyDescriptor

GetEditor() public méthode

GetEditor.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type editorBaseType
Résultat object

GetEvents() public méthode

public GetEvents ( ) : EventDescriptorCollection
Résultat System.ComponentModel.EventDescriptorCollection

GetEvents() public méthode

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.EventDescriptorCollection

GetProperties() public méthode

public GetProperties ( ) : PropertyDescriptorCollection
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public méthode

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object