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

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

Private Properties

Property Type Description
AddMixedType void
LoadMixedTypes String>.IDictionary
LoadUnMapped String>.IDictionary

Protected Methods

Method Description
ExecuteTask ( ) : void

Executes the task.

Private Methods

Method Description
AddMixedType ( String>.Dictionary table, String name, String mixedType ) : void
LoadMixedTypes ( ) : String>.IDictionary
LoadUnMapped ( ) : String>.IDictionary

Method Details

ExecuteTask() protected method

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