StreetAddress Class
Namespace: PTS
Assembly: PTSframework.dll
Contains standard components of a physical address.
Syntax
public class StreetAddress
Inheritance
System.Object
StreetAddress
Properties
City
Primary municipal unit of an address.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
Full name of a country the primary municipality belongs to.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Line1
First line of an address, generally used as street address.
Declaration
public string Line1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Line2
Second line of an address, generally used for suite/unit/apartment/building number.
Declaration
public string Line2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Line3
Third line of an address, generally used for department/unit sub-division.
Declaration
public string Line3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
State
State component of an address, also used for province or territory.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Zip
Zip code component of an address, also used for postal code.
Declaration
public string Zip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()