DependsOnConventionAttribute 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["DependsOnConventionAttribute"] class Type type-node

Syntax

public sealed class DependsOnConventionAttribute : Attribute, IConventionDependency

Attributes

Type Description
NullableContextAttribute
NullableAttribute
AttributeUsageAttribute

Constructors

Name Summary
DependsOnConventionAttribute(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