C# 클래스 Gtd.Client.Core.DataStore.InboxRepository

상속: IInboxRepository
파일 보기 프로젝트 열기: beingtheworst/btw-gtd

공개 메소드들

메소드 설명
AddStuffToInbox ( ItemOfStuff itemOfStuff ) : void
AllStuffInInbox ( ) : IList
GetByStuffId ( string stuffId ) : ItemOfStuff
InboxRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic
TrashStuff ( ItemOfStuff itemOfStuff ) : void

메소드 상세

AddStuffToInbox() 공개 메소드

public AddStuffToInbox ( ItemOfStuff itemOfStuff ) : void
itemOfStuff Gtd.Client.Core.Models.ItemOfStuff
리턴 void

AllStuffInInbox() 공개 메소드

public AllStuffInInbox ( ) : IList
리턴 IList

GetByStuffId() 공개 메소드

public GetByStuffId ( string stuffId ) : ItemOfStuff
stuffId string
리턴 Gtd.Client.Core.Models.ItemOfStuff

InboxRepository() 공개 메소드

public InboxRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic
sqlConnectionFactory ISQLiteConnectionFactory
리턴 System.Collections.Generic

TrashStuff() 공개 메소드

public TrashStuff ( ItemOfStuff itemOfStuff ) : void
itemOfStuff Gtd.Client.Core.Models.ItemOfStuff
리턴 void