Namespace Xareus.Scenarios.Context
Classes
BackwardCompatibilityContext
This class embeds previous event context format (of type object) in order to be backward compatible
Map
Maps keys and values.
SimpleDictionary
The simple dictionary is the most simple context type adn seems to be performant enough in most cases
Trie
This context type uses a tree to store elements. Although it seems more natural and intuitive, it's not quite efficient
Interfaces
IContext
Interface for key indexed data holders
Enums
ContextType
Enumeration of possible token context
Delegates
BackwardCompatibilityContext.ParserDelegate
Converts a value to an object. This delegate is met by the IValueParser implementations