C# Class PropertyGrid.PropertyEditors.CollectionEditor

Inheritance: PropertyEditorCell
Afficher le fichier Open project: modesto/monoreports

Méthodes publiques

Méthode Description
LaunchDialogue ( ) : void

Méthodes protégées

Méthode Description
GetValueText ( ) : string
Initialize ( ) : void
NewItemTypes ( ) : System.Type[]

Private Methods

Méthode Description
CreateTransaction ( object obj ) : DesignerTransaction
EndTransaction ( object obj, DesignerTransaction tran, object oldValue, object newValue, bool commit ) : void
IterPrev ( TreeModel model, Gtk.TreeIter &iter ) : bool
UpdateIndices ( ListStore itemStore ) : void
UpdateName ( ListStore itemStore, Gtk.TreeIter iter ) : void

Method Details

GetValueText() protected méthode

protected GetValueText ( ) : string
Résultat string

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LaunchDialogue() public méthode

public LaunchDialogue ( ) : void
Résultat void

NewItemTypes() protected méthode

protected NewItemTypes ( ) : System.Type[]
Résultat System.Type[]