ICustomer |
public interface ICustomerLogEntryTypeEntityService : ICustomerLogEntryTypeQueryService, IBusinessService
The ICustomerLogEntryTypeEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new CustomerLogEntryType | |
Delete | Deletes the specified CustomerLogEntryType. | |
Get |
Gets a list of CustomerLogEntryTypes matching the specified filter.
(Inherited from ICustomerLogEntryTypeQueryService) | |
GetAll |
Gets all CustomerLogEntryTypes
(Inherited from ICustomerLogEntryTypeQueryService) | |
GetSingle |
Gets a single CustomerLogEntryType matching the provided filter.
(Inherited from ICustomerLogEntryTypeQueryService) | |
Update | Updates the specified CustomerLogEntryType |