API Reference
Class
GitHubRepoInfo
Repository summary for the dashboard.
Inheritance
- Object
- GitHubRepoInfo
Constructors
public GitHubRepoInfo(String nameWithOwner, Int32 stars, Int32 forks, String description, String language, String languageColor) #Initializes a repository summary.
Parameters
- nameWithOwner System.String
- stars System.Int32
- forks System.Int32
- description System.String
- language System.String
- languageColor System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String NameWithOwner { get; } #Gets the canonical owner/repository name.
public Int32 Stars { get; } #Gets the repository star count.
public Int32 Forks { get; } #Gets the repository fork count.
public String Description { get; } #Gets the optional repository description.
public String Language { get; } #Gets the optional primary language name.
public String LanguageColor { get; } #Gets the optional primary language color.