Click or drag to resize

AddressWeb Class

Data contract address
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsAddressWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AddressWeb : DataContractEntityWeb

The AddressWeb type exposes the following members.

Constructors
  NameDescription
Public methodAddressWeb
Top
Properties
  NameDescription
Public propertyAdditionalAddress
AdditionalAddress
Public propertyCity
City for the address
Public propertyCountryIsoCode
ISO 3166-1 country code.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyPostalArea
Postal area code for the address
Public propertyPostalCode
PostalCode for the address
Public propertyStreetName
Streetname
Top
See Also