C# Class Monobjc.Tools.Generator.NAnt.Xhtml2ModelTask

Inheritance: BaseTask
Mostrar archivo Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description
Convert void
CreateSettings System.Collections.Specialized.NameValueCollection
GetClassParser IXhtmlClassParser
GetProtocolParser IXhtmlClassParser
GetTypeParser IXhtmlTypeParser

Protected Methods

Method Description
ExecuteTask ( ) : void

Executes the task.

Private Methods

Method Description
Convert ( Framework f, FrameworkEntity e, String sourcePath, String destinationPath, TextWriter writer = null ) : void
CreateSettings ( ) : NameValueCollection
GetClassParser ( Framework f, FrameworkEntity e, TextWriter writer ) : IXhtmlClassParser
GetProtocolParser ( Framework f, FrameworkEntity e, TextWriter writer ) : IXhtmlClassParser
GetTypeParser ( Framework f, FrameworkEntity e, TextWriter writer ) : IXhtmlTypeParser

Method Details

ExecuteTask() protected method

Executes the task.
protected ExecuteTask ( ) : void
return void