AutoIncrementBaseLibrary Class | 
[This is preliminary documentation and is subject to change.]
Namespace: Monkeyspeak.Libraries
The AutoIncrementBaseLibrary type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoIncrementBaseLibrary | Initializes a new instance of the AutoIncrementBaseLibrary class  | 
| Name | Description | |
|---|---|---|
| BaseId | ||
| Handlers | (Inherited from BaseLibrary.) | 
| Name | Description | |
|---|---|---|
| Add(Trigger, TriggerHandler, String) | 
            Registers a Trigger to the TriggerHandler with optional description
              (Overrides BaseLibraryAdd(Trigger, TriggerHandler, String).) | |
| Add(TriggerCategory, TriggerHandler, String) | 
            Registers a Trigger to the TriggerHandler with optional description
              | |
| Add(TriggerCategory, Int32, TriggerHandler, String) | 
            Registers a Trigger to the TriggerHandler with optional description
              (Inherited from BaseLibrary.) | |
| Contains | (Inherited from BaseLibrary.) | |
| Initialize | 
            Initializes this instance.  Add your trigger handlers here.
              (Inherited from BaseLibrary.) | |
| 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 | 
            Called when page is disposing or resetting.
              (Inherited from BaseLibrary.) | 
| Name | Description | |
|---|---|---|
| descriptions | (Inherited from BaseLibrary.) | |
| handlers | (Inherited from BaseLibrary.) | 
| Name | Description | |
|---|---|---|
| AsT | (Defined by ObjectExtensions.) |