StrangeIoC
0.6.0
The IoC/Binding Framework for Unity3D and C#
|
Classes | |
interface | ICommand |
Interface for Commands, which is where you place your business logic. More... | |
interface | ICommandBinder |
Interface for a Binder that triggers the instantiation of Commands. More... | |
interface | ICommandBinding |
Defines the form of a Binding for use with the CommandBinder. More... | |
interface | IPooledCommandBinder |
Interface for a CommandBinder that allows pooling. More... | |
Enumerations | |
enum | CommandExceptionType { CommandExceptionType.EXECUTE_OVERRIDE, CommandExceptionType.NULL_BINDING, CommandExceptionType.BAD_CONSTRUCTOR } |
enum | CommandKeys { CommandKeys.COMMAND_POOL } |