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

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

공개 메소드들

메소드 설명
ActionRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic
AllActions ( ) : IList
DefineAction ( Action action ) : void
GetByActionId ( string actionId ) : Action
GetByProjectId ( string projectId ) : Action

메소드 상세

ActionRepository() 공개 메소드

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

AllActions() 공개 메소드

public AllActions ( ) : IList
리턴 IList

DefineAction() 공개 메소드

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

GetByActionId() 공개 메소드

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

GetByProjectId() 공개 메소드

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