Class AttributeConvention
- Namespace
- McMaster.Extensions.CommandLineUtils.Conventions
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Searches the model type and its members for attributes that implement IMemberConvention or IConvention.
public class AttributeConvention : IConvention
- Inheritance
-
objectAttributeConvention
- Implements
Methods
Apply(ConventionContext)
Apply the convention.
public void Apply(ConventionContext context)
Parameters
contextConventionContextThe context in which the convention is applied.