C# 클래스 Revit.SDK.Samples.ProjectInfo.CS.WrapperCustomDescriptor

상속: ICustomTypeDescriptor, IWrapper
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
GetAttributes ( ) : AttributeCollection

Returns a collection of custom attributes for this instance of a component.

GetClassName ( ) : string

Returns the class name of this instance of a component.

GetComponentName ( ) : string

Returns the name of this instance of a component.

GetConverter ( ) : TypeConverter

Returns a type converter for this instance of a component.

GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor

Returns the default event for this instance of a component.

GetDefaultProperty ( ) : PropertyDescriptor

Returns the default property for this instance of a component.

GetEditor ( Type editorBaseType ) : object

Returns an editor of the specified type for this instance of a component.

GetEvents ( ) : EventDescriptorCollection

Returns the events for this instance of a component.

GetEvents ( Attribute attributes ) : EventDescriptorCollection

Returns the events for this instance of a component using the specified attribute array as a filter.

GetProperties ( ) : PropertyDescriptorCollection

Returns the properties for this instance of a component.

GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Returns the properties for this instance of a component using the attribute array as a filter.

GetPropertyOwner ( PropertyDescriptor pd ) : object

Returns an object that contains the property described by the specified property descriptor.

ToString ( ) : string

overrides ToString method

WrapperCustomDescriptor ( object handle ) : System

Initializes handle object

메소드 상세

GetAttributes() 공개 메소드

Returns a collection of custom attributes for this instance of a component.
public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection

GetClassName() 공개 메소드

Returns the class name of this instance of a component.
public GetClassName ( ) : string
리턴 string

GetComponentName() 공개 메소드

Returns the name of this instance of a component.
public GetComponentName ( ) : string
리턴 string

GetConverter() 공개 메소드

Returns a type converter for this instance of a component.
public GetConverter ( ) : TypeConverter
리턴 System.ComponentModel.TypeConverter

GetDefaultEvent() 공개 메소드

Returns the default event for this instance of a component.
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
리턴 System.ComponentModel.EventDescriptor

GetDefaultProperty() 공개 메소드

Returns the default property for this instance of a component.
public GetDefaultProperty ( ) : PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptor

GetEditor() 공개 메소드

Returns an editor of the specified type for this instance of a component.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type A Type that represents the editor for this object.
리턴 object

GetEvents() 공개 메소드

Returns the events for this instance of a component.
public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection

GetEvents() 공개 메소드

Returns the events for this instance of a component using the specified attribute array as a filter.
public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute An array of type Attribute that is used as a filter.
리턴 System.ComponentModel.EventDescriptorCollection

GetProperties() 공개 메소드

Returns the properties for this instance of a component.
public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

Returns the properties for this instance of a component using the attribute array as a filter.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute An array of type Attribute that is used as a filter.
리턴 System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() 공개 메소드

Returns an object that contains the property described by the specified property descriptor.
public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor A PropertyDescriptor that represents the property whose owner is to be found.
리턴 object

ToString() 공개 메소드

overrides ToString method
public ToString ( ) : string
리턴 string

WrapperCustomDescriptor() 공개 메소드

Initializes handle object
public WrapperCustomDescriptor ( object handle ) : System
handle object Handle object
리턴 System