C# Class WhiskWork.Synchronizer.ReadOnlyWhiskWorkRepository

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

Méthodes publiques

Méthode Description
DeleteWorkItem ( WorkItem workItem ) : void
GetWorkItems ( ) : IEnumerable
PostWorkItem ( WorkItem workItemUpdate ) : void
ReadOnlyWhiskWorkRepository ( IWhiskWorkRepository internalRepository ) : 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

ReadOnlyWhiskWorkRepository() public méthode

public ReadOnlyWhiskWorkRepository ( IWhiskWorkRepository internalRepository ) : System
internalRepository IWhiskWorkRepository
Résultat System