Table of Contents

Class VAddress

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

Constructors

VAddress()

public VAddress()

Properties

AddressIdentifier

public Guid AddressIdentifier { get; set; }

Property Value

Guid

BillingPersons

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

Property Value

ICollection<VPerson>

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<VPerson> HomePersons { get; set; }

Property Value

ICollection<VPerson>

PostalCode

public string PostalCode { get; set; }

Property Value

string

Province

public string Province { get; set; }

Property Value

string

ShippingPersons

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

Property Value

ICollection<VPerson>

Street1

public string Street1 { get; set; }

Property Value

string

Street2

public string Street2 { get; set; }

Property Value

string

WorkPersons

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

Property Value

ICollection<VPerson>

Methods

ToString()

public override string ToString()

Returns

string