C# Class XPTable.Models.Design.ColumnCollectionEditor

Provides a user interface that can edit collections of Columns at design time
Inheritance: XPTable.Models.Design.HelpfulCollectionEditor
Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Méthode Description
ColumnCollectionEditor ( Type type ) : System

Initializes a new instance of the ColumnCollectionEditor class using the specified collection type

EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object

Edits the value of the specified object using the specified service provider and context

Méthodes protégées

Méthode Description
CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm

Creates a new form to display and edit the current collection

CreateInstance ( Type itemType ) : object

Creates a new instance of the specified collection item type

CreateNewItemTypes ( ) : System.Type[]

Gets the data types that this collection editor can contain

DestroyInstance ( object instance ) : void

Destroys the specified instance of the object

PropertyGrid_SelectedObjectsChanged ( object sender, EventArgs e ) : void

Handler for the PropertyGrid's SelectedObjectsChanged event

Private Methods

Méthode Description
column_PropertyChanged ( object sender, XPTable.Events.ColumnEventArgs e ) : void

Handler for a Column's PropertyChanged event

Method Details

ColumnCollectionEditor() public méthode

Initializes a new instance of the ColumnCollectionEditor class using the specified collection type
public ColumnCollectionEditor ( Type type ) : System
type System.Type The type of the collection for this editor to edit
Résultat System

CreateCollectionForm() protected méthode

Creates a new form to display and edit the current collection
protected CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm
Résultat System.ComponentModel.Design.CollectionEditor.CollectionForm

CreateInstance() protected méthode

Creates a new instance of the specified collection item type
protected CreateInstance ( Type itemType ) : object
itemType System.Type The type of item to create
Résultat object

CreateNewItemTypes() protected méthode

Gets the data types that this collection editor can contain
protected CreateNewItemTypes ( ) : System.Type[]
Résultat System.Type[]

DestroyInstance() protected méthode

Destroys the specified instance of the object
protected DestroyInstance ( object instance ) : void
instance object The object to destroy
Résultat void

EditValue() public méthode

Edits the value of the specified object using the specified service provider and context
public EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object
context ITypeDescriptorContext An ITypeDescriptorContext that can be /// used to gain additional context information
isp IServiceProvider A service provider object through which /// editing services can be obtained
value object The object to edit the value of
Résultat object

PropertyGrid_SelectedObjectsChanged() protected méthode

Handler for the PropertyGrid's SelectedObjectsChanged event
protected PropertyGrid_SelectedObjectsChanged ( object sender, EventArgs e ) : void
sender object The object that raised the event
e System.EventArgs An EventArgs that contains the event data
Résultat void