Table of Contents

Class Journey

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

Properties

Account

public string Account { get; set; }

Property Value

string

EndTime

public DateTime EndTime { get; set; }

Property Value

DateTime

FromPoint

public Location FromPoint { get; set; }

Property Value

Location

Name

public string Name { get; set; }

Property Value

string

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

StartTime

public DateTime StartTime { get; set; }

Property Value

DateTime

ToPoint

public Location ToPoint { get; set; }

Property Value

Location

Type

public string Type { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

WayPoints

Journey locations

public List<Location> WayPoints { get; set; }

Property Value

List<Location>

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Journey, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result Journey
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

Journey

ParseModelFields(IEnumerable<XElement>, Journey, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result Journey
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Journey, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result Journey
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<Journey> ParseMultiModel(XElement journeysElement, bool debugAttributes = false)

Parameters

journeysElement XElement
debugAttributes bool

Returns

List<Journey>

ParseMultiModelFields(IEnumerable<XElement>, Journey, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result Journey
debugAttributes bool