Click or drag to resize
Infosoft Logo

IVolumeEntityService Interface

A base repository service for manipulating Volume entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IVolumeEntityService : IVolumeQueryService, 
	IBusinessService

The IVolumeEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new Volume
Public methodDelete Deletes the specified Volume.
Public methodGet Gets a list of Volumes matching the specified filter.
(Inherited from IVolumeQueryService)
Public methodGetAll Gets all Volumes
(Inherited from IVolumeQueryService)
Public methodGetSingle Gets a single Volume matching the provided filter.
(Inherited from IVolumeQueryService)
Public methodUpdate Updates the specified Volume
Top
See Also