Show / Hide Table of Contents

    Class TwitterUserResult.User

    Actual Twitter User type

    Inheritance
    System.Object
    TwitterUserResult.User
    Implements
    IHaveRawContent
    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 Source

    CreatedAt

    Creation Date for this Twitter Account

    Declaration
    public DateTime CreatedAt { get; set; }
    Property Value
    Type Description
    System.DateTime
    View Source

    Description

    Given description for this Twitter Account

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

    FollowersCount

    Twitter Followers count

    Declaration
    public int FollowersCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Id

    UserId on Twitter

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

    Name

    Twitter Name

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

    RawContent

    JSON serialized complete twitter user data

    Declaration
    public string RawContent { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Url

    Given URL for this Twitter Account

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

    Implements

    IHaveRawContent
    • View Source
    Back to top Sloader - MIT License