Summary
Abstract
Task that validates inheriting classes against
an XML schema of the same name.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Base Types
-
- Task
- Derived Types
graph BT
Type-->Base0["Task"]
Type["SchemaValidatedTask"]
class Type type-node
Derived0["InstallerTaskBase"]-->Type
click Derived0 "/api/NAnt.Contrib.Tasks.Msi/InstallerTaskBase"
Syntax
public abstract class SchemaValidatedTask : Task
Properties
| Name | Value | Summary |
|---|---|---|
| SchemaObject | Object |
Returns the object from the Schema wrapper after
NAnt.Contrib.Tasks.SchemaValidatedTask.Initialize is called.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Initialize |
void |
Initializes the task and verifies parameters.
|
