Table of Contents

Class SocialMediaActivity

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

Properties

Account

public string Account { get; set; }

Property Value

string

Attachments

public List<Attachment> Attachments { get; set; }

Property Value

List<Attachment>

Author

public Party Author { get; set; }

Property Value

Party

Body

public string Body { get; set; }

Property Value

string

ChannelName

public string ChannelName { get; set; }

Property Value

string

ChannelType

public string ChannelType { get; set; }

Property Value

string

CommentCount

public int CommentCount { get; set; }

Property Value

int

DateModified

public DateTime DateModified { get; set; }

Property Value

DateTime

IsFromActivityLog

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

Platform

public string Platform { get; set; }

Property Value

string

Position

public Coordinate Position { get; set; }

Property Value

Coordinate

PrivacySetting

public string PrivacySetting { get; set; }

Property Value

string

ReactionsCount

public int ReactionsCount { get; set; }

Property Value

int

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

SharesCount

public int SharesCount { get; set; }

Property Value

int

SocialActivityType

public string SocialActivityType { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string

TaggedParties

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

Property Value

List<Party>

TimeStamp

public DateTime TimeStamp { get; set; }

Property Value

DateTime

Title

public string Title { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, SocialMediaActivity, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

SocialMediaActivity

ParseModelFields(IEnumerable<XElement>, SocialMediaActivity, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, SocialMediaActivity, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<SocialMediaActivity>

ParseMultiModelFields(IEnumerable<XElement>, SocialMediaActivity, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result SocialMediaActivity
debugAttributes bool