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

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

Public Methods

Method 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

Method Description
ObjectWrapper ( object obj ) : System

Simple constructor.

Method Details

GetAttributes() public method

GetAttributes.
public GetAttributes ( ) : AttributeCollection
return System.ComponentModel.AttributeCollection

GetClassName() public method

Get Class Name.
public GetClassName ( ) : String
return String

GetComponentName() public method

GetComponentName.
public GetComponentName ( ) : String
return String

GetConverter() public method

GetConverter.
public GetConverter ( ) : TypeConverter
return System.ComponentModel.TypeConverter

GetDefaultEvent() public method

GetDefaultEvent.
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
return System.ComponentModel.EventDescriptor

GetDefaultProperty() public method

GetDefaultProperty.
public GetDefaultProperty ( ) : PropertyDescriptor
return System.ComponentModel.PropertyDescriptor

GetEditor() public method

GetEditor.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type editorBaseType
return object

GetEvents() public method

public GetEvents ( ) : EventDescriptorCollection
return System.ComponentModel.EventDescriptorCollection

GetEvents() public method

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return System.ComponentModel.EventDescriptorCollection

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public method

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object