Click or drag to resize

TriggerIntegrityUpdater Class

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

Reads triggers from a stream and updates those trigger's to reflect the library's trigger description. This is useful if you have a trigger handler that was changed but it isn't reflected on the script itself. Caution: This is a intensive operation due to analyzing and replacing any characters in the code that don't match up. Use sparingly.
Inheritance Hierarchy
SystemObject
  Monkeyspeak.UtilsTriggerIntegrityUpdater

Namespace:  Monkeyspeak.Utils
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public sealed class TriggerIntegrityUpdater

The TriggerIntegrityUpdater type exposes the following members.

Constructors
  NameDescription
Public methodTriggerIntegrityUpdater
Initializes a new instance of the TriggerIntegrityUpdater class
Top
Methods
  NameDescription
Public methodUpdateTriggers
Top
Extension Methods
See Also