| 
            
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| - | btnOk_Click (Object, EventArgs) | 
     Event handler for the Click event of the btnOk  | 
|
| + | LOGICAL CanFindInComponentsCollection (Object) | 
     Returns if the component can be found in the ComponentsCollection  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| - | coObjectType_ValueChanged (Object, EventArgs) | 
     Event handler for the ValueChanged event of the coObjectType  | 
|
| # | CreateVerbs () | 
     Creates Designer Verbs based on the DesignerVerbs property  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | CustomizeToolbar () | 
     Customizes the UltraToolbarController associated with this BaseForm  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | DesignerInsertUserControl () | 
     Inserts a user control instance at design time.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| - | FillTreeViewWithTableNames () | 
     Walk through the Dataset TopBuffers and add all of them with their
childs to the TreeView  | 
|
| + | System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type) | 
     Returns a List of all Controls in the Form that are of the given type  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () | 
     Returns a List of all Components in the Form  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | AttributeCollection GetAttributes () | 
     Returns a collection of custom attributes for this instance of a
component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | CHARACTER GetClassName () | 
     Returns the class name of this instance of a component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | CHARACTER GetComponentName () | 
     Returns the name of this instance of a component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | TypeConverter GetConverter () | 
     Returns a type converter for this instance of a component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | GetDatasetHandle (dataset) | 
     Binds to the Business Entity Designer Dataset  | 
|
| + | EventDescriptor GetDefaultEvent () | 
     Returns the default event for this instance of a component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | PropertyDescriptor GetDefaultProperty () | 
     Returns the default property for this instance of a component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | System.Object GetEditor (Type) | 
     Returns an editor of the specified type for this instance of a
component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | EventDescriptorCollection GetEvents () | 
     Returns the events for this instance of a component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | EventDescriptorCollection GetEvents (Attribute[]) | 
     Returns the events for this instance of a component using the
specified attribute array as a filter.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | PropertyDescriptorCollection GetProperties () | 
     Returns the properties for this instance of a component.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | PropertyDescriptorCollection GetProperties (Attribute[]) | 
     Returns the properties for this instance of a component using the
attribute array as a filter.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| + | System.Object GetPropertyOwner (PropertyDescriptor) | 
     Returns an object that contains the property described by the
specified property descriptor.  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| - | CHARACTER GetSelectedTopBuffer (character) | 
     Returns the first selected table to display in DataView and builds
a list of all selected child tables from the given selected node  | 
|
| # | CHARACTER InitialDataSourceName () | 
     Builds the initial/default Viewer Name  | 
|
| - | InitializeComponent () | 
     Initializes the Visual Design  | 
|
| # | LoadRibbonQuickAccessToolbar () | 
     Restores the Quick Access Toolbar items from the Registry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | CHARACTER LoadSettings () | 
     Loads the stored window settings (position etc.) from the registry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | CHARACTER LoadSettings (character) | 
     Loads  stored window settings from the registry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| - | luProductModule_LookupKeyValueChanged (Object, EventArgs) | 
     Event handler for the LookupKeyValueChanged event of the luProductModule  | 
|
| # | OnFormClosed (FormClosedEventArgs) | 
     Raises the FormClosed event  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | OnFormClosing (FormClosingEventArgs) | 
     Raises the FormClosing event  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | OnFormDestroyed (EventArgs) | 
     Raises the FormDestroyed event  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | OnLoad (EventArgs) | 
     Raises the Load event  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | OnShown (EventArgs) | 
     Raises the Shown event  | 
|
| + | OnVerbClicked (character) | 
     Event Handler method for Designer Verbs  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| - | CHARACTER RecurseTreeNodeNames (TreeNodeCollection) | 
     Builds a list of all selected child tables from the given selected
node  | 
|
| - | System.Windows.Forms.TreeNode RecurseTreeNodes (TreeNodeCollection) | 
     Returns the first selected table to display in DataView  | 
|
| # | RemoveSetting (character) | 
     Removes a stored setting  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | RestoreUltraSplitterPosition () | 
     Restores the position of the Ultra Splitter Controls  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | RestoreWindowPosition () | 
     Restores the stored window position  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | StoreRibbonQuickAccessToolbar () | 
     Stores the current Quick Access Toolbar items in the Registry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | StoreSettings (character) | 
     Stores the current window settings (position etc.) to the registry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | StoreSettings (character, character) | 
     Stores window settings to the registry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | StoreUltraSplitterPosition () | 
     Stores the position of the UltraSplitter Controls in the Registry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| # | StoreWindowPosition () | 
     Stores the window position to the resgistry  Inherited from Consultingwerk.Forms.BaseForm  | 
|
| - | tbObjectName_ValueChanged (Object, EventArgs) | 
     Event handler for the ValueChanged event of the tbObjectName  | 
|
| - | treeView1_AfterCheck (Object, TreeViewEventArgs) | 
     Event handler for the AfterCheck event of the treeView1  | 
|
| # | ValidateInput () | 
     Validates the input and Enables/Disables the btnOk  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | CreateDataSourceWizardForm () | 
     Constructor for the CreateDataSourceWizardForm class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | FormDestroyed DELEGATE System.EventHandler | 
     Raised when a Form is destroyed (in the Destructor)  Inherited from Consultingwerk.Forms.BaseForm  | 
