C# 클래스 Ntreev.Windows.Forms.Grid.Design.ColumnCollectionEditor

상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: NtreevSoft/GridControl

공개 메소드들

메소드 설명
ColumnCollectionEditor ( Type type ) : System
service_ComponentChanged ( object sender, ComponentChangedEventArgs e ) : void

보호된 메소드들

메소드 설명
CanRemoveInstance ( object value ) : bool
CreateInstance ( Type itemType ) : object
CreateNewItemTypes ( ) : System.Type[]
GetDisplayText ( object value ) : string
GetObjectsFromInstance ( object instance ) : IList
SetItems ( object editValue, object value ) : object

비공개 메소드들

메소드 설명
CreateInstanceBySelectingColumn ( ) : object
CreateInstanceBySelectingType ( ) : object

메소드 상세

CanRemoveInstance() 보호된 메소드

protected CanRemoveInstance ( object value ) : bool
value object
리턴 bool

ColumnCollectionEditor() 공개 메소드

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

CreateInstance() 보호된 메소드

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

CreateNewItemTypes() 보호된 메소드

protected CreateNewItemTypes ( ) : System.Type[]
리턴 System.Type[]

GetDisplayText() 보호된 메소드

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

GetObjectsFromInstance() 보호된 메소드

protected GetObjectsFromInstance ( object instance ) : IList
instance object
리턴 IList

SetItems() 보호된 메소드

protected SetItems ( object editValue, object value ) : object
editValue object
value object
리턴 object

service_ComponentChanged() 공개 메소드

public service_ComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
sender object
e System.ComponentModel.Design.ComponentChangedEventArgs
리턴 void