Show / Hide Table of Contents

Class Address

Inheritance
System.Object
Address
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
[DataContract]
public class Address

Properties

City

City name

Declaration
[DataMember]
public string City { get; set; }
Property Value
Type Description
System.String

CountryCode

Country code

Declaration
[DataMember]
public string CountryCode { get; set; }
Property Value
Type Description
System.String

Street

Street address

Declaration
[DataMember]
public string Street { get; set; }
Property Value
Type Description
System.String

SubEntity1

First sub entity

Declaration
[DataMember]
public string SubEntity1 { get; set; }
Property Value
Type Description
System.String

SubEntity2

Second sub entity

Declaration
[DataMember]
public string SubEntity2 { get; set; }
Property Value
Type Description
System.String

ZipCode

Zip code

Declaration
[DataMember]
public string ZipCode { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX