DependentOfConventionAttribute Class

Summary

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

Syntax

public sealed class DependentOfConventionAttribute : Attribute, IConventionDependency

Attributes

Type Description
NullableContextAttribute
NullableAttribute
AttributeUsageAttribute

Constructors

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