AddressDto Class |
Namespace: Resto.Front.Api.Data.Brd
[SerializableAttribute] public class AddressDto : ISerializable
The AddressDto type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddressDto | Initializes a new instance of the AddressDto class |
![]() | AddressDto(SerializationInfo, StreamingContext) | Initializes a new instance of the AddressDto class |
Name | Description | |
---|---|---|
![]() | AdditionalInfo | Additional address details. |
![]() | Building | Building/block number. If Line1 is used, not applicable and can be empty. |
![]() | Doorphone | Intercom. |
![]() | Entrance | Entrance. |
![]() | ExternalCartographyId | Address ID in the external mapping service. |
![]() | Flat | Apartment. |
![]() | Floor | Floor. |
![]() | House | Building number. If Line1 is used, not applicable and can be '-'. |
![]() | Index | Postcode. |
![]() | Line1 | Line1 - delivery street address used by the geocoding service (building number, street, city). |
![]() | Line2 | Line2 - secondary address information used to find a customer at the destination (apartment, suite, floor, entrance, etc.). |
![]() | RegionId | Region ID. |
![]() | StreetId | Street ID. If Line1 is used, not applicable and has a default street ID ('------'). |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |