C# Класс Rankdblib.Projects

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
commits List
name string

Открытые методы

Метод Описание
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.

Описание методов

AddCommit() публичный Метод

Adds a commit to the array if the data hasn't already been submitted.
public AddCommit ( string commit ) : bool
commit string /// Commit ID ///
Результат bool

BluePercent() публичный Метод

public BluePercent ( ) : int
Результат int

CommitCount() публичный Метод

Number of commits.
public CommitCount ( ) : int
Результат int

Projects() публичный Метод

Constructor sets the name of the project.
public Projects ( string project ) : System
project string /// The Project name ///
Результат System

Описание свойств

commits публичное свойство

public List commits
Результат List

name публичное свойство

public string name
Результат string