IPhysicalAddress Interface
Assembly: PTS.Modules.PhysicalAddresses.dll
Syntax
public interface IPhysicalAddress : IHasCoordinates
Properties
City
Declaration
string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Country
Declaration
string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
Line1
Declaration
string Line1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Line2
Declaration
string Line2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Line3
Declaration
string Line3 { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
string State { get; set; }
Property Value
Type |
Description |
System.String |
|
Zip
Declaration
Property Value
Type |
Description |
System.String |
|
Extension Methods