ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Package Forge.Entities.Implementation.Shared

Classes

class  DataAccessorFactory
 Maps different types of Data to a sequential set of integers.
 
class  EventNotifier
 Handles event dispatch. Events are queued up until some point in time and then they are dispatched.
 
class  Filter
 A filter ensures that an entity contains a set of data types.
 
class  QueryableEntitySerializationProxy
 Proxy type that specifies the serialization format that IQueryableEntity derived type use when converting to and from JSON.
 
class  QueryableEntityConverter
 Converts IQueryableEntities to and from JSON. This uses IQueryableEntityProxy as a serialization format. Deserializing IQueryableEntities requires that the be a GameEngineContext, a EntityConversionContext, and a TemplateConersionContext within the GeneralContext container. This converter supports a large number of different types (IQueryableEntity, IEntity, ITemplate, ContentEntity, ContentTemplate, RuntimeEntity, and RuntimeTemplate) .
 
class  RequiredConverters
 Helper class that just contains a list of all custom converters that should be used whenever Json.NET is used to serialize/deserialize values.