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