Click or drag to resize

IAddress Interface

Delivery address.

Namespace: Resto.Front.Api.Data.Brd
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IAddress : ISerializable

The IAddress type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalInfoAdditional information.
Public propertyBuildingBuilding. In case when uses Line1 this property don't uses and can be empty.
Public propertyDistanceDistance to the location.
Public propertyDoorphoneDoorphone.
Public propertyEntranceEntrance.
Public propertyExternalCartographyIdId for external cartography.
Public propertyFlatFlat.
Public propertyFloorFloor.
Public propertyHouseHouse number. In case when uses Line1 this property don't uses and sets to default house number (-).
Public propertyIndexIndex / Postcode.
Public propertyLine1Line1 - part of address containing city name, street name, house number and building number.
Public propertyLine2Line2 - part of address with information how to find customer in building (entrance, flat, floor e.t.c.).
Public propertyRegionRegion Id.
Public propertyStreetStreet. In case when uses Line1 this property sets as default street (----------).
Public propertySubtitleSubtitle of the hint.
Public propertyTitleTitle of the hint.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also