C# 클래스 WhiskWork.AWS.SimpleDB.ReadPassThroughWorkItemRepositoryProxy

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

공개 메소드들

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

보호된 메소드들

메소드 설명
ReadPassThroughWorkItemRepositoryProxy ( ICacheableWorkItemRepository innerRepository ) : System

메소드 상세

CreateWorkItem() 공개 추상적인 메소드

public abstract CreateWorkItem ( WorkItem workItem ) : void
workItem WhiskWork.Core.WorkItem
리턴 void

DeleteWorkItem() 공개 추상적인 메소드

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

ExistsWorkItem() 공개 메소드

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

GetAllWorkItems() 공개 메소드

public GetAllWorkItems ( ) : IEnumerable
리턴 IEnumerable

GetChildWorkItems() 공개 메소드

public GetChildWorkItems ( WorkItemParent parent ) : IEnumerable
parent WhiskWork.Core.WorkItemParent
리턴 IEnumerable

GetWorkItem() 공개 메소드

public GetWorkItem ( string id ) : WorkItem
id string
리턴 WhiskWork.Core.WorkItem

GetWorkItems() 공개 메소드

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

ReadPassThroughWorkItemRepositoryProxy() 보호된 메소드

protected ReadPassThroughWorkItemRepositoryProxy ( ICacheableWorkItemRepository innerRepository ) : System
innerRepository ICacheableWorkItemRepository
리턴 System

UpdateWorkItem() 공개 추상적인 메소드

public abstract UpdateWorkItem ( WorkItem workItem ) : void
workItem WhiskWork.Core.WorkItem
리턴 void