Méthode | Description | |
---|---|---|
AddNode ( |
Adds the node.
|
|
AddRoot ( ExpressionType type, object item ) : void |
Adds the root node of the tree.
|
|
Clone ( ) : object | ||
DestroyParentChildRelationship ( |
Method executed before serialization in order to destory the parent-child relationship
|
|
EstablishParentChildRelationship ( |
Method executed after deserialization in order to establish the parent-child relationship
|
|
GetNodes ( ExpressionType type ) : List |
||
RemoveChildren ( |
||
RemoveChildren ( |
||
RemoveUngrouped ( |
Méthode | Description | |
---|---|---|
GetNodesRecursive ( |
||
NewNodeByType ( ExpressionType type, object item ) : |
Creates a new node of the specified type.
|
|
OnDeserializedMethod ( |
||
OnSerializingMethod ( |
||
RemoveUngroupedRecursive ( |
public AddNode ( |
||
parent | The parent. | |
direction | TreeDirection | The direction. |
type | ExpressionType | The type. |
item | object | The item. |
Résultat | void |
public AddRoot ( ExpressionType type, object item ) : void | ||
type | ExpressionType | The node type. |
item | object | The item to add to the node. |
Résultat | void |
public DestroyParentChildRelationship ( |
||
parent | ||
Résultat | void |
public EstablishParentChildRelationship ( |
||
parent | ||
Résultat | void |
public GetNodes ( ExpressionType type ) : List |
||
type | ExpressionType | |
Résultat | List |
public RemoveChildren ( |
||
parent | ||
Résultat | void |
public RemoveChildren ( |
||
parent | ||
direction | TreeDirection | |
Résultat | void |
public RemoveUngrouped ( |
||
parent | ||
Résultat | void |