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