Table of Contents

Class Call

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

Properties

Account

public string Account { get; set; }

Property Value

string

CountryCode

public string CountryCode { get; set; }

Property Value

string

Direction

public string Direction { get; set; }

Property Value

string

DisconnectionCause

public string DisconnectionCause { get; set; }

Property Value

string

Duration

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

NetworkCode

public string NetworkCode { get; set; }

Property Value

string

NetworkName

public string NetworkName { get; set; }

Property Value

string

Parties

public List<Party> Parties { get; set; }

Property Value

List<Party>

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

Status

public string Status { 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

VideoCall

public string VideoCall { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Call, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result Call
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

Call

ParseModelFields(IEnumerable<XElement>, Call, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result Call
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Call, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result Call
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<Call> ParseMultiModel(XElement callsElement, bool debugAttributes = false)

Parameters

callsElement XElement
debugAttributes bool

Returns

List<Call>

ParseMultiModelFields(IEnumerable<XElement>, Call, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result Call
debugAttributes bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.