Class InstantMessage
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class InstantMessage : ModelBase, IUfedModelParser<InstantMessage>
- Inheritance
-
InstantMessage
- Implements
- Inherited Members
Properties
ActivityLog
public List<ChatActivity> ActivityLog { get; set; }
Property Value
Attachment
public Attachment Attachment { get; set; }
Property Value
Attachments
public List<Attachment> Attachments { get; set; }
Property Value
Body
public string Body { get; set; }
Property Value
ChatId
public string ChatId { get; set; }
Property Value
DateDeleted
public DateTime DateDeleted { get; set; }
Property Value
DateDelivered
public DateTime DateDelivered { get; set; }
Property Value
DateRead
public DateTime DateRead { get; set; }
Property Value
DeletionReason
public string DeletionReason { get; set; }
Property Value
Erased
public string Erased { get; set; }
Property Value
Folder
public string Folder { get; set; }
Property Value
From
public Party From { get; set; }
Property Value
FromIsOwner
public string FromIsOwner { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Identifier
public string Identifier { get; set; }
Property Value
IsLocationSharing
public string IsLocationSharing { get; set; }
Property Value
JumpTargetId
public string JumpTargetId { get; set; }
Property Value
Label
public string Label { get; set; }
Property Value
Platform
public string Platform { get; set; }
Property Value
Position
public Coordinate Position { get; set; }
Property Value
PositionAddress
public string PositionAddress { get; set; }
Property Value
Priority
public string Priority { get; set; }
Property Value
SMSC
public string SMSC { get; set; }
Property Value
SelfDestructDuration
public TimeSpan SelfDestructDuration { get; set; }
Property Value
ServiceIdentifier
public string ServiceIdentifier { get; set; }
Property Value
SharedContacts
public List<Contact> SharedContacts { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
SourceApplication
public string SourceApplication { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
Subject
public string Subject { get; set; }
Property Value
TimeStamp
public DateTime TimeStamp { get; set; }
Property Value
To
public List<Party> To { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
UserMapping
public string UserMapping { get; set; }
Property Value
Methods
GetXmlModelType()
public static string GetXmlModelType()
Returns
ParseFields(IEnumerable<XElement>, InstantMessage, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, InstantMessage result, bool debugAttributes = false)
Parameters
fieldElementsIEnumerable<XElement>resultInstantMessagedebugAttributesbool
ParseModel(XElement, bool)
public static InstantMessage ParseModel(XElement xElement, bool debugAttributes = false)
Parameters
Returns
ParseModelFields(IEnumerable<XElement>, InstantMessage, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, InstantMessage result, bool debugAttributes = false)
Parameters
modelFieldElementsIEnumerable<XElement>resultInstantMessagedebugAttributesbool
ParseMultiFields(IEnumerable<XElement>, InstantMessage, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, InstantMessage result, bool debugAttributes = false)
Parameters
multiFieldElementsIEnumerable<XElement>resultInstantMessagedebugAttributesbool
ParseMultiModel(XElement, bool)
public static List<InstantMessage> ParseMultiModel(XElement messagesElement, bool debugAttributes = false)
Parameters
Returns
ParseMultiModelFields(IEnumerable<XElement>, InstantMessage, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, InstantMessage result, bool debugAttributes = false)
Parameters
multiModelFieldElementsIEnumerable<XElement>resultInstantMessagedebugAttributesbool
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.