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

Mostrar archivo Open project: beingtheworst/btw-gtd Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AttachTo ( Region region ) : void
region Region
return void

Dispose() protected method

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

ProjectView() public method

public ProjectView ( ) : System
return System

SubscribeActionCompleted() public method

public SubscribeActionCompleted ( Action e ) : void
e Action
return void

SubscribeAddActionClicked() public method

public SubscribeAddActionClicked ( Action e ) : void
e Action
return void

SubscribeOutcomeChanged() public method

public SubscribeOutcomeChanged ( string>.Action e ) : void
e string>.Action
return void

SubscribeToDragStart() public method

public SubscribeToDragStart ( Action callback ) : void
callback Action
return void