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