C# Class Treefrog.Presentation.PropertyListPresenter

Inheritance: Presenter
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
ActionAddCustomProperty ( ) : void
ActionEditSelectedProperty ( string value ) : void
ActionRemoveSelectedProperty ( ) : void
ActionRenameSelectedProperty ( string name ) : void
ActionSelectProperty ( string name ) : void
PropertyListPresenter ( ) : System
RefreshPropertyList ( ) : void

Méthodes protégées

Méthode Description
InitializeCore ( ) : void
OnSyncPropertyActions ( EventArgs e ) : void
OnSyncPropertyContainer ( EventArgs e ) : void
OnSyncPropertyList ( EventArgs e ) : void
OnSyncPropertySelection ( EventArgs e ) : void

Private Methods

Méthode Description
FindDefaultPropertyName ( ) : string
PropertyProvider_PropertyProviderNameChanged ( object sender, EventArgs e ) : void

Method Details

ActionAddCustomProperty() public méthode

public ActionAddCustomProperty ( ) : void
Résultat void

ActionEditSelectedProperty() public méthode

public ActionEditSelectedProperty ( string value ) : void
value string
Résultat void

ActionRemoveSelectedProperty() public méthode

public ActionRemoveSelectedProperty ( ) : void
Résultat void

ActionRenameSelectedProperty() public méthode

public ActionRenameSelectedProperty ( string name ) : void
name string
Résultat void

ActionSelectProperty() public méthode

public ActionSelectProperty ( string name ) : void
name string
Résultat void

InitializeCore() protected méthode

protected InitializeCore ( ) : void
Résultat void

OnSyncPropertyActions() protected méthode

protected OnSyncPropertyActions ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSyncPropertyContainer() protected méthode

protected OnSyncPropertyContainer ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSyncPropertyList() protected méthode

protected OnSyncPropertyList ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSyncPropertySelection() protected méthode

protected OnSyncPropertySelection ( EventArgs e ) : void
e System.EventArgs
Résultat void

PropertyListPresenter() public méthode

public PropertyListPresenter ( ) : System
Résultat System

RefreshPropertyList() public méthode

public RefreshPropertyList ( ) : void
Résultat void