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 | Дополнительная информация об адресе. | |
Building | Номер корпуса/строения. Если формат адреса использует Line1, то не используется и может быть пустым. | |
Doorphone | Домофон. | |
Entrance | Подъезд. | |
ExternalCartographyId | �?дентификатор адреса во внешней системе картографии. | |
Flat | Квартира. | |
Floor | Этаж. | |
House | Номер дома. Если формат адреса использует Line1, то не используется и может быть '-'. | |
Index | �?ндекс. В случае формата UI для UK используется как поле Postcode (PB-699). | |
Line1 | Line1 - часть адреса, по которой можно найти точку при геокодировании (город, улица, номер дома, корпус). | |
Line2 | Line2 - часть адреса, по которой можно точно найти клиента на найденном объекте (подъезд, этаж, квартира и т.д.). | |
RegionId | Id региона. | |
StreetId | Id улицы. Если формат адреса использует Line1, то не используется и имеет 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.) |