Click or drag to resize
Infosoft Logo

IDeliveryElement_x_FrequencyEntityService Interface

A base repository service for manipulating DeliveryElement_x_Frequency 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 IDeliveryElement_x_FrequencyEntityService : IDeliveryElement_x_FrequencyQueryService, 
	IBusinessService

The IDeliveryElement_x_FrequencyEntityService type exposes the following members.

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