Hevea documentation

Node Members

Node overview

Public Static Properties

Root Gets the root node.

Public Static Methods

Search Search a node by its path.

Public Instance Constructors

Node Constructor Constructor (for dynamic node creation)

Public Instance Properties

Application Gets / sets the document registration in case of an applicative node?
CreateDirectoryMethod Gets / sets the delegate on the method called when creating a dynamic directory node. This delegate is optional for Dynamic nodes.
DeleteNodeMethod Gets / sets the delegate on the method called when deleting a dynamic node. This delegate is optional for Dynamic nodes.
GetNodeByNameAndParentMethod Gets / sets the delegate on the method called to get a particular dynamic child node. This delegate is mandatory for Dynamic nodes.
GetNodeChildsMethod Gets / sets the delegate on the method called to get the childrens of a dynamic node. This delegate is mandatory for Dynamic nodes.
HasChild Indicates if the node has childs.
IsDirectory Indicates if the node represents a directory.
IsReadable Gets / sets if the node is readable.
IsWriteable Gets / sets if the node is writeable.
LastModificationDate Gets / sets the last modification date (UTC).
Name Gets the node name.
Parent Gets the node parent.
Path Gets the node path.
RealPath Sets the real path of a non-virtual file.
RenameNodeMethod Gets / sets the delegate on the method called when renaming a dynamic node. This delegate is optional for Dynamic nodes.
Size Gets / sets the size (in bytes) of a file node.
Tag Gets / sets the node tag. This identifier is used for Dynamic typed node identification. The value cannot be null for Dynamic nodes.
Type Gets the node type.

Public Instance Methods

ChildExists Checks a child node existence.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
PrintDirectory Prints a directory content.
PrintDirectoryList Prints the list of directory files and path.
RemoveChild Removes a child node.
Rename Changes the node node.
ToString Renders the node as a string.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Node Class | Hevea.Core.Ftp Namespace