Table of Contents

Class QPersonAddress

Namespace
InSite.Application.Contacts.Read
Assembly
Shift.Sdk.dll
public class QPersonAddress
Inheritance
QPersonAddress
Inherited Members
Extension Methods

Constructors

QPersonAddress()

public QPersonAddress()

Properties

AddressIdentifier

public Guid AddressIdentifier { get; set; }

Property Value

Guid

BillingPersons

public virtual ICollection<QPerson> BillingPersons { get; set; }

Property Value

ICollection<QPerson>

City

public string City { get; set; }

Property Value

string

Country

public string Country { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

HomePersons

public virtual ICollection<QPerson> HomePersons { get; set; }

Property Value

ICollection<QPerson>

PostalCode

public string PostalCode { get; set; }

Property Value

string

Province

public string Province { get; set; }

Property Value

string

ShippingPersons

public virtual ICollection<QPerson> ShippingPersons { get; set; }

Property Value

ICollection<QPerson>

Street1

public string Street1 { get; set; }

Property Value

string

Street2

public string Street2 { get; set; }

Property Value

string

WorkPersons

public virtual ICollection<QPerson> WorkPersons { get; set; }

Property Value

ICollection<QPerson>

Methods

Equals(QGroupAddress, StringComparison)

public bool Equals(QGroupAddress address, StringComparison comparisonType)

Parameters

address QGroupAddress
comparisonType StringComparison

Returns

bool

IsEmpty()

public bool IsEmpty()

Returns

bool

ToHtml()

public string ToHtml()

Returns

string

ToModel()

public PersonAddress ToModel()

Returns

PersonAddress

ToString()

public override string ToString()

Returns

string

Trim()

public void Trim()