Table of Contents

Class Chat

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

Properties

Account

public string Account { get; set; }

Property Value

string

ChatType

public string ChatType { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

LastActivity

public DateTime LastActivity { get; set; }

Property Value

DateTime

Messages

public List<InstantMessage> Messages { get; set; }

Property Value

List<InstantMessage>

Name

public string Name { get; set; }

Property Value

string

Participants

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

Property Value

List<Party>

Photos

public List<ContactPhoto> Photos { get; set; }

Property Value

List<ContactPhoto>

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

UserMapping

public string UserMapping { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Chat, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result Chat
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

Chat

ParseModelFields(IEnumerable<XElement>, Chat, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result Chat
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Chat, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result Chat
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<Chat> ParseMultiModel(XElement chatsElement, bool debugAttributes = false)

Parameters

chatsElement XElement
debugAttributes bool

Returns

List<Chat>

ParseMultiModelFields(IEnumerable<XElement>, Chat, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result Chat
debugAttributes bool