C# Class Gtd.Client.InboxView

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

Public Methods

Method Description
AddStuff ( ImmutableStuff stuff ) : void
AttachTo ( Region mainRegion ) : void
InboxView ( ) : System
LoadInbox ( ImmutableInbox inbox ) : void
RemoveStuff ( StuffId stuffId ) : void
SubscribeToAddStuffClick ( Action callback ) : void
SubscribeToTrashStuffClick ( Action callback ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetSelectedStuffIds ( ) : IImmutableList
InitializeComponent ( ) : void

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

_toProject_DropDown ( object sender, EventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AddStuff() public method

public AddStuff ( ImmutableStuff stuff ) : void
stuff ImmutableStuff
return void

AttachTo() public method

public AttachTo ( Region mainRegion ) : void
mainRegion 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

InboxView() public method

public InboxView ( ) : System
return System

LoadInbox() public method

public LoadInbox ( ImmutableInbox inbox ) : void
inbox ImmutableInbox
return void

RemoveStuff() public method

public RemoveStuff ( StuffId stuffId ) : void
stuffId StuffId
return void

SubscribeToAddStuffClick() public method

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

SubscribeToTrashStuffClick() public method

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