C# Class WhiskWork.Synchronizer.ReadOnlyWhiskWorkRepository

Inheritance: IWhiskWorkRepository
Show file Open project: jorn-ola-birkeland/WhiskWork Class Usage Examples

Public Methods

Method Description
DeleteWorkItem ( WorkItem workItem ) : void
GetWorkItems ( ) : IEnumerable
PostWorkItem ( WorkItem workItemUpdate ) : void
ReadOnlyWhiskWorkRepository ( IWhiskWorkRepository internalRepository ) : System

Method Details

DeleteWorkItem() public method

public DeleteWorkItem ( WorkItem workItem ) : void
workItem WhiskWork.Core.WorkItem
return void

GetWorkItems() public method

public GetWorkItems ( ) : IEnumerable
return IEnumerable

PostWorkItem() public method

public PostWorkItem ( WorkItem workItemUpdate ) : void
workItemUpdate WhiskWork.Core.WorkItem
return void

ReadOnlyWhiskWorkRepository() public method

public ReadOnlyWhiskWorkRepository ( IWhiskWorkRepository internalRepository ) : System
internalRepository IWhiskWorkRepository
return System