Class QPersonAddress
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public class QPersonAddress
- Inheritance
-
QPersonAddress
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public Guid AddressIdentifier { get; set; }
Property Value
- Guid
public virtual ICollection<QPerson> BillingPersons { get; set; }
Property Value
- ICollection<QPerson>
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<QPerson> HomePersons { get; set; }
Property Value
- ICollection<QPerson>
PostalCode
public string PostalCode { get; set; }
Property Value
- string
public string Province { get; set; }
Property Value
- string
public virtual ICollection<QPerson> ShippingPersons { get; set; }
Property Value
- ICollection<QPerson>
public string Street1 { get; set; }
Property Value
- string
public string Street2 { get; set; }
Property Value
- string
public virtual ICollection<QPerson> WorkPersons { get; set; }
Property Value
- ICollection<QPerson>
Methods
public bool Equals(QGroupAddress address, StringComparison comparisonType)
Parameters
address QGroupAddress
comparisonType StringComparison
Returns
- bool
Returns
- bool
Returns
- string
public PersonAddress ToModel()
Returns
- PersonAddress
public override string ToString()
Returns
- string