Namespace S1API.Map.DeliveryLocations
Classes
- DeliveryLocationNameAttribute
Annotate delivery location identifier types with the display name of the delivery location. Usage: [DeliveryLocationName("Behind Bank")]
Interfaces
- IDeliveryLocationIdentifier
Marker interface for delivery location identifier types used with DeliveryLocations.Get<T>(). Implement empty classes like 'public sealed class BehindBank : IDeliveryLocationIdentifier {}' and optionally annotate with [DeliveryLocationName("Behind Bank")].