Table of Contents

Class PersonAddress

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonAddress
Inheritance
PersonAddress
Inherited Members
Extension Methods

Constructors

PersonAddress()

public PersonAddress()

Properties

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

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

PostalCode

public string PostalCode { get; set; }

Property Value

string

Province

public string Province { get; set; }

Property Value

string

Street1

public string Street1 { get; set; }

Property Value

string

Street2

public string Street2 { get; set; }

Property Value

string

Methods

Clone()

public PersonAddress Clone()

Returns

PersonAddress

IsEmpty()

public bool IsEmpty()

Returns

bool