BaseOptions Class

graph BT Type-->Base0["Object"] Type["BaseOptions"] class Type type-node Derived0["JavaOptions"]-->Type click Derived0 "/api/Cake.ApiReference.Uploader/JavaOptions" Derived1["DotNetOptions"]-->Type click Derived1 "/api/Cake.ApiReference.Uploader/DotNetOptions" Derived2["DotNetHtmlOptions"]-->Type click Derived2 "/api/Cake.ApiReference.Uploader/DotNetHtmlOptions"

Syntax

public abstract class BaseOptions

Constructors

Name Summary
BaseOptions()

Properties

Name Value Summary
ProductKey string

Extension Methods

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