C# Class NAnt.Core.Tasks.TouchTask

Inheritance: Task
显示文件 Open project: skolima/NAnt

Private Properties

Property Type Description
GetDateTime System.DateTime
TouchFile void

Protected Methods

Method Description
ExecuteTask ( ) : void
Initialize ( ) : void

Ensures the supplied attributes are valid.

Private Methods

Method Description
GetDateTime ( long milliSeconds ) : System.DateTime
TouchFile ( string path, System.DateTime touchDateTime ) : void

Method Details

ExecuteTask() protected method

protected ExecuteTask ( ) : void
return void

Initialize() protected method

Ensures the supplied attributes are valid.
protected Initialize ( ) : void
return void