Table of Contents

Class Voicemail

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

Properties

Duration

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

From

public Party From { get; set; }

Property Value

Party

LastModified

public DateTime LastModified { get; set; }

Property Value

DateTime

Name

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

WasPlayed

public string WasPlayed { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Voicemail, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result Voicemail
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

Voicemail

ParseModelFields(IEnumerable<XElement>, Voicemail, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result Voicemail
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Voicemail, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result Voicemail
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<Voicemail> ParseMultiModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

List<Voicemail>

ParseMultiModelFields(IEnumerable<XElement>, Voicemail, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result Voicemail
debugAttributes bool