AvailableAndroidSdkUpdate Class

Summary

Available Android Sdk Update package information.
Assembly
Cake.Android.SdkManager.dll
Namespace
Cake.AndroidSdkManager
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AvailableAndroidSdkUpdate"] class Type type-node

Syntax

public class AvailableAndroidSdkUpdate

Constructors

Properties

Name Value Summary
Description string
Gets or sets the package description.
Path string
Gets or sets the Android SDK Manager path.
Version string
Gets or sets the available version of the package.

Extension Methods

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