Cake.Sprinkles.Module.TypeConversion Namespace

Interface Types

Interface Summary
ITaskArgumentTypeConverter An interface that allows you to identify custom ways to convert your Task Argument String(s) into a new value.

Class Types

Class Summary
TaskArgument A means of obtaining the Task Argument Value from the CLI arguments, the cake.config file, and the environment variables.
TaskArgumentConverterAttribute Allows you to Specify which TaskArgumentTypeConverter can be used on a particular Task Argument.
TaskArgumentTypeConverter<TType> The abstract TaskArgumentTypeConverter<TType>, assists in building a ITaskArgumentTypeConverter.
TypeConverterDependencyInjectionExtensions Extension methods for assisting in Adding TypeConverters to the CakeHost.