Click or drag to resize

Loops Methods

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

The Loops type exposes the following members.

Methods
  NameDescription
Public methodAdd(Trigger, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
(Inherited from AutoIncrementBaseLibrary.)
Public methodAdd(TriggerCategory, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
(Inherited from AutoIncrementBaseLibrary.)
Public methodAdd(TriggerCategory, Int32, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
(Inherited from BaseLibrary.)
Private methodAfterLoopIsDone
Private methodBreakCurrentFlow
Public methodContains (Inherited from BaseLibrary.)
Public methodInitialize (Overrides BaseLibraryInitialize.)
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 (Overrides BaseLibraryUnload(Page).)
Private methodWhileVarIsNotString
Private methodWhileVarIsNotValue
Private methodWhileVarIsString
Private methodWhileVarIsValue
Top
Extension Methods
See Also