IDwNode<TNode> Interface
.NET Standard 2.x
Represents a node in the syntax of DataObject.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public interface IDwNode<TNode>
Properties
Name | Return Type | Description |
---|---|---|
Node | DwNodeType | Gets the type of the node. |
Methods
Name | Return Type | Description |
---|---|---|
Modify(string syntax) | bool | Modifies the node by a line of DataWindow syntax. |