StrangeIoC  0.6.0
The IoC/Binding Framework for Unity3D and C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Properties | List of all members
ImplementedBy Class Reference

Declares an interface to have an implicit implementor An Implements tag for the given interface overrides this tag. More...

Inheritance diagram for ImplementedBy:

Public Member Functions

 ImplementedBy (Type t, InjectionBindingScope scope=InjectionBindingScope.SINGLE_CONTEXT)
 Bind this interface to a default type t More...
 

Properties

Type DefaultType [get, set]
 
InjectionBindingScope Scope [get, set]
 

Detailed Description

Declares an interface to have an implicit implementor An Implements tag for the given interface overrides this tag.

Constructor & Destructor Documentation

ImplementedBy.ImplementedBy ( Type  t,
InjectionBindingScope  scope = InjectionBindingScope.SINGLE_CONTEXT 
)
inline

Bind this interface to a default type t

Parameters
tDefault Type
scopeSingle Context(default) or Cross Context

The documentation for this class was generated from the following file: