C# Class NAnt.Core.Tasks.MailTask

Inheritance: NAnt.Core.Task
显示文件 Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
ReadFile string

Protected Methods

Method Description
ExecuteTask ( ) : void

This is where the work is done.

Initialize ( ) : void

Initializes task and ensures the supplied attributes are valid.

Private Methods

Method Description
ReadFile ( string filename ) : string

Reads a text file and returns the content in a string.

Method Details

ExecuteTask() protected method

This is where the work is done.
protected ExecuteTask ( ) : void
return void

Initialize() protected method

Initializes task and ensures the supplied attributes are valid.
protected Initialize ( ) : void
return void