C# 클래스 Rankdblib.Users

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

공개 프로퍼티들

프로퍼티 타입 설명
email List
projects List

공개 메소드들

메소드 설명
AddCommit ( string commit, string project ) : bool

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

BugsWorked ( ) : List
BugsWorked ( string bugid ) : void

Add a bug id, only if it hasn't already been added.

BugsWorkedCount ( ) : int

The number of bugs worked on.

CodeAdded ( ) : int

Gets the amount of code added.

CodeAdded ( int value, string project ) : void

Add lines of contributed code.

CodeCurved ( ) : int
CodeCurved ( int value, string project ) : void
CodeRemoved ( ) : int

Gets the amount of code removed.

CodeRemoved ( int value, string project ) : void

Add lines of removed code.

CommitCount ( ) : int

Total Number of commits sent to Mono.

GetProject ( string project ) : Projects

Find the Project, else create the project.

Score ( ) : int

Returns a cumulative score based on contribution to Mono.

Users ( ) : System

Creates a new user that is not present in the database.

Users ( string inEmail, string inName ) : System

Sets the user information.

메소드 상세

AddCommit() 공개 메소드

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

BugsWorked() 공개 메소드

public BugsWorked ( ) : List
리턴 List

BugsWorked() 공개 메소드

Add a bug id, only if it hasn't already been added.
public BugsWorked ( string bugid ) : void
bugid string /// The bugs id ///
리턴 void

BugsWorkedCount() 공개 메소드

The number of bugs worked on.
public BugsWorkedCount ( ) : int
리턴 int

CodeAdded() 공개 메소드

Gets the amount of code added.
public CodeAdded ( ) : int
리턴 int

CodeAdded() 공개 메소드

Add lines of contributed code.
public CodeAdded ( int value, string project ) : void
value int /// Lines of code to add ///
project string
리턴 void

CodeCurved() 공개 메소드

public CodeCurved ( ) : int
리턴 int

CodeCurved() 공개 메소드

public CodeCurved ( int value, string project ) : void
value int
project string
리턴 void

CodeRemoved() 공개 메소드

Gets the amount of code removed.
public CodeRemoved ( ) : int
리턴 int

CodeRemoved() 공개 메소드

Add lines of removed code.
public CodeRemoved ( int value, string project ) : void
value int
project string
리턴 void

CommitCount() 공개 메소드

Total Number of commits sent to Mono.
public CommitCount ( ) : int
리턴 int

GetProject() 공개 메소드

Find the Project, else create the project.
public GetProject ( string project ) : Projects
project string
리턴 Projects

Score() 공개 메소드

Returns a cumulative score based on contribution to Mono.
public Score ( ) : int
리턴 int

Users() 공개 메소드

Creates a new user that is not present in the database.
public Users ( ) : System
리턴 System

Users() 공개 메소드

Sets the user information.
public Users ( string inEmail, string inName ) : System
inEmail string /// User's e-mail address ///
inName string /// User's name ///
리턴 System

프로퍼티 상세

email 공개적으로 프로퍼티

public List email
리턴 List

projects 공개적으로 프로퍼티

public List projects
리턴 List