|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 |
|
# | DisposeTableIndexStats () |
Disposes the User Table and Index Statistics |
|
+ | FetchBatch (character) |
Fetches the next/previous/first/last Batch |
|
+ | 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 through the Dataset TopBuffers and add all of them with their
childs to the TreeView |
|
# | FormShownHandler (Object, EventArgs) |
Event handler for the Shown event of the parent form |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | GetSelectedTables (character, character, integer) |
Returns the list of selected tables |
|
- | 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 |
|
# | InitializeTableIndexStats () |
Initializes the Table and Index Statistics |
|
+ | 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 Overrides Consultingwerk.SmartComponents.Base.SmartUserControl:OnLoad (EventArgs) |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Consultingwerk.SmartUnit.OERA.RetrieveDataScenario.IScenario OpenScenario (character) |
Opens a senario file |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | ProcessJsonQueryString (IFetchDataRequest) |
Processes a JSON String in the FetchDataRequest:Queries |
|
+ | ProcessNamedQueryParameter (NamedQueryParameter, JsonObject) |
Process a single Named Query Parameter from the Json Object |
|
- | 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. |
|
# | RetrieveTableIndexStats () |
Retrieves the current values for the Table and
Index Statistics |
|
+ | SaveScenario (character) |
Saves the current settings as a .scenario file |
|
+ | 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 |
|
+ | ShowTableAndIndexStatistics () |
Display's Table and Index Statistics |
|
+ | ShutDownBusinessEntities () |
Shuts down all locally running Business Entity instances using
the service adapter |
|
+ | SubscribeParentFormDestroyed () |
Subscribes the ParentFormDestroyed event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
- | TreeViewMouseDownHandler (Object, MouseEventArgs) |
Event handler for the MouseDown event of the Tree View |
|
# | UpdateBatchContext () |
Updates the BatchContext on the Toolbar/Ribbon |
Options | Name | Purpose | |
---|---|---|---|
+ | OERABusinessEntityTesterUserControl () |
Initialize a new instance of the Class and subscribe to events. |
Options | Name | Purpose | |
---|---|---|---|
+ | INTEGER BatchSize |
|
|
+ | CHARACTER CustomContext |
|
|
+ | LONGCHAR CustomParameterObject |
|
|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | CHARACTER EntityName |
|
|
# | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | System.Windows.Forms.ImageList ImageList |
|
|
+ | LOGICAL InitializeUserTableStatsOnShown |
|
|
# | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Consultingwerk.SmartComponents.Tools.OERABusinessEntityTester.IOERABusinessEntityTesterForm OERABusinessEntityTesterForm |
|
|
# | LOGICAL ParentFormDestroyedSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | CHARACTER StatusBarText |
|
|
+ | LOGICAL StatusBarVisible |
|
|
+ | INTEGER StopAfter |
|
|
+ | System.Windows.Forms.ContextMenuStrip TreeContextMenuStrip |
|
|
+ | System.Windows.Forms.TreeView TreeView |
|
Top
PRIVATE AfterCheckHandler (Object, TreeViewEventArgs)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterSelectHandler (Object, TreeViewEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED LOGICAL AtLeastOneNodeChecked (TreeNodeCollection)
|
||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||
PROTECTED DisposeTableIndexStats ()
|
||||||||||||||||||||||||||||||
PUBLIC FetchBatch (character)
|
||||||||||||||||||||||||||||||
PUBLIC FetchDataFromBackend (character)
|
||||||||||||||||||||||||||||||
PUBLIC FetchEntity (character)
|
||||||||||||||||||||||||||||||
PRIVATE FetchEntityFromBackend (character)
|
||||||||||||||||||||||||||||||
PRIVATE FillTreeViewWithTableNames ()
|
||||||||||||||||||||||||||||||
PROTECTED FormShownHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||||||||||||
PUBLIC GetSelectedTables (character, character, integer)
|
||||||||||||||||||||||||||||||
PRIVATE CHARACTER GetSelectedTopBuffer (character, character)
|
||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||||||||||||
PROTECTED InitializeTableIndexStats ()
|
||||||||||||||||||||||||||||||
PUBLIC LaunchAdapter ()
|
||||||||||||||||||||||||||||||
PRIVATE NewFetchDataRequestHandler (Object, NewFetchDataRequestEventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC NodeMouseClickHandler (Object, TreeNodeMouseClickEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartUnit.OERA.RetrieveDataScenario.IScenario OpenScenario (character)
|
||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED ProcessJsonQueryString (IFetchDataRequest)
|
||||||||||||||||||||||||||||||
PUBLIC ProcessNamedQueryParameter (NamedQueryParameter, JsonObject)
|
||||||||||||||||||||||||||||||
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 ()
|
||||||||||||||||||||||||||||||
PROTECTED RetrieveTableIndexStats ()
|
||||||||||||||||||||||||||||||
PUBLIC SaveScenario (character)
|
||||||||||||||||||||||||||||||
PUBLIC SelectAll ()
|
||||||||||||||||||||||||||||||
PROTECTED SelectNodes (TreeNodeCollection, logical)
|
||||||||||||||||||||||||||||||
PUBLIC SelectNone ()
|
||||||||||||||||||||||||||||||
PUBLIC ShowDataSourceQueryInfo ()
|
||||||||||||||||||||||||||||||
PUBLIC ShowFilterDialog ()
|
||||||||||||||||||||||||||||||
PUBLIC ShowTableAndIndexStatistics ()
|
||||||||||||||||||||||||||||||
PUBLIC ShutDownBusinessEntities ()
|
||||||||||||||||||||||||||||||
PUBLIC SubscribeParentFormDestroyed ()
|
||||||||||||||||||||||||||||||
PRIVATE TreeViewMouseDownHandler (Object, MouseEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED UpdateBatchContext ()
|
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
|
|||||||||
PUBLIC LOGICAL InitializeUserTableStatsOnShown
|
|||||||||
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
|
|||||||||
PUBLIC System.Windows.Forms.TreeView TreeView
|