Table of Contents

Class QGroupAddress

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

Constructors

QGroupAddress()

public QGroupAddress()

Properties

AddressIdentifier

public Guid AddressIdentifier { get; set; }

Property Value

Guid

AddressType

public string AddressType { get; set; }

Property Value

string

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

Group

public virtual QGroup Group { get; set; }

Property Value

QGroup

GroupIdentifier

public Guid GroupIdentifier { get; set; }

Property Value

Guid

HasAddress

[NotMapped]
public bool HasAddress { get; }

Property Value

bool

HasCoordinates

[NotMapped]
public bool HasCoordinates { get; }

Property Value

bool

IsEmpty

[NotMapped]
public bool IsEmpty { get; }

Property Value

bool

Latitude

public decimal? Latitude { get; set; }

Property Value

decimal?

Longitude

public decimal? Longitude { get; set; }

Property Value

decimal?

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