Class VAddress
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
VAddress
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public Guid AddressIdentifier { get; set; }
Property Value
- Guid
public virtual ICollection<VPerson> BillingPersons { get; set; }
Property Value
- ICollection<VPerson>
public string City { get; set; }
Property Value
- string
public string Country { get; set; }
Property Value
- string
public string Description { get; set; }
Property Value
- string
public virtual ICollection<VPerson> HomePersons { get; set; }
Property Value
- ICollection<VPerson>
PostalCode
public string PostalCode { get; set; }
Property Value
- string
public string Province { get; set; }
Property Value
- string
public virtual ICollection<VPerson> ShippingPersons { get; set; }
Property Value
- ICollection<VPerson>
public string Street1 { get; set; }
Property Value
- string
public string Street2 { get; set; }
Property Value
- string
public virtual ICollection<VPerson> WorkPersons { get; set; }
Property Value
- ICollection<VPerson>
Methods
public override string ToString()
Returns
- string