| 
         
            
                Top
                
            
         
        PRIVATE btnOk_Click (Object, EventArgs)
 
  | 
|||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC LOGICAL CanFindInComponentsCollection (Object)
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE coObjectType_ValueChanged (Object, EventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED CreateVerbs ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED CustomizeToolbar ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED DesignerInsertUserControl ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE FillTreeViewWithTableNames ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC AttributeCollection GetAttributes ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC CHARACTER GetClassName ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC CHARACTER GetComponentName ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC TypeConverter GetConverter ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC GetDatasetHandle (dataset)
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC EventDescriptor GetDefaultEvent ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC PropertyDescriptor GetDefaultProperty ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC System.Object GetEditor (Type)
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC EventDescriptorCollection GetEvents ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC EventDescriptorCollection GetEvents (Attribute[])
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC PropertyDescriptorCollection GetProperties ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE CHARACTER GetSelectedTopBuffer (character)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED CHARACTER InitialDataSourceName ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE InitializeComponent ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED LoadRibbonQuickAccessToolbar ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED CHARACTER LoadSettings ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED CHARACTER LoadSettings (character)
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE luProductModule_LookupKeyValueChanged (Object, EventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED OnFormClosed (FormClosedEventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED OnFormClosing (FormClosingEventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED OnFormDestroyed (EventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED OnLoad (EventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED OnShown (EventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC OnVerbClicked (character)
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE CHARACTER RecurseTreeNodeNames (TreeNodeCollection)
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE System.Windows.Forms.TreeNode RecurseTreeNodes (TreeNodeCollection)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED RemoveSetting (character)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED RestoreUltraSplitterPosition ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED RestoreWindowPosition ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED StoreRibbonQuickAccessToolbar ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED StoreSettings (character)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED StoreSettings (character, character)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED StoreUltraSplitterPosition ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED StoreWindowPosition ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE tbObjectName_ValueChanged (Object, EventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PRIVATE treeView1_AfterCheck (Object, TreeViewEventArgs)
 
  | 
|||||||||||||||||||||||||||||||
        
        PROTECTED ValidateInput ()
 
  | 
|||||||||||||||||||||||||||||||
        
        PUBLIC CreateDataSourceWizardForm ()
 
  | 
||||||||
|---|---|---|---|---|---|---|---|---|
        
        PUBLIC FormDestroyed DELEGATE System.EventHandler
 
  | 
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
        
        PROTECTED CHARACTER BindableProperties
 
  | 
|||||||||
|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER BusinessEntityName
 
  | 
|||||||||
        
        PUBLIC CHARACTER BusinessEntityPackage
 
  | 
|||||||||
        
        PROTECTED CHARACTER CategorizedProperties
 
  | 
|||||||||
        
        PROTECTED CHARACTER CategoryProperties
 
  | 
|||||||||
        
        PUBLIC CHARACTER DatasetControllerName
 
  | 
|||||||||
        
        PUBLIC CHARACTER DatasetControllerPackage
 
  | 
|||||||||
        
        PUBLIC LOGICAL DeleteOnFormClosed
 
  | 
|||||||||
        
        PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
 
  | 
|||||||||
        
        PROTECTED CHARACTER DescribedProperties
 
  | 
|||||||||
        
        PROTECTED CHARACTER DescriptionProperties
 
  | 
|||||||||
        
        PROTECTED CHARACTER DesignerVerbs
 
  | 
|||||||||
        
        PROTECTED CHARACTER DesignerVisibilityAttributes
 
  | 
|||||||||
        
        PROTECTED CHARACTER DesignerVisibilityProperties
 
  | 
|||||||||
        
        PUBLIC LOGICAL DesignTime
 
  | 
|||||||||
        
        PROTECTED CHARACTER HiddenProperties
 
  | 
|||||||||
        
        PUBLIC LOGICAL IsClosed
 
  | 
|||||||||
        
        PROTECTED CHARACTER NonBrowsableProperties
 
  | 
|||||||||
        
        PUBLIC System.Windows.Forms.FormWindowState PreviousWindowState
  | 
|||||||||
        
        PROTECTED LOGICAL StoreFormPosition
 
  | 
|||||||||
        
        PUBLIC LOGICAL UseStartupSizeAsMinSize
 
  | 
|||||||||
        
        PUBLIC CHARACTER WindowPositionRegistryKey
 
  | 
|||||||||
Temp-Table eBusinessEntityDefined in: | 
Temp-Table eBusinessEntityPropertiesDefined in: | 
Temp-Table eDataRelationDefined in: | 
Temp-Table eDataRelationPropertiesDefined in: | 
Temp-Table eFieldDefined in: | 
Temp-Table eFieldPropertiesDefined in: | 
Temp-Table eIndexDefined in: | 
Temp-Table eIndexPropertiesDefined in: | 
Temp-Table eTableDefined in: | 
Temp-Table eTablePropertiesDefined in: |