|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
- | BindDataset (dataset) |
Do nothing, just receive the parameter and bind to the received
Dataset reference |
|
+ | LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection Inherited from Consultingwerk.Forms.BaseForm |
|
# | CheckSyntax () |
Performs a syntax check Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
+ | LOGICAL CloseAll () |
Closes all open editors and when successful the SmartEditorForm itself Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | CreateRibbonTools () |
Creates the Ribbon Tools specific to the Business Entity Source Editor |
|
# | 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 |
|
# | DeleteTemporaryFile (character) |
Deletes a temporary file Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | DesignerInsertUserControl () |
Inserts a user control instance at design time. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | DisplayStatus (character) |
Displays status in the status bar Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | EditorFormClosedHandler (Object, FormClosedEventArgs) |
Event handle for the FormClosedHandler event of the Procedure Editor
Forms Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | EvaluateSaveEnabled () |
Determines and sets the Enabled status of the Save button Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
+ | 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 |
|
+ | CHARACTER GetCurrentFileName () |
Returns the name of the currently active file Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
+ | 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 |
|
+ | org.prorefactor.core.JPNode GetJPNode (integer) |
Returns a JPNode by a node number Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
+ | 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 |
|
# | InsertClientCallableMethod () |
Shows a dialog and allows inserting a client-callable method |
|
# | InsertDatasetCallback () |
Shows a dialog and allows inserting a dataset read callback |
|
# | InsertMethod () |
Inserts a method into the source code Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
+ | InsertMethod (character, character) |
Inserts a method into the current class Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | InsertValidationHook () |
Shows a dialog and allows inserting a validation hook |
|
# | 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 |
|
# | OnDragDrop (DragEventArgs) |
Raises the DragDrop event Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | OnDragEnter (DragEventArgs) |
Raises the DragEnter event Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | OnFormClosed (FormClosedEventArgs) |
Raises the MdiChildActivate event Overrides Consultingwerk.Forms.BaseForm:OnFormClosed (FormClosedEventArgs) |
|
# | OnFormClosing (FormClosingEventArgs) |
Raises the FormClosing event Overrides Consultingwerk.Studio.ProcedureEditor.SmartEditorForm:OnFormClosing (FormClosingEventArgs) |
|
# | OnFormDestroyed (EventArgs) |
Raises the FormDestroyed event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnMdiChildActivate (EventArgs) |
Raises the MdiChildActivate event Overrides Consultingwerk.Studio.ProcedureEditor.SmartEditorForm:OnMdiChildActivate (EventArgs) |
|
# | OnShown (EventArgs) |
Raises the Shown event Overrides Consultingwerk.Studio.ProcedureEditor.SmartEditorForm:OnShown (EventArgs) |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.Forms.BaseForm |
|
# | OpenBusinessEntity () |
Opens the Business Entity files |
|
# | Consultingwerk.Studio.ProcedureEditor.ProcedureEditorForm OpenBusinessEntityFile (character, character, BusinessEntityPartEnum) |
Opens a file of the business entity |
|
# | OpenFile () |
Shows the File Open dialog Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
+ | Consultingwerk.Studio.ProcedureEditor.ProcedureEditorForm OpenFile (character) |
Opens the given file Overrides Consultingwerk.Studio.ProcedureEditor.SmartEditorForm:OpenFile (character) |
|
# | ParseClassMembers (JPNode) |
Parses the ClassNode Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | ParseProcedureMembers (JPNode) |
Parses the ProcedureNode Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | ParseSourceCode () |
Parses the current editor contents Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | PopulateMethodTempTable () |
Populates the temp-table with the current class methods Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | PopulateOutline (ParseUnit) |
Populates the Outline View Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | LOGICAL Reparse () |
Reparses the current editor contents Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | 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 |
|
# | Save () |
Saves the current editors Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | SaveAll () |
Saves all open editors Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
+ | SetTimersEnabled (logical) |
Enables or Disables the Timer Components Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | 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 |
|
# | TreeNodeSelectedHandler (Object, TreeNodeSelectedEventArgs) |
Event handler for the treeNodeSelected event of the ultraTreeWithSearchControl1 Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
- | ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) |
Event handler for the ToolClick event of the ultraToolbarsManager1 |
Options | Name | Purpose | |
---|---|---|---|
+ | BusinessEntitySourceEditorForm (handle) |
Constructor for the BusinessEntitySourceEditorForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) Inherited from Consultingwerk.Forms.BaseForm |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL DeleteOnFormClosed |
Gets/Sets if the BaseForm instance should automatically delete
itself in the OnFormClosed method (defaults to True). Setting this
to FALSE will allow to let the BaseForm instance in memory (when no
other reference exists), i.e. to access properties of the Form
class when the Form has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
A list of Forms that are dependent from this Form. Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.Forms.BaseForm |
|
# | 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.Forms.BaseForm |
|
+ | LOGICAL IsClosed |
Returns if the Forms has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Collections.Generic.Dictionary < org.prorefactor.core.JPNode> Nodes |
Inherited from Consultingwerk.Studio.ProcedureEditor.SmartEditorForm |
|
# | 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.Forms.BaseForm |
|
+ | System.Windows.Forms.FormWindowState PreviousWindowState |
Returns the previous WindowState Inherited from Consultingwerk.Forms.BaseForm |
|
# | LOGICAL StoreFormPosition |
Controls if this Form instance should store and restore the Form
position and size. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL UseStartupSizeAsMinSize |
When set to True the OnLoad method will apply the current form (startup
size) to the MinimumSize. This will be done before loading the stored
Form size from the user profile (e.g. Windows Registry) Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER WindowPositionRegistryKey |
Gets and sets the Registry Key used for storing this Forms
window position Inherited from Consultingwerk.Forms.BaseForm |
Top
PRIVATE BindDataset (dataset)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
||||||||||||||||||||||||||||||
PROTECTED CheckSyntax ()
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL CloseAll ()
|
||||||||||||||||||||||||||||||
PROTECTED CreateRibbonTools ()
|
||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||
PROTECTED CustomizeToolbar ()
|
||||||||||||||||||||||||||||||
PROTECTED DeleteTemporaryFile (character)
|
||||||||||||||||||||||||||||||
PROTECTED DesignerInsertUserControl ()
|
||||||||||||||||||||||||||||||
PUBLIC DisplayStatus (character)
|
||||||||||||||||||||||||||||||
PROTECTED EditorFormClosedHandler (Object, FormClosedEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED EvaluateSaveEnabled ()
|
||||||||||||||||||||||||||||||
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 CHARACTER GetCurrentFileName ()
|
||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
||||||||||||||||||||||||||||||
PUBLIC org.prorefactor.core.JPNode GetJPNode (integer)
|
||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||||||||||
PROTECTED InsertClientCallableMethod ()
|
||||||||||||||||||||||||||||||
PROTECTED InsertDatasetCallback ()
|
||||||||||||||||||||||||||||||
PROTECTED InsertMethod ()
|
||||||||||||||||||||||||||||||
PUBLIC InsertMethod (character, character)
|
||||||||||||||||||||||||||||||
PROTECTED InsertValidationHook ()
|
||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
||||||||||||||||||||||||||||||
PROTECTED OnDragDrop (DragEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnDragEnter (DragEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnFormClosed (FormClosedEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnFormDestroyed (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnMdiChildActivate (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnShown (EventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||
PROTECTED OpenBusinessEntity ()
|
||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.Studio.ProcedureEditor.ProcedureEditorForm OpenBusinessEntityFile (character, character, BusinessEntityPartEnum)
|
||||||||||||||||||||||||||||||
PROTECTED OpenFile ()
|
||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Studio.ProcedureEditor.ProcedureEditorForm OpenFile (character)
|
||||||||||||||||||||||||||||||
PROTECTED ParseClassMembers (JPNode)
|
||||||||||||||||||||||||||||||
PROTECTED ParseProcedureMembers (JPNode)
|
||||||||||||||||||||||||||||||
PROTECTED ParseSourceCode ()
|
||||||||||||||||||||||||||||||
PROTECTED PopulateMethodTempTable ()
|
||||||||||||||||||||||||||||||
PROTECTED PopulateOutline (ParseUnit)
|
||||||||||||||||||||||||||||||
PROTECTED LOGICAL Reparse ()
|
||||||||||||||||||||||||||||||
PROTECTED RestoreUltraSplitterPosition ()
|
||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
||||||||||||||||||||||||||||||
PROTECTED Save ()
|
||||||||||||||||||||||||||||||
PROTECTED SaveAll ()
|
||||||||||||||||||||||||||||||
PUBLIC SetTimersEnabled (logical)
|
||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
||||||||||||||||||||||||||||||
PROTECTED StoreUltraSplitterPosition ()
|
||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
||||||||||||||||||||||||||||||
PROTECTED TreeNodeSelectedHandler (Object, TreeNodeSelectedEventArgs)
|
||||||||||||||||||||||||||||||
PRIVATE ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)
|
PUBLIC BusinessEntitySourceEditorForm (handle)
|
---|
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
---|
PROTECTED CHARACTER BindableProperties
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER CategorizedProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||||||||||||||||||||
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
|
|||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.Dictionary < org.prorefactor.core.JPNode> Nodes
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.FormWindowState PreviousWindowState
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL StoreFormPosition
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|