Summary
Indicates that a property should be treated as a XML file set for the
task.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Base Types
-
- Attribute
- BaseBuildAttribute
- Build
Element Attribute
graph BT
Type-->Base0["BuildElementAttribute"]
click Base0 "/api/NAnt.Core.Attributes/BuildElementAttribute"
Base0-->Base1["BaseBuildAttribute"]
click Base1 "/api/NAnt.Core.Attributes/BaseBuildAttribute"
Base1-->Base2["Attribute"]
Type["FileSetAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = true)]
[Obsolete("Please use a BuildElement attribute instead. This class will be removed soon.", true)]
public sealed class FileSetAttribute : BuildElementAttribute
Attributes
| Type | Description |
|---|---|
| Attribute |
|
| ObsoleteAttribute |
Constructors
| Name | Summary |
|---|---|
| FileSetAttribute |
Initializes a new instance of the NAnt.Core.Attributes.FileSetAttribute with the
specified name.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Name | string |
Gets or sets the name of the item.
Inherited from BaseBuildAttribute
|
| ProcessXml | bool |
Used to specify how this element will be handled as the XML is parsed
and given to the element.
Inherited from BaseBuildAttribute
|
| Required | bool |
Gets or sets a value indicating whether the item is required.
Inherited from BaseBuildAttribute
|
