C# 클래스 Gtd.Client.InboxView

파일 보기 프로젝트 열기: beingtheworst/btw-gtd 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

AddStuff() 공개 메소드

public AddStuff ( ImmutableStuff stuff ) : void
stuff ImmutableStuff
리턴 void

AttachTo() 공개 메소드

public AttachTo ( Region mainRegion ) : void
mainRegion Region
리턴 void

Dispose() 보호된 메소드

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

InboxView() 공개 메소드

public InboxView ( ) : System
리턴 System

LoadInbox() 공개 메소드

public LoadInbox ( ImmutableInbox inbox ) : void
inbox ImmutableInbox
리턴 void

RemoveStuff() 공개 메소드

public RemoveStuff ( StuffId stuffId ) : void
stuffId StuffId
리턴 void

SubscribeToAddStuffClick() 공개 메소드

public SubscribeToAddStuffClick ( Action callback ) : void
callback Action
리턴 void

SubscribeToTrashStuffClick() 공개 메소드

public SubscribeToTrashStuffClick ( Action callback ) : void
callback Action
리턴 void