C# 클래스 CommonTools.ColumnCollectionEditor

상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET

공개 메소드들

메소드 설명
ColumnCollectionEditor ( Type type ) : System
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object

보호된 메소드들

메소드 설명
CanSelectMultipleInstances ( ) : bool
CreateCollectionItemType ( ) : Type
CreateInstance ( Type itemType ) : object
GetDisplayText ( object value ) : string

메소드 상세

CanSelectMultipleInstances() 보호된 메소드

protected CanSelectMultipleInstances ( ) : bool
리턴 bool

ColumnCollectionEditor() 공개 메소드

public ColumnCollectionEditor ( Type type ) : System
type System.Type
리턴 System

CreateCollectionItemType() 보호된 메소드

protected CreateCollectionItemType ( ) : Type
리턴 System.Type

CreateInstance() 보호된 메소드

protected CreateInstance ( Type itemType ) : object
itemType System.Type
리턴 object

EditValue() 공개 메소드

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
리턴 object

GetDisplayText() 보호된 메소드

protected GetDisplayText ( object value ) : string
value object
리턴 string