C# Class Ntreev.Windows.Forms.Grid.Design.ColumnCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Mostra file Open project: NtreevSoft/GridControl

Public Methods

Method Description
ColumnCollectionEditor ( Type type ) : System
service_ComponentChanged ( object sender, ComponentChangedEventArgs e ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
CreateInstanceBySelectingColumn ( ) : object
CreateInstanceBySelectingType ( ) : object

Method Details

CanRemoveInstance() protected method

protected CanRemoveInstance ( object value ) : bool
value object
return bool

ColumnCollectionEditor() public method

public ColumnCollectionEditor ( Type type ) : System
type System.Type
return System

CreateInstance() protected method

protected CreateInstance ( Type itemType ) : object
itemType System.Type
return object

CreateNewItemTypes() protected method

protected CreateNewItemTypes ( ) : System.Type[]
return System.Type[]

GetDisplayText() protected method

protected GetDisplayText ( object value ) : string
value object
return string

GetObjectsFromInstance() protected method

protected GetObjectsFromInstance ( object instance ) : IList
instance object
return IList

SetItems() protected method

protected SetItems ( object editValue, object value ) : object
editValue object
value object
return object

service_ComponentChanged() public method

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