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