TransifexInitSettings Class

Summary

Defines the properties that can be used when calling the init command on the transifex client. This class cannot be inherited.
Namespace
Cake.Transifex
Base Types
graph BT Type-->Base0["TransifexRunnerSettings"] click Base0 "/Cake.Transifex/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.

See Also

GitHub