Click or drag to resize
FormCommand Class

[This is preliminary documentation and is subject to change.]

Formcommand
Inheritance Hierarchy
SystemObject
  CSC.SC.TOPICA4.TemplateFormCommand

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public class FormCommand

The FormCommand type exposes the following members.

Constructors
  NameDescription
Public methodFormCommand
Initializes a new instance of the FormCommand class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodXMLLoad
Load from xml node into object
Public methodXMLWrite
Write xml representation of object
Top
Properties
  NameDescription
Public propertyAssemblyName
The name of the assembly where the implementation of the IFormCommand interface can be found
Public propertyButtonId
The HTML id of the button generated
Public propertyCommand
A string with a specific command for the IFormCommand implementation
Public propertyCommandHandler
Public propertyConfirmCommandMessage
If this property contains a text it will be displayed in a JavaScript confirm dialog before actually executing the command. The command will only be executed if the user chooses "Ok" on the confirm dialog.
Public propertyEnabled
TOPICAbasic computation that must evaluate to boolean value
Public propertyRedirectUrl
Public propertyResultHandler
Public propertyResultHeaderText
Public propertyResultSubHeaderText
Public propertyShortcutKey
Public propertyText
The text that will be shown on the button
Public propertyTooltip
The tooltip for the button
Public propertyTypeName
The name of the type in the assembly that implements the IFormCommand interface
Public propertyVisible
TOPICAbasic computation that must evaluate to boolean value
Top
See Also