PhysicalAddress Class
Assembly: PTS.Modules.PhysicalAddresses.dll
Syntax
public class PhysicalAddress : IOwnedRecord, IHasGuid, IPhysicalAddress, IHasCoordinates
Inheritance
System.Object
PhysicalAddress
Properties
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
Elevation
Declaration
public decimal Elevation { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Latitude
Declaration
public decimal Latitude { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Line1
Declaration
public string Line1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Line2
Declaration
public string Line2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Line3
Declaration
public string Line3 { get; set; }
Property Value
Type |
Description |
System.String |
|
Longitude
Declaration
public decimal Longitude { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
Zip
Declaration
public string Zip { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
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()
Extension Methods