Defines the appropriate position for an Activator in the chain of activators.
C# Syntax:
[Serializable] public enum ActivatorLevel
Remarks
The design of activators allows for more than one activator to participate in the activation process, and additional activators can be added to the chain by using IActivator.NextActivator. Since each activator is responsible for calling the next one in the chain, an activator can position itself anywhere in the chain. The ActivatorLevel enumerator helps activators find the appropriate position in the chain.