DataTypeBaseBuilder Class

Summary

Factory to create NAnt.Core.DataTypeBase instances.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Base Types
graph BT Type-->Base0["ExtensionBuilder"] click Base0 "/api/NAnt.Core.Extensibility/ExtensionBuilder" Base0-->Base1["Object"] Type["DataTypeBaseBuilder"] class Type type-node

Syntax

public class DataTypeBaseBuilder : ExtensionBuilder

Constructors

Name Summary
DataTypeBaseBuilder(Assembly, string) Creates a new instance of the NAnt.Core.DataTypeBaseBuilder class for the specified NAnt.Core.DataTypeBase class in the specified System.Reflection.Assembly.

Properties

Name Value Summary
ClassName string
Gets the name of the NAnt.Core.DataTypeBase class that can be created using this NAnt.Core.DataTypeBaseBuilder.
DataTypeName string
Gets the name of the data type which the NAnt.Core.DataTypeBaseBuilder can create.

Methods

Name Value Summary
CreateDataTypeBase() DataTypeBase
Creates the NAnt.Core.DataTypeBase instance.