StrangeIoC  0.6.0
The IoC/Binding Framework for Unity3D and C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Classes | Enumerations
Package strange.extensions.signal.api

Classes

class  IBaseSignal
 The API that defines the use of a Signal. More...
 
class  SignalExceptionType
 

Enumerations

enum  SignalExceptionType { SignalExceptionType.COMMAND_VALUE_CONFLICT, SignalExceptionType.COMMAND_VALUE_NOT_FOUND, SignalExceptionType.COMMAND_NULL_INJECTION }
 

Enumeration Type Documentation

Enumerator
COMMAND_VALUE_CONFLICT 

Attempting to bind more than one value of the same type to a command.

COMMAND_VALUE_NOT_FOUND 

A Signal mapped to a Command found no matching injectable Type to bind a parameter to.

COMMAND_NULL_INJECTION 

SignalCommandBinder attempted to bind a null value from a signal to a Command.