C# 클래스 StatGlobal, chronojump

상속: Stat
파일 보기 프로젝트 열기: GNOME/chronojump

보호된 프로퍼티들

프로퍼티 타입 설명
operation string
personID int
personName string

공개 메소드들

메소드 설명
PrepareData ( ) : void
StatGlobal ( ) : System
StatGlobal ( StatTypeStruct, myStatTypeStruct, Gtk treeview, int personID, string personName ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
obtainSessionSqlStringIndexes ( ArrayList sessions ) : string

메소드 상세

PrepareData() 공개 메소드

public PrepareData ( ) : void
리턴 void

StatGlobal() 공개 메소드

public StatGlobal ( ) : System
리턴 System

StatGlobal() 공개 메소드

public StatGlobal ( StatTypeStruct, myStatTypeStruct, Gtk treeview, int personID, string personName ) : System
myStatTypeStruct StatTypeStruct,
treeview Gtk
personID int
personName string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

obtainSessionSqlStringIndexes() 보호된 메소드

protected obtainSessionSqlStringIndexes ( ArrayList sessions ) : string
sessions ArrayList
리턴 string

프로퍼티 상세

operation 보호되어 있는 프로퍼티

protected string operation
리턴 string

personID 보호되어 있는 프로퍼티

protected int personID
리턴 int

personName 보호되어 있는 프로퍼티

protected string personName
리턴 string