Class DependsOnContext
This attribute declares a pass or an extension context to depend on another context. When an extension context depends on another, it will implicitly activate the other context whenever the depending context is activated.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class DependsOnContext : Attribute
- Inheritance
-
DependsOnContext
- Inherited Members
Constructors
DependsOnContext(Type)
public DependsOnContext(Type extensionContext)
Parameters
extensionContext
Type
Properties
ExtensionContext
public Type ExtensionContext { get; }