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

Inheritance: IActionRepository
显示文件 Open project: beingtheworst/btw-gtd

Public Methods

Method 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 method

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

AllActions() public method

public AllActions ( ) : IList
return IList

DefineAction() public method

public DefineAction ( Action action ) : void
action Gtd.Client.Core.Models.Action
return void

GetByActionId() public method

public GetByActionId ( string actionId ) : Action
actionId string
return Gtd.Client.Core.Models.Action

GetByProjectId() public method

public GetByProjectId ( string projectId ) : Action
projectId string
return Gtd.Client.Core.Models.Action