Click or drag to resize

AutoIncrementBaseLibrary Class

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

Automatically increments the Trigger Id for each Trigger category so that you don't have to deal with it!
Inheritance Hierarchy

Namespace:  Monkeyspeak.Libraries
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public abstract class AutoIncrementBaseLibrary : BaseLibrary

The AutoIncrementBaseLibrary type exposes the following members.

Constructors
  NameDescription
Protected methodAutoIncrementBaseLibrary
Initializes a new instance of the AutoIncrementBaseLibrary class
Top
Properties
  NameDescription
Public propertyBaseId
Public propertyHandlers (Inherited from BaseLibrary.)
Top
Methods
  NameDescription
Public methodAdd(Trigger, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
(Overrides BaseLibraryAdd(Trigger, TriggerHandler, String).)
Public methodAdd(TriggerCategory, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
Public methodAdd(TriggerCategory, Int32, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
(Inherited from BaseLibrary.)
Public methodContains (Inherited from BaseLibrary.)
Public methodInitialize
Initializes this instance. Add your trigger handlers here.
(Inherited from BaseLibrary.)
Public methodRaiseError
Raises a MonkeyspeakException
(Inherited from BaseLibrary.)
Public methodToString
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.)
Public methodToString(Boolean, Boolean)
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.)
Public methodToString(Trigger, Boolean, Boolean)
Builds a string representation of the descriptions of trigger.
(Inherited from BaseLibrary.)
Public methodUnload
Called when page is disposing or resetting.
(Inherited from BaseLibrary.)
Top
Fields
  NameDescription
Protected fielddescriptions (Inherited from BaseLibrary.)
Protected fieldhandlers (Inherited from BaseLibrary.)
Top
Extension Methods
See Also