SchemaValidatorAttribute.

SchemaValidatorAttribute(Type) Constructor

Summary

Initializes a new instance of the NAnt.Contrib.Tasks.SchemaValidatorAttribute class.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
SchemaValidatorAttribute

Syntax

public SchemaValidatorAttribute(Type schemaType)

Parameters

Name Type Description
schemaType Type The System.Type of the object created by NAnt.Contrib.Tasks.XsdTask to represent the root node of your task.

Return Value

Type Description
void