Click or drag to resize
Infosoft Logo

IAddOnPriceService Interface

Implements the IAddOnPriceService service contract.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IAddOnPriceService : IBusinessService, 
	IAddOnPriceEntityService, IAddOnPriceQueryService

The IAddOnPriceService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new AddOnPrice
(Inherited from IAddOnPriceEntityService)
Public methodCreateAddOnPrice(AddOnPrice) Creates add on price.
Public methodCreateAddOnPrice(Int32) Creates add on price.
Public methodDelete Deletes the specified AddOnPrice.
(Inherited from IAddOnPriceEntityService)
Public methodGet Gets a list of AddOnPrices matching the specified filter.
(Inherited from IAddOnPriceQueryService)
Public methodGetAddOnPrices Gets add on prices.
Public methodGetAddOnPricesExchange Gets add on prices exchange.
Public methodGetAll Gets all AddOnPrices
(Inherited from IAddOnPriceQueryService)
Public methodGetSingle Gets a single AddOnPrice matching the provided filter.
(Inherited from IAddOnPriceQueryService)
Public methodUpdate Updates the specified AddOnPrice
(Inherited from IAddOnPriceEntityService)
Top
See Also