C# Class Gtd.Client.Core.Services.Inbox.InboxService

Inheritance: IInboxService
Afficher le fichier Open project: beingtheworst/btw-gtd

Méthodes publiques

Méthode Description
AddStuffToInbox ( ItemOfStuff itemOfStuff ) : void
AllStuffInInbox ( ) : IList
GetByStuffId ( string stuffId ) : ItemOfStuff
InboxService ( IInboxRepository inboxRepository, IMvxMessenger mvxMessenger ) : System.Collections.Generic
TrashStuff ( ItemOfStuff itemOfStuff ) : void

Method Details

AddStuffToInbox() public méthode

public AddStuffToInbox ( ItemOfStuff itemOfStuff ) : void
itemOfStuff Gtd.Client.Core.Models.ItemOfStuff
Résultat void

AllStuffInInbox() public méthode

public AllStuffInInbox ( ) : IList
Résultat IList

GetByStuffId() public méthode

public GetByStuffId ( string stuffId ) : ItemOfStuff
stuffId string
Résultat Gtd.Client.Core.Models.ItemOfStuff

InboxService() public méthode

public InboxService ( IInboxRepository inboxRepository, IMvxMessenger mvxMessenger ) : System.Collections.Generic
inboxRepository IInboxRepository
mvxMessenger IMvxMessenger
Résultat System.Collections.Generic

TrashStuff() public méthode

public TrashStuff ( ItemOfStuff itemOfStuff ) : void
itemOfStuff Gtd.Client.Core.Models.ItemOfStuff
Résultat void