C# Class WhiskWork.Synchronizer.WhiskWorkRepository

Inheritance: IWhiskWorkRepository
Afficher le fichier Open project: jorn-ola-birkeland/WhiskWork

Méthodes publiques

Méthode 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 méthode

public DeleteWorkItem ( WorkItem workItem ) : void
workItem WhiskWork.Core.WorkItem
Résultat void

GetWorkItems() public méthode

public GetWorkItems ( ) : IEnumerable
Résultat IEnumerable

PostWorkItem() public méthode

public PostWorkItem ( WorkItem workItemUpdate ) : void
workItemUpdate WhiskWork.Core.WorkItem
Résultat void

WhiskWorkRepository() public méthode

public WhiskWorkRepository ( string site ) : System
site string
Résultat System

WhiskWorkRepository() public méthode

public WhiskWorkRepository ( string site, string rootPath ) : System
site string
rootPath string
Résultat System