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
CountryCode
public string CountryCode { get; set; }
Property Value
Direction
public string Direction { get; set; }
Property Value
DisconnectionCause
public string DisconnectionCause { get; set; }
Property Value
Duration
public TimeSpan Duration { get; set; }
Property Value
NetworkCode
public string NetworkCode { get; set; }
Property Value
NetworkName
public string NetworkName { get; set; }
Property Value
Parties
public List<Party> Parties { get; set; }
Property Value
ServiceIdentifier
public string ServiceIdentifier { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
TimeStamp
public DateTime TimeStamp { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
UserMapping
public string UserMapping { get; set; }
Property Value
VideoCall
public string VideoCall { get; set; }
Property Value
Methods
GetXmlModelType()
public static string GetXmlModelType()
Returns
ParseFields(IEnumerable<XElement>, Call, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Call result, bool debugAttributes = false)
Parameters
fieldElementsIEnumerable<XElement>resultCalldebugAttributesbool
ParseModel(XElement, bool)
public static Call ParseModel(XElement element, bool debugAttributes = false)
Parameters
Returns
ParseModelFields(IEnumerable<XElement>, Call, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Call result, bool debugAttributes = false)
Parameters
modelFieldElementsIEnumerable<XElement>resultCalldebugAttributesbool
ParseMultiFields(IEnumerable<XElement>, Call, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Call result, bool debugAttributes = false)
Parameters
multiFieldElementsIEnumerable<XElement>resultCalldebugAttributesbool
ParseMultiModel(XElement, bool)
public static List<Call> ParseMultiModel(XElement callsElement, bool debugAttributes = false)
Parameters
Returns
ParseMultiModelFields(IEnumerable<XElement>, Call, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Call result, bool debugAttributes = false)
Parameters
multiModelFieldElementsIEnumerable<XElement>resultCalldebugAttributesbool
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.