C# Class Gtd.Client.Views.Project.ProjectView

Afficher le fichier Open project: beingtheworst/btw-gtd Class Usage Examples

Méthodes publiques

Méthode Description
AttachTo ( Region region ) : void
ProjectView ( ) : System
SubscribeActionCompleted ( Action e ) : void
SubscribeAddActionClicked ( Action e ) : void
SubscribeOutcomeChanged ( string>.Action e ) : void
SubscribeToDragStart ( Action callback ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
IProjectView ( FilteredProject project ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AttachTo() public méthode

public AttachTo ( Region region ) : void
region Region
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ProjectView() public méthode

public ProjectView ( ) : System
Résultat System

SubscribeActionCompleted() public méthode

public SubscribeActionCompleted ( Action e ) : void
e Action
Résultat void

SubscribeAddActionClicked() public méthode

public SubscribeAddActionClicked ( Action e ) : void
e Action
Résultat void

SubscribeOutcomeChanged() public méthode

public SubscribeOutcomeChanged ( string>.Action e ) : void
e string>.Action
Résultat void

SubscribeToDragStart() public méthode

public SubscribeToDragStart ( Action callback ) : void
callback Action
Résultat void