BaseBuildAttribute Class

Summary

Base attribute for build items (attributes/elements).
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Attributes
Base Types
  • Attribute
Derived Types
graph BT Type-->Base0["Attribute"] Type["BaseBuildAttribute"] class Type type-node Derived0["BuildAttributeAttribute"]-->Type click Derived0 "/api/NAnt.Core.Attributes/BuildAttributeAttribute" Derived1["BuildElementAttribute"]-->Type click Derived1 "/api/NAnt.Core.Attributes/BuildElementAttribute"

Syntax

public abstract class BaseBuildAttribute : Attribute

Constructors

Name Summary
BaseBuildAttribute(string) Initializes a new instance of the NAnt.Core.Attributes.BaseBuildAttribute class.

Properties

Name Value Summary
Name string
Gets or sets the name of the item.
ProcessXml bool
Used to specify how this element will be handled as the XML is parsed and given to the element.
Required bool
Gets or sets a value indicating whether the item is required.