C# Class Seal.Forms.EntityCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Méthodes publiques

Méthode Description
EntityCollectionEditor ( Type type ) : System
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Méthodes protégées

Méthode Description
CreateCollectionForm ( ) : CollectionForm
CreateInstance ( Type itemType ) : object
DestroyInstance ( object instance ) : void
GetDisplayText ( object value ) : string

Private Methods

Méthode Description
SetModified ( ) : void
propertyGrid_PropertyValueChanged ( object sender, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

Method Details

CreateCollectionForm() protected méthode

protected CreateCollectionForm ( ) : CollectionForm
Résultat CollectionForm

CreateInstance() protected méthode

protected CreateInstance ( Type itemType ) : object
itemType System.Type
Résultat object

DestroyInstance() protected méthode

protected DestroyInstance ( object instance ) : void
instance object
Résultat void

EntityCollectionEditor() public méthode

public EntityCollectionEditor ( Type type ) : System
type System.Type
Résultat System

GetDisplayText() protected méthode

protected GetDisplayText ( object value ) : string
value object
Résultat string

GetEditStyle() public méthode

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
Résultat UITypeEditorEditStyle