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

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

Méthodes publiques

Méthode Description
ActionRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic
AllActions ( ) : IList
DefineAction ( Action action ) : void
GetByActionId ( string actionId ) : Action
GetByProjectId ( string projectId ) : Action

Method Details

ActionRepository() public méthode

public ActionRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic
sqlConnectionFactory ISQLiteConnectionFactory
Résultat System.Collections.Generic

AllActions() public méthode

public AllActions ( ) : IList
Résultat IList

DefineAction() public méthode

public DefineAction ( Action action ) : void
action Gtd.Client.Core.Models.Action
Résultat void

GetByActionId() public méthode

public GetByActionId ( string actionId ) : Action
actionId string
Résultat Gtd.Client.Core.Models.Action

GetByProjectId() public méthode

public GetByProjectId ( string projectId ) : Action
projectId string
Résultat Gtd.Client.Core.Models.Action