Click or drag to resize
Infosoft Logo

ICommunicationChannelEntityService Interface

A base repository service for manipulating CommunicationChannel 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 ICommunicationChannelEntityService : ICommunicationChannelQueryService, 
	IBusinessService

The ICommunicationChannelEntityService type exposes the following members.

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