Click or drag to resize
Infosoft Logo

ICustomerLogEntryTypeEntityService Interface

A base repository service for manipulating CustomerLogEntryType 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 ICustomerLogEntryTypeEntityService : ICustomerLogEntryTypeQueryService, 
	IBusinessService

The ICustomerLogEntryTypeEntityService type exposes the following members.

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