DotNetWorkload Class

Summary

Workload information.
Namespace
Cake.Common.Tools.DotNet.Workload.Search
Base Types
  • object
graph BT Type-->Base0["object"] Type["DotNetWorkload"] class Type type-node

Syntax

public class DotNetWorkload

Constructors

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

Properties

Name Value Summary
Description string
Gets the workload description.
Id string
Gets the workload Id.

Extension Methods

Name Value Summary
Dump<DotNetWorkload>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<DotNetWorkload>(DotNetWorkload[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DotNetWorkload>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DotNetWorkload>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<DotNetWorkload>(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<DotNetWorkload>(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