Class SocialMediaActivity
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class SocialMediaActivity : ModelBase, IUfedModelParser<SocialMediaActivity>
- Inheritance
-
SocialMediaActivity
- Implements
-
- Inherited Members
-
Properties
public string Account { get; set; }
Property Value
- string
public List<Attachment> Attachments { get; set; }
Property Value
- List<Attachment>
public Party Author { get; set; }
Property Value
- Party
Body
public string Body { get; set; }
Property Value
- string
public string ChannelName { get; set; }
Property Value
- string
public string ChannelType { get; set; }
Property Value
- string
public int CommentCount { get; set; }
Property Value
- int
public DateTime DateModified { get; set; }
Property Value
- DateTime
public string IsFromActivityLog { get; set; }
Property Value
- string
OriginalPostId
public string OriginalPostId { get; set; }
Property Value
- string
ParentPost
public SocialMediaActivity ParentPost { get; set; }
Property Value
- SocialMediaActivity
public string Platform { get; set; }
Property Value
- string
public Coordinate Position { get; set; }
Property Value
- Coordinate
public string PrivacySetting { get; set; }
Property Value
- string
public int ReactionsCount { get; set; }
Property Value
- int
public string ServiceIdentifier { get; set; }
Property Value
- string
public int SharesCount { get; set; }
Property Value
- int
public string SocialActivityType { get; set; }
Property Value
- string
public string Source { get; set; }
Property Value
- string
public string Status { get; set; }
Property Value
- string
public List<Party> TaggedParties { get; set; }
Property Value
- List<Party>
public DateTime TimeStamp { get; set; }
Property Value
- DateTime
public string Title { get; set; }
Property Value
- string
public string Url { get; set; }
Property Value
- string
public string UserMapping { get; set; }
Property Value
- string
Methods
public static string GetXmlModelType()
Returns
- string
public static void ParseFields(IEnumerable<XElement> fieldElements, SocialMediaActivity result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool
public static SocialMediaActivity ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- SocialMediaActivity
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, SocialMediaActivity result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, SocialMediaActivity result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool
public static List<SocialMediaActivity> ParseMultiModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- List<SocialMediaActivity>
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, SocialMediaActivity result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool