1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Дополнение словарей

This commit is contained in:
Anton Titovets
2025-07-15 14:23:08 +03:00
parent 5aa68a080d
commit 72a9b59818
3 changed files with 8380 additions and 8378 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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 = "";

View File

@@ -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