FormCommand Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.Template
public class FormCommand
The FormCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormCommand | Initializes a new instance of the FormCommand class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | XMLLoad |
Load from xml node into object
|
![]() | XMLWrite |
Write xml representation of object
|
Name | Description | |
---|---|---|
![]() | AssemblyName |
The name of the assembly where the implementation of the IFormCommand interface can be found
|
![]() | ButtonId |
The HTML id of the button generated
|
![]() | Command |
A string with a specific command for the IFormCommand implementation
|
![]() | CommandHandler | |
![]() | ConfirmCommandMessage |
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.
|
![]() | Enabled |
TOPICAbasic computation that must evaluate to boolean value
|
![]() | RedirectUrl | |
![]() | ResultHandler | |
![]() | ResultHeaderText | |
![]() | ResultSubHeaderText | |
![]() | ShortcutKey | |
![]() | Text |
The text that will be shown on the button
|
![]() | Tooltip |
The tooltip for the button
|
![]() | TypeName |
The name of the type in the assembly that implements the IFormCommand interface
|
![]() | Visible |
TOPICAbasic computation that must evaluate to boolean value
|