From be11f42a37a0845286dc522c47d802ac2977a7ee Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 27 Aug 2024 08:36:42 -0400 Subject: [PATCH] define `OMS@get Runtime Version` system attribute routine method --- .../000-EntityDefinitions/002-Attributes.yaml | 1 + .../003-Classes/00004-TextAttribute.yaml | 4 ++++ .../003-Classes/00070-SystemAttributeRoutine.yaml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/002-Attributes.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/002-Attributes.yaml index 07c76ae..77e2978 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/002-Attributes.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/002-Attributes.yaml @@ -15,6 +15,7 @@ - IDA_Encoding: '{a82f3c46-055e-4e12-9c5d-e40447134389}' - IDA_Comment: '{a70cbe2b-9e17-45d0-a109-e250b5d500f1}' - IDA_MethodName: '{de275bb8-5281-48ab-9919-6fa2d790549e}' + - IDA_Version: '{5ffacd76-f949-4f61-a7f4-5647956c004e}' - IDA_NotInUse: '{55777441-33b5-4303-93bf-20a77dec3b6f}' - IDA_MinimumLength: '{8590e809-3947-418a-a32d-fdbfc0776a55}' - IDA_MaximumLength: '{6d69fee2-f220-4aad-ab89-01bfa491dae1}' diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00004-TextAttribute.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00004-TextAttribute.yaml index 8af89e8..86a9b7e 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00004-TextAttribute.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00004-TextAttribute.yaml @@ -97,6 +97,10 @@ name: 'Password Salt' index: 38 + - textAttribute: '&IDA_Version;' + name: 'Version' + index: 44 + - textAttribute: '&IDA_IPAddress;' index: 51 diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml index ee8a5c8..c10ff04 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml @@ -16,4 +16,4 @@ - instance: '&IDI_SystemAttributeRoutine_GetInstanceText;' name: 'Get Instance Text for Instance Parm' - instance: '&IDI_SystemAttributeRoutine_GetRuntimeVersion;' - name: 'Get Instance Text for Instance Parm' \ No newline at end of file + name: 'Get Runtime Version' \ No newline at end of file