TransifexStatusSettings Class

Summary

Defines the properties that can be used when calling the status command on the transifex client. This class cannot be inherited.
graph BT Type-->Base0["TransifexRunnerSettings<TransifexStatusSettings>"] Base0-->Base1["TransifexRunnerSettings"] click Base1 "/Cake.Transifex/api/Cake.Transifex/TransifexRunnerSettings" Base1-->Base2["ToolSettings"] Type["TransifexStatusSettings"] class Type type-node

Syntax

public sealed class TransifexStatusSettings : TransifexRunnerSettings<TransifexStatusSettings>

Constructors

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

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