Click or drag to resize
Infosoft Logo

IDeliveryElement_x_FrequencyService Interface

Service for manipulating DeliveryElement_x_Frequency entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IDeliveryElement_x_FrequencyService : IDeliveryElement_x_FrequencyQueryService, 
	IBusinessService

The IDeliveryElement_x_FrequencyService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also