C# Class TurtleZenTaoLib.WorkTimeEditForm

Afficher le fichier Open project: easysoft/zentao_extension Class Usage Examples

Méthodes publiques

Méthode Description
WorkTimeEditForm ( ) : System
getConsumed ( ) : string
getLeft ( ) : string
getTaskId ( ) : string
getTaskName ( ) : string
isFinished ( ) : bool
setValues ( string taskId, string taskName, string consumed, string left, bool finished ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

WorkTimeEditForm() public méthode

public WorkTimeEditForm ( ) : System
Résultat System

getConsumed() public méthode

public getConsumed ( ) : string
Résultat string

getLeft() public méthode

public getLeft ( ) : string
Résultat string

getTaskId() public méthode

public getTaskId ( ) : string
Résultat string

getTaskName() public méthode

public getTaskName ( ) : string
Résultat string

isFinished() public méthode

public isFinished ( ) : bool
Résultat bool

setValues() public méthode

public setValues ( string taskId, string taskName, string consumed, string left, bool finished ) : void
taskId string
taskName string
consumed string
left string
finished bool
Résultat void