Property | Type | Description | |
---|---|---|---|
Current |
Method | Description | |
---|---|---|
Add ( |
Adds a new Ruleset to the event client
|
|
Fire ( string eventName, bool runRules ) : |
Fires an event with the given Name
|
|
FromStorage ( IEventStorageProvider storageProvider ) : |
Loads the Storage Provider and attempts call its LoadEventStore() function
|
|
GetEventStore ( ) : |
Gets the EventStore to save to storage
|
|
LoadHistory ( |
Loads the Event History of the current user
|
|
RunRule ( string ruleName ) : |
Manually run a specific RuleSet
|
|
RunRules ( ) : |
Runs all Rules in the list
|
|
SaveEventStore ( ) : |
Method | Description | |
---|---|---|
EventClient ( ) : System | ||
RunRule ( |
INTERNAL - Runs the specified rule
|
public Add ( |
||
ruleSet | The RuleSet to Add | |
return |
public Fire ( string eventName, bool runRules ) : |
||
eventName | string | The event name to fire |
runRules | bool | Weather or not the Rules should be run |
return |
public FromStorage ( IEventStorageProvider storageProvider ) : |
||
storageProvider | IEventStorageProvider | An instance of an IEventStorageProvider |
return |
public LoadHistory ( |
||
eventStore | The event store loaded from storage | |
return |
public RunRule ( string ruleName ) : |
||
ruleName | string | Name of the rule to run |
return |