C# Class NanoTimeTracker.Dialogs.TaskInput

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: TaoK/NanoTimeTracker Class Usage Examples

Public Methods

Method Description
SetPrompt ( string message, string title, System.DateTime startTime, System.DateTime endTime, string taskDescription, string taskCategory, bool taskBillable, bool endTimeEditable ) : void
TaskInput ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CalculateDuration ( ) : void
InitializeComponent ( ) : void

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

TaskInput_FormClosing ( object sender, FormClosingEventArgs e ) : void
TaskInput_Load ( object sender, EventArgs e ) : void
chk_TaskCompleted_CheckedChanged ( object sender, EventArgs e ) : void
txt_Category_TextChanged ( object sender, EventArgs e ) : void
txt_CompletedAt_TextChanged ( object sender, EventArgs e ) : void
txt_Description_TextChanged ( object sender, EventArgs e ) : void
txt_StartedAt_TextChanged ( 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

SetPrompt() public method

public SetPrompt ( string message, string title, System.DateTime startTime, System.DateTime endTime, string taskDescription, string taskCategory, bool taskBillable, bool endTimeEditable ) : void
message string
title string
startTime System.DateTime
endTime System.DateTime
taskDescription string
taskCategory string
taskBillable bool
endTimeEditable bool
return void

TaskInput() public method

public TaskInput ( ) : System
return System