Method | Description | |
---|---|---|
AddStuff ( ImmutableStuff stuff ) : void | ||
AttachTo ( |
||
InboxView ( ) : System | ||
LoadInbox ( ImmutableInbox inbox ) : void | ||
RemoveStuff ( StuffId stuffId ) : void | ||
SubscribeToAddStuffClick ( Action callback ) : void | ||
SubscribeToTrashStuffClick ( Action |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
public AddStuff ( ImmutableStuff stuff ) : void | ||
stuff | ImmutableStuff | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LoadInbox ( ImmutableInbox inbox ) : void | ||
inbox | ImmutableInbox | |
return | void |
public RemoveStuff ( StuffId stuffId ) : void | ||
stuffId | StuffId | |
return | void |
public SubscribeToAddStuffClick ( Action callback ) : void | ||
callback | Action | |
return | void |
public SubscribeToTrashStuffClick ( Action |
||
callback | Action |
|
return | void |