TransifexInitSettings Class

Summary

Defines the properties that can be used when calling the init command on the transifex client. This class cannot be inherited.
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Base Types
graph BT Type-->Base0["TransifexRunnerSettings"] click Base0 "/api/Cake.Transifex/TransifexRunnerSettings" Base0-->Base1["ToolSettings"] Type["TransifexInitSettings"] class Type type-node

Syntax

public sealed class TransifexInitSettings : TransifexRunnerSettings

Constructors

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

Properties

Name Value Summary
Host string
Gets or sets the default host of the transifex client.
Password string
Gets or sets the password for the user when connecting to transifex.
Token string
Gets or sets the token to use when connecting to transifex.
Username string
Gets or sets the username for the user when connecting to transifex.

Methods

Name Value Summary
GetValue<TValue>(string, TValue) TValue
Gets the stored value with the specified key.
GetValue<TValue>(string) TValue
Gets the stored value with the specified key.
SetValue(string, object) void
Stores the specified value with the specified key.

Extension Methods

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

See Also