C# Class Gtd.Client.Core.DataStore.InboxRepository

Inheritance: IInboxRepository
Exibir arquivo Open project: beingtheworst/btw-gtd

Public Methods

Method Description
AddStuffToInbox ( ItemOfStuff itemOfStuff ) : void
AllStuffInInbox ( ) : IList
GetByStuffId ( string stuffId ) : ItemOfStuff
InboxRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic
TrashStuff ( ItemOfStuff itemOfStuff ) : void

Method Details

AddStuffToInbox() public method

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

AllStuffInInbox() public method

public AllStuffInInbox ( ) : IList
return IList

GetByStuffId() public method

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

InboxRepository() public method

public InboxRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic
sqlConnectionFactory ISQLiteConnectionFactory
return System.Collections.Generic

TrashStuff() public method

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