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