|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | DisplayJsonObject (JsonConstruct) |
Visualizes an Json Construct in a TreeView |
|
+ | DisplayJsonObject (JsonConstruct, logical) |
Visualizes an Json Construct in a TreeView |
|
+ | ExpandNodesToLevel (integer) |
Expands the tree nodes up to the provided level |
|
+ | CHARACTER GetNodePath (character) |
Finds a node in the tree and constructs a /-delimited path from the labels |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
- | InitTreeHelper () |
Initializes the TreeView and the UltraTreeColumnResizeHelper |
|
# | OnTreeNodeSelected (TreeNodeSelectedEventArgs) |
Publishes the TreeNodeSelected event |
|
- | ultraTree1_AfterSelect (Object, SelectEventArgs) |
Reads an JsonArray and adds a TreeNode for each of it's elements |
|
- | WalkThroughJson (UltraTreeNode, JsonArray) |
Reads an JsonArray and adds a TreeNode for each of it's elements |
|
- | WalkThroughJson (UltraTreeNode, JsonObject) |
Reads an JsonObject and adds a TreeNode for each of it's elements |
Options | Name | Purpose | |
---|---|---|---|
+ | JSONObjectViewerControl () |
Constructor for the BusinessEntityDesignerForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | TreeNodeSelected (Object, TreeNodeSelectedEventArgs) |
Event raised after a node has been selected in the tree |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL ShowAttributeNode |
|
|
+ | LOGICAL ShowPrimitiveProperties |
|
|
+ | Infragistics.Win.UltraWinTree.UltraTree UltraTree |
|
Top
PUBLIC DisplayJsonObject (JsonConstruct)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DisplayJsonObject (JsonConstruct, logical)
|
||||||||||||||||||||
PUBLIC ExpandNodesToLevel (integer)
|
||||||||||||||||||||
PUBLIC CHARACTER GetNodePath (character)
|
||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||
PRIVATE InitTreeHelper ()
|
||||||||||||||||||||
PROTECTED OnTreeNodeSelected (TreeNodeSelectedEventArgs)
|
||||||||||||||||||||
PRIVATE ultraTree1_AfterSelect (Object, SelectEventArgs)
|
||||||||||||||||||||
PRIVATE WalkThroughJson (UltraTreeNode, JsonArray)
|
||||||||||||||||||||
PRIVATE WalkThroughJson (UltraTreeNode, JsonObject)
|
PUBLIC JSONObjectViewerControl ()
|
---|
PUBLIC TreeNodeSelected (Object, TreeNodeSelectedEventArgs)
|
---|
PUBLIC LOGICAL ShowAttributeNode
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ShowPrimitiveProperties
|
|||||||||
PUBLIC Infragistics.Win.UltraWinTree.UltraTree UltraTree
|