Click or drag to resize

AddressDTO Class

OFV Kjøretøydata service

Address object.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.LoginAddressDTO

Namespace:  OfvService.DTO.Login
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AddressDTO

The AddressDTO type exposes the following members.

Constructors
  NameDescription
Public methodAddressDTO
Initializes a new instance of the AddressDTO class
Top
Properties
  NameDescription
Public propertycity
Gets or sets the city.
Public propertycountry
Gets or sets the country.
Public propertystate
Gets or sets the state.
Public propertystreet1
Gets or sets the street1.
Public propertystreet2
Gets or sets the street2.
Public propertyzip
Gets or sets the zip.
Top
See Also