Class TwitterUserResult.User
Actual Twitter User type
Inheritance
System.Object
TwitterUserResult.User
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sloader.Result.Types
Assembly: Sloader.Result.dll
Syntax
public class User : IHaveRawContent
Properties
View SourceCreatedAt
Creation Date for this Twitter Account
Declaration
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Description
Given description for this Twitter Account
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FollowersCount
Twitter Followers count
Declaration
public int FollowersCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
UserId on Twitter
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Twitter Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RawContent
JSON serialized complete twitter user data
Declaration
public string RawContent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Given URL for this Twitter Account
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |