Summary
Class which provides NAnt functions for retrieving property information.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Base Types
-
- Object
- FunctionSetBase
graph BT
Type-->Base0["FunctionSetBase"]
click Base0 "/api/NAnt.Core/FunctionSetBase"
Base0-->Base1["Object"]
Type["PropertyFunctions"]
class Type type-node
Syntax
[FunctionSet("property", "NAnt")]
public class PropertyFunctions : FunctionSetBase
Attributes
Type | Description |
---|---|
FunctionSetAttribute | Indicates that class should be treated as a set of functions. |
Constructors
Name | Summary |
---|---|
PropertyFunctions |
Initializes a new instance of the NAnt.Core.Functions.PropertyFunctions class.
|
Properties
Name | Value | Summary |
---|---|---|
Project | Project |
Gets or sets the
NAnt.Core.FunctionSetBase.Project that this functionset will
reference.
Inherited from FunctionSetBase
|
Methods
Name | Value | Summary |
---|---|---|
Exists |
bool |
Checks whether the specified property exists.
|
IsDynamic |
bool |
Checks whether the specified property is a dynamic property.
|
IsReadOnly |
bool |
Checks whether the specified property is read-only.
|