C# 클래스 NAnt.Core.Tasks.MailTask

상속: NAnt.Core.Task
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ReadFile string

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

This is where the work is done.

Initialize ( ) : void

Initializes task and ensures the supplied attributes are valid.

비공개 메소드들

메소드 설명
ReadFile ( string filename ) : string

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

메소드 상세

ExecuteTask() 보호된 메소드

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

Initialize() 보호된 메소드

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