Table of Contents

Class Location

Namespace
UFEDLib
Assembly
UFEDLib.dll
[Serializable]
public class Location : ModelBase, IUfedModelParser<Location>
Inheritance
Location
Implements
Inherited Members

Properties

Account

public string Account { get; set; }

Property Value

string

AccountLocationAffiliation

public string AccountLocationAffiliation { get; set; }

Property Value

string

Address

public StreetAddress Address { get; set; }

Property Value

StreetAddress

AggregatedLocationsCount

public int AggregatedLocationsCount { get; set; }

Property Value

int

Category

public string Category { get; set; }

Property Value

string

Confidence

public string Confidence { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

DeviceLocationAffiliation

public string DeviceLocationAffiliation { get; set; }

Property Value

string

EndTime

public DateTime EndTime { get; set; }

Property Value

DateTime

GpsHorizontalAccuracy

public double GpsHorizontalAccuracy { get; set; }

Property Value

double

LocationOrigin

public string LocationOrigin { get; set; }

Property Value

string

Map

public string Map { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Origin

public string Origin { get; set; }

Property Value

string

Position

public Coordinate Position { get; set; }

Property Value

Coordinate

PositionAddress

public string PositionAddress { get; set; }

Property Value

string

Precision

public string Precision { get; set; }

Property Value

string

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

ServiceName

public string ServiceName { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

TimeStamp

public DateTime TimeStamp { get; set; }

Property Value

DateTime

Type

public string Type { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Location, bool)

public static void ParseFields(IEnumerable<XElement> fieldElements, Location result, bool debugAttributes = false)

Parameters

fieldElements IEnumerable<XElement>
result Location
debugAttributes bool

ParseModel(XElement, bool)

public static Location ParseModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

Location

ParseModelFields(IEnumerable<XElement>, Location, bool)

public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Location result, bool debugAttributes = false)

Parameters

modelFieldElements IEnumerable<XElement>
result Location
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Location, bool)

public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Location result, bool debugAttributes = false)

Parameters

multiFieldElements IEnumerable<XElement>
result Location
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<Location> ParseMultiModel(XElement locationsElement, bool debugAttributes = false)

Parameters

locationsElement XElement
debugAttributes bool

Returns

List<Location>

ParseMultiModelFields(IEnumerable<XElement>, Location, bool)

public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Location result, bool debugAttributes = false)

Parameters

multiModelFieldElements IEnumerable<XElement>
result Location
debugAttributes bool