C# 클래스 WhiskWork.Core.CachingWorkItemRepository

상속: IWorkItemRepository
파일 보기 프로젝트 열기: jorn-ola-birkeland/WhiskWork

공개 메소드들

메소드 설명
CachingWorkItemRepository ( ICacheableWorkItemRepository innerRepository ) : System
CreateWorkItem ( WorkItem workItem ) : void
DeleteWorkItem ( string workItemId ) : void
ExistsWorkItem ( string id ) : bool
GetChildWorkItems ( WorkItemParent parent ) : IEnumerable
GetWorkItem ( string id ) : WorkItem
GetWorkItems ( string path ) : IEnumerable
UpdateWorkItem ( WorkItem workItem ) : void

비공개 메소드들

메소드 설명
LoadWorkItems ( ) : WorkItem>.Dictionary

메소드 상세

CachingWorkItemRepository() 공개 메소드

public CachingWorkItemRepository ( ICacheableWorkItemRepository innerRepository ) : System
innerRepository ICacheableWorkItemRepository
리턴 System

CreateWorkItem() 공개 메소드

public CreateWorkItem ( WorkItem workItem ) : void
workItem WorkItem
리턴 void

DeleteWorkItem() 공개 메소드

public DeleteWorkItem ( string workItemId ) : void
workItemId string
리턴 void

ExistsWorkItem() 공개 메소드

public ExistsWorkItem ( string id ) : bool
id string
리턴 bool

GetChildWorkItems() 공개 메소드

public GetChildWorkItems ( WorkItemParent parent ) : IEnumerable
parent WorkItemParent
리턴 IEnumerable

GetWorkItem() 공개 메소드

public GetWorkItem ( string id ) : WorkItem
id string
리턴 WorkItem

GetWorkItems() 공개 메소드

public GetWorkItems ( string path ) : IEnumerable
path string
리턴 IEnumerable

UpdateWorkItem() 공개 메소드

public UpdateWorkItem ( WorkItem workItem ) : void
workItem WorkItem
리턴 void