public interface IActivator
|
| Level | Read-only Gets the ActivatorLevel where this activator is active. |
| NextActivator | Read-write Gets or sets the next activator in the chain. |
| Activate | Creates an instance of the object specified in the provided IConstructionCallMessage. |
ActivatorLevel Level {get;}
|
IActivator NextActivator {get; set;}
|
IConstructionReturnMessage Activate( |
msg