MartenCommandConvention Class

Summary

MartenCommandConvention. Implements the ICommandLineConvention
graph BT Type-->Base0["Object"] Type-.->Interface0["ICommandLineConvention"] click Interface0 "/api/Rocket.Surgery.Extensions.CommandLine/ICommandLineConvention" Type-.->Interface1["IConvention<ICommandLineConventionContext>"] Type-.->Interface2["IConvention"] click Interface2 "/api/Rocket.Surgery.Conventions/IConvention" Type["MartenCommandConvention"] class Type type-node

Syntax

public class MartenCommandConvention : ICommandLineConvention, 
    IConvention<ICommandLineConventionContext>, IConvention

Constructors

Methods

Name Value Summary
Register(ICommandLineConventionContext) void
Registers the specified context.

Extension Methods

See Also