|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildAttributeNode (character, character, character, handle) |
Builds an Attribute node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldNode (character, handle) |
Builds a Node for a field of the Object Master or Object Instance node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldsNode (character, handle) |
Builds the master "Fields" node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceAttributesNode (character, handle) |
Builds the instance "Attributes" node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceNode (character, handle) |
Builds an instance node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstancesNode (character, handle) |
Builds the "Instances" node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinkNode (character, handle) |
Builds a Node for a SmartLink record |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinksNode (character, character) |
Builds the "Links" node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildMasterAttributesNode (character, character) |
Builds the master "Attributes" node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildPageNode (character, handle) |
Builds a Page node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildPagesNode (character, character) |
Builds the "Pages" node |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode BuildSmartObjectMasterNode (handle) |
Builds the root node |
||
| BuildTree () |
Populates the tree |
||
| ClearNode (UltraTreeNode) |
Clears (removes) a tree node |
||
| CopyNodeFrom (ObjectMasterTreeControl) |
Copied the active node from the source control to this control instance |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode ExpandNode (character, logical) |
Expands a Node by it's key |
||
| HANDLE FindBufferForNode (character) |
Finds the record for the given node and returns the buffer handle |
||
| CHARACTER GetAttributeValue (character, handle) |
Returns an Attribute Value |
||
| System.Collections.Generic.List <System.String> GetExpandedNodes () |
Returns the list of keys of currently expanded nodes |
||
| InitializeComponent () |
Initializes the Visual Design |
||
| OnNodeCollapsed (NodeEventArgs) |
Raises the NodeCollapsed event |
||
| OnNodeExpanded (NodeEventArgs) |
Raises the NodeExpanded event |
||
| OnNodeSelected (SelectEventArgs) |
Raises the NodeSelected event |
||
| OnTreeUpdated (EventArgs) |
Raises the TreeUpdated |
||
| RemoveNode () |
Removes a Node from the Merged Tree |
||
| RestoreExpandedNodes (String>) |
Restores the expanded nodes |
||
| SaveChanges () |
Saves the changes to the repository object |
||
| Infragistics.Win.UltraWinTree.UltraTreeNode SelectNode (character) |
Selects a Node by it's key |
||
| SetNodeColor (UltraTree) |
Sets the Node color by comparing the Node to another tree instance |
||
| ultraTree1_AfterCollapse (Object, NodeEventArgs) |
Event handler for the AfterCollapse event of the ultraTree1 |
||
| ultraTree1_AfterExpand (Object, NodeEventArgs) |
Event handler for the AfterExpand event of the ultraTree1 |
||
| ultraTree1_AfterSelect (Object, SelectEventArgs) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| ObjectMasterTreeControl () |
Constructor for the ObjectMasterTreeControl class |
| Options | Name | Purpose | |
|---|---|---|---|
| NodeCollapsed (Object, NodeEventArgs) |
Raised when a Node is Collapsed |
||
| NodeExpanded (Object, NodeEventArgs) |
Raised when a Node is Expanded |
||
| NodeSelected (Object, SelectEventArgs) |
Raised when a Node is Selected |
||
| TreeUpdated DELEGATE System.EventHandler |
Raised when the tree is updated |
| Options | Name | Purpose | |
|---|---|---|---|
| Infragistics.Win.UltraWinTree.UltraTreeNode ActiveNode |
|
||
| HANDLE DatasetHandle |
|
||
| Consultingwerk.Windows.Framework.Repository.MergeUtil.TreePurposeEnum Purpose |
|
||
| Infragistics.Win.UltraWinTree.UltraTree TreeControl |
|
|
Top
Infragistics.Win.UltraWinTree.UltraTreeNode BuildAttributeNode (character, character, character, handle)
|
|||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldsNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceAttributesNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstancesNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinkNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinksNode (character, character)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildMasterAttributesNode (character, character)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildPageNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildPagesNode (character, character)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode BuildSmartObjectMasterNode (handle)
|
|||||||||||||||||||||||||||||||||||
BuildTree ()
|
|||||||||||||||||||||||||||||||||||
ClearNode (UltraTreeNode)
|
|||||||||||||||||||||||||||||||||||
CopyNodeFrom (ObjectMasterTreeControl)
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode ExpandNode (character, logical)
|
|||||||||||||||||||||||||||||||||||
HANDLE FindBufferForNode (character)
|
|||||||||||||||||||||||||||||||||||
CHARACTER GetAttributeValue (character, handle)
|
|||||||||||||||||||||||||||||||||||
System.Collections.Generic.List <System.String> GetExpandedNodes ()
|
|||||||||||||||||||||||||||||||||||
InitializeComponent ()
|
|||||||||||||||||||||||||||||||||||
OnNodeCollapsed (NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
OnNodeExpanded (NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
OnNodeSelected (SelectEventArgs)
|
|||||||||||||||||||||||||||||||||||
OnTreeUpdated (EventArgs)
|
|||||||||||||||||||||||||||||||||||
RemoveNode ()
|
|||||||||||||||||||||||||||||||||||
RestoreExpandedNodes (String>)
|
|||||||||||||||||||||||||||||||||||
SaveChanges ()
|
|||||||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode SelectNode (character)
|
|||||||||||||||||||||||||||||||||||
SetNodeColor (UltraTree)
|
|||||||||||||||||||||||||||||||||||
ultraTree1_AfterCollapse (Object, NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
ultraTree1_AfterExpand (Object, NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
ultraTree1_AfterSelect (Object, SelectEventArgs)
|
|||||||||||||||||||||||||||||||||||
ObjectMasterTreeControl ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
NodeCollapsed (Object, NodeEventArgs)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NodeExpanded (Object, NodeEventArgs)
|
||||||||||||||||||||
NodeSelected (Object, SelectEventArgs)
|
||||||||||||||||||||
TreeUpdated DELEGATE System.EventHandler
|
||||||||||||||||||||
Infragistics.Win.UltraWinTree.UltraTreeNode ActiveNode
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
HANDLE DatasetHandle
|
|||||||||
Consultingwerk.Windows.Framework.Repository.MergeUtil.TreePurposeEnum Purpose
|
|||||||||
Infragistics.Win.UltraWinTree.UltraTree TreeControl
|
|||||||||