TaskArgumentExampleValueAttribute Class

Summary

Allows you to describe how to use a task argument through an example value. You can use multiple of these attributes.
graph BT Type-->Base0["Attribute"] Type["TaskArgumentExampleValueAttribute"] class Type type-node

Syntax

public class TaskArgumentExampleValueAttribute : Attribute

Attributes

Type Description
NullableContextAttribute
NullableAttribute
AttributeUsageAttribute

Constructors

Name Summary
TaskArgumentExampleValueAttribute(string) Initializes a new instance of the TaskArgumentExampleValueAttribute class.

Properties

Name Value Summary
UsageExample string
Gets the example of how to use the Task Argument.

Extension Methods

Name Value Summary
Dump<TaskArgumentExampleValueAttribute>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<TaskArgumentExampleValueAttribute>(TaskArgumentExampleValueAttribute[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<TaskArgumentExampleValueAttribute>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<TaskArgumentExampleValueAttribute>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<TaskArgumentExampleValueAttribute>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<TaskArgumentExampleValueAttribute>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin