C# 클래스 Rankdblib.Projects

파일 보기 프로젝트 열기: mono/rank 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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