API Reference
Class
GitHubProfileInfo
Profile details for the GitHub dashboard window.
Inheritance
- Object
- GitHubProfileInfo
Constructors
public GitHubProfileInfo(String login, String displayName = null, String bio = null, String company = null, String location = null, String websiteUrl = null, String avatarUrl = null, Int32 followers = 0, Int32 following = 0, Int32 publicRepositories = 0) #Initializes profile details.
Parameters
- login System.String
- displayName System.String = null
- bio System.String = null
- company System.String = null
- location System.String = null
- websiteUrl System.String = null
- avatarUrl System.String = null
- followers System.Int32 = 0
- following System.Int32 = 0
- publicRepositories System.Int32 = 0
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Login { get; } #Gets the canonical login.
public String DisplayName { get; } #Gets the display name when available.
public String Bio { get; } #Gets the public bio text.
public String Company { get; } #Gets the company field when available.
public String Location { get; } #Gets the public location field when available.
public String WebsiteUrl { get; } #Gets the website or blog URL when available.
public String AvatarUrl { get; } #Gets the avatar URL when available.
public Int32 Followers { get; } #Gets follower count.
public Int32 Following { get; } #Gets following count.
public Int32 PublicRepositories { get; } #Gets the public repository count.