Click or drag to resize
Infosoft Logo

IDistributionMessageEntityService Interface

A base repository service for manipulating DistributionMessage 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 IDistributionMessageEntityService : IDistributionMessageQueryService, 
	IBusinessService

The IDistributionMessageEntityService type exposes the following members.

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