C# Class TurtleZenTaoLib.WorkTimeEditForm

Show file Open project: easysoft/zentao_extension Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

WorkTimeEditForm() public method

public WorkTimeEditForm ( ) : System
return System

getConsumed() public method

public getConsumed ( ) : string
return string

getLeft() public method

public getLeft ( ) : string
return string

getTaskId() public method

public getTaskId ( ) : string
return string

getTaskName() public method

public getTaskName ( ) : string
return string

isFinished() public method

public isFinished ( ) : bool
return bool

setValues() public method

public setValues ( string taskId, string taskName, string consumed, string left, bool finished ) : void
taskId string
taskName string
consumed string
left string
finished bool
return void