Table of Contents

Class Location

Namespace
InSite.Domain.Organizations
Assembly
Shift.Sdk.dll
public class Location
Inheritance
Location
Inherited Members
Extension Methods

Constructors

Location()

public Location()

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

Email

public string Email { get; set; }

Property Value

string

Fax

public string Fax { get; set; }

Property Value

string

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

LocationType

public LocationType LocationType { get; set; }

Property Value

LocationType

Mobile

public string Mobile { get; set; }

Property Value

string

Phone

public string Phone { get; set; }

Property Value

string

PostalCode

public string PostalCode { get; set; }

Property Value

string

Province

public string Province { get; set; }

Property Value

string

Street

public string Street { get; set; }

Property Value

string

TimeZone

public string TimeZone { get; set; }

Property Value

string

TollFree

public string TollFree { get; set; }

Property Value

string

Methods

IsEqual(Location)

public bool IsEqual(Location other)

Parameters

other Location

Returns

bool

ShouldSerializeCity()

public bool ShouldSerializeCity()

Returns

bool

ShouldSerializeCountry()

public bool ShouldSerializeCountry()

Returns

bool

ShouldSerializeDescription()

public bool ShouldSerializeDescription()

Returns

bool

ShouldSerializeEmail()

public bool ShouldSerializeEmail()

Returns

bool

ShouldSerializeFax()

public bool ShouldSerializeFax()

Returns

bool

ShouldSerializeLocationType()

public bool ShouldSerializeLocationType()

Returns

bool

ShouldSerializeMobile()

public bool ShouldSerializeMobile()

Returns

bool

ShouldSerializePhone()

public bool ShouldSerializePhone()

Returns

bool

ShouldSerializePostalCode()

public bool ShouldSerializePostalCode()

Returns

bool

ShouldSerializeProvince()

public bool ShouldSerializeProvince()

Returns

bool

ShouldSerializeStreet()

public bool ShouldSerializeStreet()

Returns

bool

ShouldSerializeTimeZone()

public bool ShouldSerializeTimeZone()

Returns

bool

ShouldSerializeTollFree()

public bool ShouldSerializeTollFree()

Returns

bool

ToString()

public override string ToString()

Returns

string