You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Дополнение словарей
This commit is contained in:
16750
service/dictionaries/en.json
vendored
16750
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -119,7 +119,7 @@ Function GetFullComposition() Export
|
||||
EndFunction
|
||||
|
||||
|
||||
Function FormMethodCallString(Val PassedParameters, Val Command, Val Method, Val Дandtoмandчеwithtoand = True) Export
|
||||
Function FormMethodCallString(Val PassedParameters, Val Command, Val Method, Val Dynamically = True) Export
|
||||
|
||||
Module = GetCommandModuleMapping().Get(Command);
|
||||
IndexObject = GetIndexData(Command);
|
||||
@@ -131,7 +131,7 @@ Function FormMethodCallString(Val PassedParameters, Val Command, Val Method, Val
|
||||
CommandSelection = New Structure("SearchMethod", Upper(Method));
|
||||
MethodParameters = IndexObject["Composition"].FindRows(CommandSelection);
|
||||
|
||||
If Дandtoмandчеwithtoand Then
|
||||
If Dynamically Then
|
||||
ExecutionText = StrTemplate(IndexObject["ConnectionString"], PackagesDirectory);
|
||||
Else
|
||||
ExecutionText = "";
|
||||
|
@@ -235,8 +235,8 @@ Function GetFullComposition() Export
|
||||
Return ПолучитьПолныйСостав();
|
||||
EndFunction
|
||||
|
||||
Function FormMethodCallString(Val PassedParameters, Val Command, Val Method, Val Дandtoмandчеwithtoand = True) Export
|
||||
Return СформироватьСтрокуВызоваМетода(PassedParameters, Command, Method, Дandtoмandчеwithtoand);
|
||||
Function FormMethodCallString(Val PassedParameters, Val Command, Val Method, Val Dynamically = True) Export
|
||||
Return СформироватьСтрокуВызоваМетода(PassedParameters, Command, Method, Dynamically);
|
||||
EndFunction
|
||||
|
||||
Procedure CompleteCompositionCache(Val Library, Val ParametersTable, Command = "") Export
|
||||
|
Reference in New Issue
Block a user