Class Helper
This helper class provides a static method to automatically add all available relations that implement IRunnableRelation
Inherited Members
Namespace: Xareus.Relations.Extra
Assembly: Xareus.Relations.Extra.dll
Syntax
public static class Helper
Methods
AddRunnableRelations(IEngine)
Registers every relation implementing the IRunnableRelation interface to the given engine
Declaration
public static void AddRunnableRelations(IEngine engine)
Parameters
Type | Name | Description |
---|---|---|
IEngine | engine |