Show / Hide Table of Contents

Class FacebookMessage

Inheritance
System.Object
FacebookMessage
Implements
ISocialNetworkMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Social.Facebook
Assembly: Terrasoft.Social.dll
Syntax
public class FacebookMessage : ISocialNetworkMessage

Constructors

FacebookMessage(String, String)

Declaration
public FacebookMessage(string id, string message)
Parameters
Type Name Description
System.String id
System.String message

Properties

CreatedOn

Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type Description
System.DateTime

From

Declaration
public ISocialNetworkUser From { get; set; }
Property Value
Type Description
ISocialNetworkUser

Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

ModifiedOn

Declaration
public DateTime ModifiedOn { get; set; }
Property Value
Type Description
System.DateTime

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

To

Declaration
public IList<ISocialNetworkUser> To { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ISocialNetworkUser>

Implements

ISocialNetworkMessage

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
In This Article
Back to top © 2021 Creatio. All rights reserved.