Class FacebookMessage
Inheritance
System.Object
FacebookMessage
Implements
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> |