From 804e6732ff3b7acbd20c047c9af62f27f942be5d Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Fri, 26 Sep 2025 00:13:54 -0400 Subject: [PATCH] add method common details element --- .../Tasks/MethodCommon/MethodCommon.yaml | 47 ++++++++++++++----- 1 file changed, 35 insertions(+), 12 deletions(-) diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/MethodCommon/MethodCommon.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/MethodCommon/MethodCommon.yaml index b7f2096..f526057 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/MethodCommon/MethodCommon.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/MethodCommon/MethodCommon.yaml @@ -1,5 +1,6 @@ - entityDefinitions: - IDE_Method_Common_Parms: '{9e4b1ad8-1988-483d-abb4-b8e4ab77a02c}' + - IDE_Method_Common_Details: '{ab1adb18-aede-4eed-b83c-c03657e28a1d}' - library: '&IDL_MochaBaseSystem;' instances: @@ -58,15 +59,37 @@ order: a displayOptions: - instance: '&IDI_DisplayOption_DoNotShow;' - # - globalIdentifier: '{47c78a41-ae70-4c60-9385-33a4f268d3ab}' - # defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_parm__Work_Data;' - # label: 'Optional parms' - # order: b - # - globalIdentifier: '{ab3627d3-ab43-4ae9-a175-535e83be0537}' - # defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_required_parm__Work_Data;' - # label: 'Required parms (null allowed)' - # order: c - # - globalIdentifier: '{1b5e31b1-047d-443b-a381-c7d49370198a}' - # defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_required_nullable_parm__Work_Data;' - # label: 'Required parms (not null)' - # order: d \ No newline at end of file + - globalIdentifier: '{47c78a41-ae70-4c60-9385-33a4f268d3ab}' + # defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_parm__Work_Data;' + label: 'Optional parms' + order: b + - globalIdentifier: '{ab3627d3-ab43-4ae9-a175-535e83be0537}' + # defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_required_parm__Work_Data;' + label: 'Required parms (null allowed)' + order: c + - globalIdentifier: '{1b5e31b1-047d-443b-a381-c7d49370198a}' + # defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_required_nullable_parm__Work_Data;' + label: 'Required parms (not null)' + order: d + + - element: '&IDE_Method_Common_Details;' + label: 'Details' + elementContents: + - globalIdentifier: '{8b7a1152-d940-4338-b8e0-cbd83fc4e149}' + defaultDataType: '&IDC_Method;' + label: 'Method' + order: a + displayOptions: + - instance: '&IDI_DisplayOption_DoNotShow;' + - globalIdentifier: '{08fef609-c751-4162-9ac2-10325c072a7d}' + # defaultDataType: '&IDA_Comment;' + label: 'Comment' + order: b + - globalIdentifier: '{6d61f728-eaea-4d33-b2cf-ffcdfb1c4886}' + # defaultDataType: '&IDR_Method__has__Tag;' # ??? + label: 'Tags' + order: c + - globalIdentifier: '{d7e6357e-6f27-4b74-a82b-ce61bb2033d4}' + # defaultDataType: '&IDR_Documentable__has__Documentation;' # ??? + label: 'Documentation' + order: d \ No newline at end of file