C# Class WhiskWork.Synchronizer.WhiskWorkRepository

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

Public Methods

Method Description
DeleteWorkItem ( WorkItem workItem ) : void
GetWorkItems ( ) : IEnumerable
PostWorkItem ( WorkItem workItemUpdate ) : void
WhiskWorkRepository ( string site ) : System
WhiskWorkRepository ( string site, string rootPath ) : 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

WhiskWorkRepository() public method

public WhiskWorkRepository ( string site ) : System
site string
return System

WhiskWorkRepository() public method

public WhiskWorkRepository ( string site, string rootPath ) : System
site string
rootPath string
return System