SchemaValidatorAttribute.

SchemaValidatorAttribute(Type, string) 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, string xmlNamespace)

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.
xmlNamespace string

Return Value

Type Description
void