GrooperClientUnattended.frmMain

Grooper Unattended Client performs production task processing in a desktop application. Provides an alternative to running production tasks using the Activity Processing service.


Inherits from: Grooper.MainWindow

Constructors

Signature Description
New ()

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
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.
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