Table of Contents

Method GetBaseNode

Namespace
Alternet.FormDesigner.TypeScript
Assembly
Alternet.FormDesigner.TypeScript.v9.dll

GetBaseNode(Node)

Finds child node which represents base type of the current node.

public static Node GetBaseNode(this Node node)

Parameters

node Node

Node to check.

Returns

Node

Node object that matches the search criteria.