Methods
-
Is(Expression<Func<IContext,
`1>>) Inline dependency by Lambda expression that uses IContext - Is(Expression<Func<`1>>) Inline dependency by simple Lambda expression
- Is(Instance) Shortcut to set an inline dependency to an Instance
-
Is(String,
Func<IContext, Inline dependency by Lambda Func that uses IContext`1>) -
Is(String,
Func<`1>) Inline dependency by Lambda Func - Is(`1) Shortcut to set an inline dependency to a designated object
- Is``1() Shortcut method to define a child dependency inline
-
Is``1(Action<Smart
Instance<``0, Shortcut method to define a child dependency inline and configure the child dependency`1>>) -
Is
Named Set the inline dependency to the named instance of the property type Used mostly to force an optional Setter property to be filled by StructureMap ///Instance(String) -
Is
Special(Action<IInstance Nested Closure to define a child dependency inlineExpression<`1>>) -
Is
The Set an Inline dependency to the Default Instance of the Property type Used mostly to force an optional Setter property to be filled by StructureMapDefault() - Named(String) Use the named Instance of TChild for the inline dependency here