C# Class Rankdblib.Projects

Show file Open project: mono/rank Class Usage Examples

Public Properties

Property Type Description
commits List
name string

Public Methods

Method 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 method

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

BluePercent() public method

public BluePercent ( ) : int
return int

CommitCount() public method

Number of commits.
public CommitCount ( ) : int
return int

Projects() public method

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

Property Details

commits public property

public List commits
return List

name public property

public string name
return string