Namespace XENBIT.ResQueServe.Abstractions.Attributes
Classes
- CallingFormatAttribute
Custom attribute for specifying a country's calling format.
- CanFulfillMultipleAttribute
Indicates that this equipment can fulfill multiple requirements simultaneously. Without this attribute, equipment can only fulfill one requirement at a time.
- CanSubstituteAttribute
Indicates that this equipment can also fulfill requirements for other equipment types. For example, a medium water tank can substitute for a small water tank requirement.
- CoordinatesAttribute
Custom attribute for defining geographic coordinates.
- IsoCountryCodeAttribute
Custom attribute for defining ISO country codes.
- LocaleAttribute
Custom attribute for specifying the locale of a country.
- OpeningHoursAttribute
Attribute to define opening hours for POI categories
- PhoneCountryCodeAttribute
Custom attribute for defining phone country codes.
- ResQueServeTaskAttribute
Marks a class as a ResQueServe task that can be dynamically loaded and executed by the TaskService.
- ResQueServeUIParameterAttribute
Marks a property as a parameter for a ResQueServe task.
- SimulationSupportAttribute
Custom attribute for specifying simulation support of a country.
- TimeZoneAttribute
Custom attribute for defining time zone information.
- TypeScriptUnavailableAttribute
Specifies that the type should be excluded from TypeScript code generation.