 | ActivityEventType Enumeration |
Activity event types.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer.Activity
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum ActivityEventType
<SerializableAttribute>
Public Enumeration ActivityEventType
Members
| Member name | Value | Description |
---|
| Job | 1 |
The job
|
| RouteVisit | 2 |
The route visit
|
| RouteCallout | 3 |
The route callout
|
| GateWeighing | 4 |
The gate weighing
|
| MaterialSale | 5 |
The material sale
|
| Order | 6 |
The order
|
| Invoice | 7 |
The invoice
|
| Communication | 8 |
The communication
|
| Payment | 9 |
The payment
|
| CreditNote | 10 |
The credit note
|
| PortalReport | 11 |
The portal report
|
| RouteAssignment | 12 |
The route assignment
|
| StandingJob | 13 |
The standing job
|
| InvoiceDebitJournal | 14 |
The Debit Journal
|
| LiftEvent | 15 |
The lift event
|
| Notification | 16 |
The notification
|
See Also