Class DeliveryLocationNameAttribute
- Namespace
- S1API.Map.DeliveryLocations
- Assembly
- S1API.dll
Annotate delivery location identifier types with the display name of the delivery location. Usage: [DeliveryLocationName("Behind Bank")]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class DeliveryLocationNameAttribute : Attribute
- Inheritance
-
DeliveryLocationNameAttribute
- Inherited Members
- Extension Methods
Constructors
DeliveryLocationNameAttribute(string)
public DeliveryLocationNameAttribute(string name)
Parameters
namestring
Properties
Name
public string Name { get; }