IVolume | |
public interface IVolumeChangeEntityService : IVolumeChangeQueryService, IBusinessService
The IVolumeChangeEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new VolumeChange | |
| Delete | Deletes the specified VolumeChange. | |
| Get |
Gets a list of VolumeChanges matching the specified filter.
(Inherited from IVolumeChangeQueryService) | |
| GetAll |
Gets all VolumeChanges
(Inherited from IVolumeChangeQueryService) | |
| GetSingle |
Gets a single VolumeChange matching the provided filter.
(Inherited from IVolumeChangeQueryService) | |
| Update | Updates the specified VolumeChange |