|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
- | AfterCheckHandler (Object, TreeViewEventArgs) |
Event handler for the AfterCheck event of the tree |
|
+ | AfterSelectHandler (Object, TreeViewEventArgs) |
Event handle for the AfterSelect event of the tree |
|
# | LOGICAL AtLeastOneNodeChecked (TreeNodeCollection) |
Recursivly go through all nodes and return True if at least one if
checked |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | FetchDataFromBackend (character) |
Get the BusinessEntity Data from Backend |
|
+ | FetchEntity (character) |
Get an empty ProDataset from a Backend business entity and populates
the Tree View |
|
- | FetchEntityFromBackend (character) |
Get an empty ProDataset from a Backend business entity |
|
- | FillTreeViewWithTableNames () |
Walk though the Dataset TopBuffers and add all of them with their
childs to the TreeView |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
- | System.Windows.Forms.TreeNode GetSelectedTopBuffer () |
Returns the top most buffer which is selected |
|
- | CHARACTER GetSelectedTopBuffer (character, character) |
Returns the first selected table to display in DataView and builds
a list of all selected child tables from the given selected node |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
+ | LaunchAdapter () |
Creates the BusinessEntityAdapter instance |
|
- | NewFetchDataRequestHandler (Object, NewFetchDataRequestEventArgs) |
Event handler for ther NewFetchDataRequest event of the
SmartBusinessEntityAdapter instance |
|
+ | NodeMouseClickHandler (Object, TreeNodeMouseClickEventArgs) |
Switches the view to the table which is selected. Checks whether the
table is checked (data available). |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
- | System.Windows.Forms.TreeNode RecurseDatasetRelations (handle, handle, TreeNode) |
Add the DatasetRelations recursively to the tree |
|
- | LOGICAL RecurseFindTreeNodeName (character, TreeNodeCollection) |
Find a TreeNode by Name |
|
- | CHARACTER RecurseTreeNodeNames (TreeNodeCollection) |
Builds a list of all selected child tables from the given selected
node |
|
- | CHARACTER RecurseTreeNodeQueries (TreeNodeCollection) |
Build a list of all Queries stored in the Tag property of the
TreeNodes |
|
- | System.Windows.Forms.TreeNode RecurseTreeNodes (TreeNodeCollection) |
Returns the first selected table to display in DataView |
|
+ | RemoveFilter () |
Removes the filter from a table. |
|
+ | SelectAll () |
Selects all Tree nodes |
|
# | SelectNodes (TreeNodeCollection, logical) |
Selects or deselectes all Tree nodes |
|
+ | SelectNone () |
Deselects all Tree nodes |
|
+ | ShowDataSourceQueryInfo () |
Shows information about the Data source query strings from the previous
request |
|
+ | ShowFilterDialog () |
Show the Filter Dialog and apply the settings |
|
+ | ShutDownBusinessEntities () |
Shuts down all locally running Business Entity instances using
the service adapter |
|
- | TreeViewMouseDownHandler (Object, MouseEventArgs) |
Event handler for the MouseDown event of the Tree View |
Options | Name | Purpose | |
---|---|---|---|
+ | OERABusinessEntityTesterUserControl () |
Initialize a new instance of the Class and subscribe to events. |
Options | Name | Purpose | |
---|---|---|---|
+ | INTEGER BatchSize |
ContextMenuStrip (MS Control) from the parent Form |
|
+ | CHARACTER CustomContext |
CustomContext passed to SmartBusinessEntityAdapter |
|
+ | LONGCHAR CustomParameterObject |
Gets and sets the serialized form of the custom parameter object |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | CHARACTER EntityName |
Returns the name of the Business Entity |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | System.Windows.Forms.ImageList ImageList |
Images used to show whether a filter is applied to a table. |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Consultingwerk.SmartComponents.Tools.OERABusinessEntityTester.IOERABusinessEntityTesterForm OERABusinessEntityTesterForm |
The parent Form used for callback to en-/disable Tools. |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | CHARACTER StatusBarText |
Gets and sets the text fo the StatusBar |
|
+ | LOGICAL StatusBarVisible |
Gets and sets the visibility of the Status Bar |
|
+ | INTEGER StopAfter |
Value for StopAfter to be passed to the Service Interface |
|
+ | System.Windows.Forms.ContextMenuStrip TreeContextMenuStrip |
ContextMenuStrip (MS Control) from the parent Form |
Top
PRIVATE AfterCheckHandler (Object, TreeViewEventArgs)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterSelectHandler (Object, TreeViewEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED LOGICAL AtLeastOneNodeChecked (TreeNodeCollection)
|
||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||
PUBLIC FetchDataFromBackend (character)
|
||||||||||||||||||||||||||||||
PUBLIC FetchEntity (character)
|
||||||||||||||||||||||||||||||
PRIVATE FetchEntityFromBackend (character)
|
||||||||||||||||||||||||||||||
PRIVATE FillTreeViewWithTableNames ()
|
||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||||||||||||
PRIVATE System.Windows.Forms.TreeNode GetSelectedTopBuffer ()
|
||||||||||||||||||||||||||||||
PRIVATE CHARACTER GetSelectedTopBuffer (character, character)
|
||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||||||||||||
PUBLIC LaunchAdapter ()
|
||||||||||||||||||||||||||||||
PRIVATE NewFetchDataRequestHandler (Object, NewFetchDataRequestEventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC NodeMouseClickHandler (Object, TreeNodeMouseClickEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||
PRIVATE System.Windows.Forms.TreeNode RecurseDatasetRelations (handle, handle, TreeNode)
|
||||||||||||||||||||||||||||||
PRIVATE LOGICAL RecurseFindTreeNodeName (character, TreeNodeCollection)
|
||||||||||||||||||||||||||||||
PRIVATE CHARACTER RecurseTreeNodeNames (TreeNodeCollection)
|
||||||||||||||||||||||||||||||
PRIVATE CHARACTER RecurseTreeNodeQueries (TreeNodeCollection)
|
||||||||||||||||||||||||||||||
PRIVATE System.Windows.Forms.TreeNode RecurseTreeNodes (TreeNodeCollection)
|
||||||||||||||||||||||||||||||
PUBLIC RemoveFilter ()
|
||||||||||||||||||||||||||||||
PUBLIC SelectAll ()
|
||||||||||||||||||||||||||||||
PROTECTED SelectNodes (TreeNodeCollection, logical)
|
||||||||||||||||||||||||||||||
PUBLIC SelectNone ()
|
||||||||||||||||||||||||||||||
PUBLIC ShowDataSourceQueryInfo ()
|
||||||||||||||||||||||||||||||
PUBLIC ShowFilterDialog ()
|
||||||||||||||||||||||||||||||
PUBLIC ShutDownBusinessEntities ()
|
||||||||||||||||||||||||||||||
PRIVATE TreeViewMouseDownHandler (Object, MouseEventArgs)
|
PUBLIC OERABusinessEntityTesterUserControl ()
|
---|
PUBLIC INTEGER BatchSize
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER CustomContext
|
|||||||||||||||||
PUBLIC LONGCHAR CustomParameterObject
|
|||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||
PUBLIC CHARACTER EntityName
|
|||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||
PUBLIC System.Windows.Forms.ImageList ImageList
|
|||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Tools.OERABusinessEntityTester.IOERABusinessEntityTesterForm OERABusinessEntityTesterForm
|
|||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||||||||||
PUBLIC CHARACTER StatusBarText
|
|||||||||||||||||
PUBLIC LOGICAL StatusBarVisible
|
|||||||||||||||||
PUBLIC INTEGER StopAfter
|
|||||||||||||||||
PUBLIC System.Windows.Forms.ContextMenuStrip TreeContextMenuStrip
|