Для изменения размера нажмите или перетащите

CommandExportLocalization - метод

Пространство имён:  Tessa.Extensions.Default.Console.ExportLocalization
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
[VerbAttribute("ExportLocalization")]
[LocalizableDescriptionAttribute("Common_CLI_ExportLocalization")]
public static Task ExportLocalization(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_LocalizationLibraryNames")] IEnumerable<string> name = null,
	[ArgumentAttribute("a")][LocalizableDescriptionAttribute("Common_CLI_Address")] string address = null,
	[ArgumentAttribute("i")][LocalizableDescriptionAttribute("Common_CLI_Instance")] string instanceName = null,
	[ArgumentAttribute("u")][LocalizableDescriptionAttribute("Common_CLI_UserName")] string userName = null,
	[ArgumentAttribute("p")][LocalizableDescriptionAttribute("Common_CLI_Password")] string password = null,
	[ArgumentAttribute("o")][LocalizableDescriptionAttribute("Common_CLI_OutputFolder")] string outputFolder = null,
	[ArgumentAttribute("c")][LocalizableDescriptionAttribute("Common_CLI_ClearOutputFolder")] bool clearOutputFolder = false,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

stdOut
Тип: System.IOTextWriter
stdErr
Тип: System.IOTextWriter
name (Optional)
Тип: System.Collections.GenericIEnumerableString
address (Optional)
Тип: SystemString
instanceName (Optional)
Тип: SystemString
userName (Optional)
Тип: SystemString
password (Optional)
Тип: SystemString
outputFolder (Optional)
Тип: SystemString
clearOutputFolder (Optional)
Тип: SystemBoolean
quiet (Optional)
Тип: SystemBoolean
nologo (Optional)
Тип: SystemBoolean

Возвращаемое значение

Тип: Task
См. также