C# 클래스 mRemoteNG.UI.Controls.FilteredPropertyGrid.ObjectWrapper

This class is a wrapper. It contains the object the propertyGrid has to display.
상속: ICustomTypeDescriptor
파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ObjectWrapper ( object obj ) : System

Simple constructor.

메소드 상세

GetAttributes() 공개 메소드

GetAttributes.
public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection

GetClassName() 공개 메소드

Get Class Name.
public GetClassName ( ) : String
리턴 String

GetComponentName() 공개 메소드

GetComponentName.
public GetComponentName ( ) : String
리턴 String

GetConverter() 공개 메소드

GetConverter.
public GetConverter ( ) : TypeConverter
리턴 System.ComponentModel.TypeConverter

GetDefaultEvent() 공개 메소드

GetDefaultEvent.
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
리턴 System.ComponentModel.EventDescriptor

GetDefaultProperty() 공개 메소드

GetDefaultProperty.
public GetDefaultProperty ( ) : PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptor

GetEditor() 공개 메소드

GetEditor.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type editorBaseType
리턴 object

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection

GetEvents() 공개 메소드

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.EventDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() 공개 메소드

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
리턴 object