EstablishLocation: Command
Item | Value |
---|---|
Briefly | Creates a Location with all top-level fields, potentially without Locations |
Definition Path | ImprovingApp.Venues.LocationContext.EstablishLocation |
View Source Link | locationMessages.riddl(1:1) |
- locationId: Alias of unresolved path: Venues.LocationId
- name: String
- description: String
- directions: String
- url: URL(“https”)?
- capacity: Integer?
- accessible: Boolean
- amenities: String*
- entrances: type Address+
- reservations: type ReservationId*
- OnMessageClause ‘On command EstablishLocation’ in Handler ‘LocationHandler’
- OnMessageClause ‘On command ImprovingApp.Venues.LocationContext.EstablishLocation’ in Handler ‘DraftLocation’
- OnMessageClause ‘On command ImprovingApp.Venues.LocationContext.EstablishLocation’ in Handler ‘OpenLocation’
- OnMessageClause ‘On command ImprovingApp.Venues.LocationContext.EstablishLocation’ in Handler ‘ClosedLocation’