Class FacebookUser
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 FacebookUser : ISocialNetworkUser
Constructors
FacebookUser(Int64, String)
Declaration
public FacebookUser(long id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id | |
| System.String | name |
FacebookUser(Int64, String, String)
Declaration
public FacebookUser(long id, string name, string profileUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | id | |
| System.String | name | |
| System.String | profileUrl |
Properties
Id
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublicProfileUrl
Declaration
public string PublicProfileUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SocialNetwork
Declaration
public SocialNetwork SocialNetwork { get; }
Property Value
| Type | Description |
|---|---|
| SocialNetwork |