XCodeSettings Class

Summary

XCode settings.
Assembly
Cake.XCode.dll
Namespace
Cake.XCode
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["XCodeSettings"] class Type type-node Derived0["XCodeBuildSettings"]-->Type click Derived0 "/api/Cake.XCode/XCodeBuildSettings"

Syntax

public class XCodeSettings : ToolSettings

Constructors

Name Summary
XCodeSettings()

Extension Methods

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