Project |
public class ProjectNode : ITreeNodeWithParent<ProjectNode>, ITreeNode<ProjectNode>, INodeWithParentNode<ProjectNode>
The ProjectNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ProjectNode | Creates a new ProjectNode with default values. | |
| ProjectNode(String) | Creates a new ProjectNode with the specified name. | |
| ProjectNode(String, ProjectNodeType) | Creates a new ProjectNode with the specified name and type. | |
| ProjectNode(String, ProjectNodeType, DateTimeOffset) | Creates a new ProjectNode with creation date. | |
| ProjectNode(String, ProjectNodeType, DateTimeOffset, DateTimeOffset, Boolean) | Creates a new ProjectNode with full metadata. |
| Name | Description | |
|---|---|---|
| ChildNodes | Gets the child nodes as a read-only list. | |
| ParentNode | Gets the parent node of this node. |
| Name | Description | |
|---|---|---|
| AppendChild | Appends a child node to this node and returns the appended child. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| CreationDate | Creation timestamp of the node. | |
| IsActive | True when this node is active. | |
| ModificationDate | Last modification timestamp of the node. | |
| Name | Name of the project node. | |
| NodeType | ||
| ValueAsObject |