![]() | Tables Methods |
[This is preliminary documentation and is subject to change.]
The Tables type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(Trigger, TriggerHandler, String) |
Registers a Trigger to the TriggerHandler with optional description
(Inherited from AutoIncrementBaseLibrary.) |
![]() | Add(TriggerCategory, TriggerHandler, String) |
Registers a Trigger to the TriggerHandler with optional description
(Inherited from AutoIncrementBaseLibrary.) |
![]() | Add(TriggerCategory, Int32, TriggerHandler, String) |
Registers a Trigger to the TriggerHandler with optional description
(Inherited from BaseLibrary.) |
![]() | Contains | (Inherited from BaseLibrary.) |
![]() | CreateTable | |
![]() | ForEntryInTable | |
![]() | GetTableKeyIntoVar | |
![]() | Initialize | (Overrides BaseLibraryInitialize.) |
![]() | PutNumIntoTable | |
![]() | PutStringIntoTable | |
![]() | RaiseError |
Raises a MonkeyspeakException
(Inherited from BaseLibrary.) |
![]() | ToString |
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.) |
![]() | ToString(Boolean, Boolean) |
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.) |
![]() | ToString(Trigger, Boolean, Boolean) |
Builds a string representation of the descriptions of trigger.
(Inherited from BaseLibrary.) |
![]() | Unload | (Overrides BaseLibraryUnload(Page).) |
![]() | VariableIsNotTable | |
![]() | VariableIsTable |
Name | Description | |
---|---|---|
![]() | AsT | (Defined by ObjectExtensions.) |