AfterConventionAttribute Class

Summary

An attribute that ensures the convention runs after the given IConvention
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IConventionDependency"] click Interface0 "/api/Rocket.Surgery.Conventions/IConventionDependency" Type["AfterConventionAttribute"] class Type type-node

Syntax

public sealed class AfterConventionAttribute : Attribute, IConventionDependency

Attributes

Type Description
NullableContextAttribute
NullableAttribute
AttributeUsageAttribute

Constructors

Name Summary
AfterConventionAttribute(Type) The type to be used with the convention type

Properties

Name Value Summary
Type Type
The convention type

Extension Methods

See Also

  • System.Attribute