TransifexRunnerSettings Class

Summary

Defines common properties that can be used for all commands.
Namespace
Cake.Transifex
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["TransifexRunnerSettings"] class Type type-node Derived0["TransifexInitSettings"]-->Type click Derived0 "/Cake.Transifex/api/Cake.Transifex/TransifexInitSettings" Derived1["TransifexRunnerSettings<TSettingsType>"]-->Type click Derived1 "/Cake.Transifex/api/Cake.Transifex/TransifexRunnerSettings_1"

Syntax

public class TransifexRunnerSettings : ToolSettings

Constructors

Name Summary
TransifexRunnerSettings(string) Initializes a new instance of the TransifexRunnerSettings 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

  • Cake.Core.Tooling.ToolSettings
GitHub