C# Class Rankdblib.Projects

Afficher le fichier Open project: mono/rank Class Usage Examples

Méthodes publiques

Свойство Type Description
commits List
name string

Méthodes publiques

Méthode Description
AddCommit ( string commit ) : bool

Adds a commit to the array if the data hasn't already been submitted.

BluePercent ( ) : int
CommitCount ( ) : int

Number of commits.

Projects ( string project ) : System

Constructor sets the name of the project.

Method Details

AddCommit() public méthode

Adds a commit to the array if the data hasn't already been submitted.
public AddCommit ( string commit ) : bool
commit string /// Commit ID ///
Résultat bool

BluePercent() public méthode

public BluePercent ( ) : int
Résultat int

CommitCount() public méthode

Number of commits.
public CommitCount ( ) : int
Résultat int

Projects() public méthode

Constructor sets the name of the project.
public Projects ( string project ) : System
project string /// The Project name ///
Résultat System

Property Details

commits public_oe property

public List commits
Résultat List

name public_oe property

public string name
Résultat string