GrooperAdmin.frmMain

Grooper Design Studio is a browser for the Grooper Tree Structure, used by administrators to configure and manage objects in a Grooper repository. This application uses an explorer-style view, where the tree structure is displayed in a panel on the left, and a panel on the right displays the properties of the currently selected node.


Inherits from: Grooper.MainWindow

Constructors

Signature Description
New ()

Fields

Field Name Field Type Description
RightPanel As GrooperAdmin.NodeViewHost GrooperAdmin.NodeViewHost
uc As GrooperAdmin.UserConfig GrooperAdmin.UserConfig

Properties

Property Name Property Type Description
HelpTopicName System.String Returns the help topic name for this form. Derived classes may override this method to specify a help topic other than the default.

Methods

Method Name Description
ClearRightPanel()
DisplayFormHelp() Displays the help topic for this form in an external web browser.
Dispose(disposing As Boolean) Disposes of the resources (other than memory) used by the form.
Parameters
disposing
          Type: Boolean
          true to release both managed and unmanaged resources; false to release only unmanaged resources.
DockRightPanel()
ShowValidationErrors(Items As ValidationErrorList, AllowInvalid As Boolean) As Boolean
Parameters
Items
          Type: ValidationErrorList
          
 
AllowInvalid
          Type: Boolean
          
ValidateObject(Item As GrooperObject, AllowInvalid As Boolean) As Boolean
Parameters
Item
          Type: GrooperObject
          
 
AllowInvalid
          Type: Boolean