genexus-mcp 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/publish/GxMcp.Gateway.deps.json +125 -0
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/GxMcp.Gateway.pdb +0 -0
- package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
- package/publish/Newtonsoft.Json.dll +0 -0
- package/publish/System.CodeDom.dll +0 -0
- package/publish/System.Management.dll +0 -0
- package/publish/System.Security.Permissions.dll +0 -0
- package/publish/System.Windows.Extensions.dll +0 -0
- package/publish/config.json +19 -0
- package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
- package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
- package/publish/start_mcp.bat +22 -0
- package/publish/tool_definitions.json +1062 -0
- package/publish/web.config +12 -0
- package/publish/worker/Definitions/APIDefinition.xml +427 -0
- package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
- package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
- package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
- package/publish/worker/Definitions/BASEDefinition.xml +60 -0
- package/publish/worker/Definitions/ContextDefinition.xml +43 -0
- package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
- package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
- package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
- package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
- package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
- package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
- package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
- package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
- package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
- package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
- package/publish/worker/Definitions/DeployDefinition.xml +151 -0
- package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
- package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
- package/publish/worker/Definitions/EXODefinition.xml +1877 -0
- package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
- package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
- package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
- package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
- package/publish/worker/Definitions/FILEDefinition.xml +223 -0
- package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
- package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
- package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
- package/publish/worker/Definitions/Functions.psx +2117 -0
- package/publish/worker/Definitions/GRPDefinition.xml +78 -0
- package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
- package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
- package/publish/worker/Definitions/GxpmConditions.xml +238 -0
- package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
- package/publish/worker/Definitions/IDXDefinition.xml +54 -0
- package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
- package/publish/worker/Definitions/KBDefinition.xml +696 -0
- package/publish/worker/Definitions/LNGDefinition.xml +558 -0
- package/publish/worker/Definitions/MBRDefinition.xml +131 -0
- package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
- package/publish/worker/Definitions/MNUDefinition.xml +334 -0
- package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
- package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
- package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
- package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
- package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
- package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
- package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
- package/publish/worker/Definitions/Prc.Rules.psx +393 -0
- package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
- package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
- package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
- package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
- package/publish/worker/Definitions/SD.Rules.psx +67 -0
- package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
- package/publish/worker/Definitions/SDTDefinition.xml +176 -0
- package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
- package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
- package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
- package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
- package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
- package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
- package/publish/worker/Definitions/Sync.Rules.psx +191 -0
- package/publish/worker/Definitions/TBDDefinition.xml +99 -0
- package/publish/worker/Definitions/TBLDefinition.xml +302 -0
- package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
- package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
- package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
- package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
- package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
- package/publish/worker/Definitions/Trn.Rules.psx +560 -0
- package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
- package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
- package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
- package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
- package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
- package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
- package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
- package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
- package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
- package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
- package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
- package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
- package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
- package/publish/worker/Definitions/XFLDefinition.xml +246 -0
- package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
- package/publish/worker/Definitions/conditions.xml +251 -0
- package/publish/worker/Definitions/conditionsSD.xml +236 -0
- package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
- package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
- package/publish/worker/Definitions/dataprovider.xml +254 -0
- package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
- package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
- package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
- package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
- package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
- package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
- package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
- package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
- package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
- package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
- package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
- package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
- package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
- package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
- package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/events.xml +340 -0
- package/publish/worker/Definitions/eventsSD.xml +331 -0
- package/publish/worker/Definitions/exportDefinition.xml +123 -0
- package/publish/worker/Definitions/formula.xml +215 -0
- package/publish/worker/Definitions/gxtypes.xml +24099 -0
- package/publish/worker/Definitions/importDefinition.xml +148 -0
- package/publish/worker/Definitions/javaDefinition.xml +4733 -0
- package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
- package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
- package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
- package/publish/worker/Definitions/procedures.xml +292 -0
- package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
- package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
- package/publish/worker/Definitions/rules.xml +279 -0
- package/publish/worker/Definitions/rulesSD.xml +253 -0
- package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
- package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
- package/publish/worker/Definitions/trn_src.xml +335 -0
- package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
- package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
- package/publish/worker/GxMcp.Worker.exe +0 -0
- package/publish/worker/GxMcp.Worker.exe.config +76 -0
- package/publish/worker/GxMcp.Worker.pdb +0 -0
- package/publish/worker/Newtonsoft.Json.dll +0 -0
|
@@ -0,0 +1,1132 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='DPRV' inheritance='BASE '>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>Base properties</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop>
|
|
9
|
+
<Id>ObjName</Id>
|
|
10
|
+
<Name>Name</Name>
|
|
11
|
+
<Description>Name</Description>
|
|
12
|
+
<Alias>Name</Alias>
|
|
13
|
+
<Type>Text</Type>
|
|
14
|
+
<Metadata>
|
|
15
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
16
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
17
|
+
<Value name='FlagSpecificable'></Value>
|
|
18
|
+
<Value name='FlagSpecificationName'>ObjName</Value>
|
|
19
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
20
|
+
<Value name='FlagDeklarit'></Value>
|
|
21
|
+
</Metadata>
|
|
22
|
+
<Options>
|
|
23
|
+
<Option type='Required'/>
|
|
24
|
+
<Option type="Don't serialize"/>
|
|
25
|
+
</Options>
|
|
26
|
+
</Prop>
|
|
27
|
+
<Prop>
|
|
28
|
+
<Id>ObjDesc</Id>
|
|
29
|
+
<Name>Description</Name>
|
|
30
|
+
<Description>Describe the content or purpose of the element</Description>
|
|
31
|
+
<Alias>Description</Alias>
|
|
32
|
+
<Type>Text</Type>
|
|
33
|
+
<Dependencies>
|
|
34
|
+
<Depend type='On Change'>
|
|
35
|
+
<Cond>onChange(ObjName)</Cond>
|
|
36
|
+
<Condition>
|
|
37
|
+
<Expression>
|
|
38
|
+
<Type>OnChange</Type>
|
|
39
|
+
<PropName>ObjName</PropName>
|
|
40
|
+
</Expression>
|
|
41
|
+
</Condition>
|
|
42
|
+
</Depend>
|
|
43
|
+
</Dependencies>
|
|
44
|
+
<Metadata>
|
|
45
|
+
<Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
46
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
47
|
+
<Value name='FlagSpecificable'></Value>
|
|
48
|
+
<Value name='FlagSpecificationName'>ObjDesc</Value>
|
|
49
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
50
|
+
<Value name='FlagDeklarit'></Value>
|
|
51
|
+
</Metadata>
|
|
52
|
+
<Options>
|
|
53
|
+
<Option type="Don't serialize"/>
|
|
54
|
+
<Option type='Dyn Default'/>
|
|
55
|
+
</Options>
|
|
56
|
+
</Prop>
|
|
57
|
+
</Children>
|
|
58
|
+
</Group>
|
|
59
|
+
<Group>
|
|
60
|
+
<Name>DPRV</Name>
|
|
61
|
+
<Type>Main</Type>
|
|
62
|
+
<Children>
|
|
63
|
+
<Prop hidden='1'>
|
|
64
|
+
<Id>idDynTrnTRN</Id>
|
|
65
|
+
<Name>DynTrn Transaction</Name>
|
|
66
|
+
<Description>Defines the dynamic transaction that defines this data provider</Description>
|
|
67
|
+
<Type>Custom</Type>
|
|
68
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
69
|
+
<Metadata>
|
|
70
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=1DB606F2-AF09-4cf9-A3B5-B481519D28F6,AllowNone=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
71
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.DataProviderDynamicTransactionDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
72
|
+
<Value name='FlagOnlyDefault'></Value>
|
|
73
|
+
</Metadata>
|
|
74
|
+
<Options>
|
|
75
|
+
<Option type='Not Show'/>
|
|
76
|
+
</Options>
|
|
77
|
+
</Prop>
|
|
78
|
+
<Prop hidden='1'>
|
|
79
|
+
<Id>idIsDynTrnDP</Id>
|
|
80
|
+
<Name>Is Dynamic Transaction DataProvider</Name>
|
|
81
|
+
<Description>Is Dynamic Transaction DataProvider</Description>
|
|
82
|
+
<Type>Boolean</Type>
|
|
83
|
+
<Default>false</Default>
|
|
84
|
+
<Metadata>
|
|
85
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.IsDynTrnDPDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
86
|
+
<Value name='FlagOnlyDefault'></Value>
|
|
87
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
88
|
+
</Metadata>
|
|
89
|
+
<Options>
|
|
90
|
+
<Option type='Not Show'/>
|
|
91
|
+
</Options>
|
|
92
|
+
</Prop>
|
|
93
|
+
<Group>
|
|
94
|
+
<Id>idOutputInformation</Id>
|
|
95
|
+
<Name>Output</Name>
|
|
96
|
+
<Type>Group</Type>
|
|
97
|
+
<Dependencies>
|
|
98
|
+
<Depend type='Not Show'>
|
|
99
|
+
<Cond>value(idIsDynTrnDP) == true</Cond>
|
|
100
|
+
<Condition>
|
|
101
|
+
<Expression>
|
|
102
|
+
<Type>Comparison</Type>
|
|
103
|
+
<Operator>Equal</Operator>
|
|
104
|
+
<PropName>idIsDynTrnDP</PropName>
|
|
105
|
+
<Value>true</Value>
|
|
106
|
+
</Expression>
|
|
107
|
+
</Condition>
|
|
108
|
+
</Depend>
|
|
109
|
+
</Dependencies>
|
|
110
|
+
<Children>
|
|
111
|
+
<Prop>
|
|
112
|
+
<Id>idINFER_SDT</Id>
|
|
113
|
+
<Name>Infer Structure</Name>
|
|
114
|
+
<Type>Combo</Type>
|
|
115
|
+
<Default>idINFER_STRUCTURE_NO</Default>
|
|
116
|
+
<Values>
|
|
117
|
+
<Value id='idINFER_STRUCTURE_IF_SDT_IS_DYNAMIC' desc='Yes, if SDT is dynamic'/>
|
|
118
|
+
<Value id='idINFER_STRUCTURE_NO' desc='No'/>
|
|
119
|
+
</Values>
|
|
120
|
+
<Dependencies>
|
|
121
|
+
<Depend type='Readonly'>
|
|
122
|
+
<Cond>value(idIsDynTrnDP) == true</Cond>
|
|
123
|
+
<Condition>
|
|
124
|
+
<Expression>
|
|
125
|
+
<Type>Comparison</Type>
|
|
126
|
+
<Operator>Equal</Operator>
|
|
127
|
+
<PropName>idIsDynTrnDP</PropName>
|
|
128
|
+
<Value>true</Value>
|
|
129
|
+
</Expression>
|
|
130
|
+
</Condition>
|
|
131
|
+
</Depend>
|
|
132
|
+
</Dependencies>
|
|
133
|
+
<Metadata>
|
|
134
|
+
<Value name='FlagSpecificable'></Value>
|
|
135
|
+
</Metadata>
|
|
136
|
+
</Prop>
|
|
137
|
+
<Prop>
|
|
138
|
+
<Id>OutputSDT</Id>
|
|
139
|
+
<Name>Output</Name>
|
|
140
|
+
<Description>Type</Description>
|
|
141
|
+
<Type>Custom</Type>
|
|
142
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.DataProviderOutputReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
143
|
+
<Dependencies>
|
|
144
|
+
<Depend type='Readonly'>
|
|
145
|
+
<Cond>value(idINFER_SDT) == idINFER_STRUCTURE_IF_SDT_IS_DYNAMIC</Cond>
|
|
146
|
+
<Condition>
|
|
147
|
+
<Expression>
|
|
148
|
+
<Type>Comparison</Type>
|
|
149
|
+
<Operator>Equal</Operator>
|
|
150
|
+
<PropName>idINFER_SDT</PropName>
|
|
151
|
+
<Value>idINFER_STRUCTURE_IF_SDT_IS_DYNAMIC</Value>
|
|
152
|
+
</Expression>
|
|
153
|
+
</Condition>
|
|
154
|
+
</Depend>
|
|
155
|
+
<Depend type='Readonly'>
|
|
156
|
+
<Cond>value(idIsDynTrnDP) == true</Cond>
|
|
157
|
+
<Condition>
|
|
158
|
+
<Expression>
|
|
159
|
+
<Type>Comparison</Type>
|
|
160
|
+
<Operator>Equal</Operator>
|
|
161
|
+
<PropName>idIsDynTrnDP</PropName>
|
|
162
|
+
<Value>true</Value>
|
|
163
|
+
</Expression>
|
|
164
|
+
</Condition>
|
|
165
|
+
</Depend>
|
|
166
|
+
</Dependencies>
|
|
167
|
+
<Metadata>
|
|
168
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=447527B5-9210-4523-898B-5DCCB17BE60A,AllowedType=1DB606F2-AF09-4cf9-A3B5-B481519D28F6),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
169
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DataProviderOutputDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
170
|
+
<Value name='FlagDeklarit'></Value>
|
|
171
|
+
<Value name='FlagSpecificable'></Value>
|
|
172
|
+
</Metadata>
|
|
173
|
+
</Prop>
|
|
174
|
+
<Prop>
|
|
175
|
+
<Id>OutputCollection</Id>
|
|
176
|
+
<Name>Collection</Name>
|
|
177
|
+
<Description>Collection</Description>
|
|
178
|
+
<Type>Boolean</Type>
|
|
179
|
+
<Default>false</Default>
|
|
180
|
+
<Dependencies>
|
|
181
|
+
<Depend type='Readonly'>
|
|
182
|
+
<Cond>value(idIsDynTrnDP) == true</Cond>
|
|
183
|
+
<Condition>
|
|
184
|
+
<Expression>
|
|
185
|
+
<Type>Comparison</Type>
|
|
186
|
+
<Operator>Equal</Operator>
|
|
187
|
+
<PropName>idIsDynTrnDP</PropName>
|
|
188
|
+
<Value>true</Value>
|
|
189
|
+
</Expression>
|
|
190
|
+
</Condition>
|
|
191
|
+
</Depend>
|
|
192
|
+
</Dependencies>
|
|
193
|
+
<Metadata>
|
|
194
|
+
<Value name='FlagSpecificable'></Value>
|
|
195
|
+
</Metadata>
|
|
196
|
+
</Prop>
|
|
197
|
+
<Prop hidden='1'>
|
|
198
|
+
<Id>OutputCollectionName</Id>
|
|
199
|
+
<Name>Collection Name</Name>
|
|
200
|
+
<Description>Collection Name</Description>
|
|
201
|
+
<Type>Text</Type>
|
|
202
|
+
<Dependencies>
|
|
203
|
+
<Depend type='Not Show'>
|
|
204
|
+
<Cond>value(OutputCollection) == false</Cond>
|
|
205
|
+
<Condition>
|
|
206
|
+
<Expression>
|
|
207
|
+
<Type>Comparison</Type>
|
|
208
|
+
<Operator>Equal</Operator>
|
|
209
|
+
<PropName>OutputCollection</PropName>
|
|
210
|
+
<Value>false</Value>
|
|
211
|
+
</Expression>
|
|
212
|
+
</Condition>
|
|
213
|
+
</Depend>
|
|
214
|
+
<Depend type='Readonly'>
|
|
215
|
+
<Cond>value(idIsDynTrnDP) == true</Cond>
|
|
216
|
+
<Condition>
|
|
217
|
+
<Expression>
|
|
218
|
+
<Type>Comparison</Type>
|
|
219
|
+
<Operator>Equal</Operator>
|
|
220
|
+
<PropName>idIsDynTrnDP</PropName>
|
|
221
|
+
<Value>true</Value>
|
|
222
|
+
</Expression>
|
|
223
|
+
</Condition>
|
|
224
|
+
</Depend>
|
|
225
|
+
</Dependencies>
|
|
226
|
+
<Metadata>
|
|
227
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.OutputCollectionNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
228
|
+
<Value name='FlagSpecificable'></Value>
|
|
229
|
+
</Metadata>
|
|
230
|
+
</Prop>
|
|
231
|
+
</Children>
|
|
232
|
+
</Group>
|
|
233
|
+
<Group>
|
|
234
|
+
<Id>idConnectivitySupportGroup</Id>
|
|
235
|
+
<Name>Network</Name>
|
|
236
|
+
<Type>Group</Type>
|
|
237
|
+
<Children>
|
|
238
|
+
<Prop>
|
|
239
|
+
<Id>idConnectivitySupport</Id>
|
|
240
|
+
<Name>Connectivity Support</Name>
|
|
241
|
+
<Description>Define if this object works even without network connectivity
|
|
242
|
+
|
|
243
|
+
Values:
|
|
244
|
+
|
|
245
|
+
Online -> The object will execute on an online environment communicating with the server via REST services (default for Main objects)
|
|
246
|
+
Offline -> The object is executed completely offline with no automatic comunication to the server
|
|
247
|
+
Inherit -> This value is only available for non-Main objects. The value of the property will be inherited from the caller object in runtime.</Description>
|
|
248
|
+
<Type>Combo</Type>
|
|
249
|
+
<Default>idOnline</Default>
|
|
250
|
+
<Values>
|
|
251
|
+
<Value id='idOnline' desc='Online'/>
|
|
252
|
+
<Value id='idOffline' desc='Offline'/>
|
|
253
|
+
<Value id='idInherit' desc='Inherit'/>
|
|
254
|
+
</Values>
|
|
255
|
+
<Metadata>
|
|
256
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ConnectivitySupportDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
257
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
258
|
+
</Metadata>
|
|
259
|
+
</Prop>
|
|
260
|
+
</Children>
|
|
261
|
+
</Group>
|
|
262
|
+
<Prop>
|
|
263
|
+
<Id>idISWEBSERVICE</Id>
|
|
264
|
+
<Name>Expose as Web Service</Name>
|
|
265
|
+
<Description>Expose as Web Service</Description>
|
|
266
|
+
<Type>Boolean</Type>
|
|
267
|
+
<Default>false</Default>
|
|
268
|
+
<Dependencies>
|
|
269
|
+
<Depend type='Default'>
|
|
270
|
+
<Value>-1</Value>
|
|
271
|
+
<Cond>value(idConnectivitySupport) == idOnline</Cond>
|
|
272
|
+
<Condition>
|
|
273
|
+
<Expression>
|
|
274
|
+
<Type>Comparison</Type>
|
|
275
|
+
<Operator>Equal</Operator>
|
|
276
|
+
<PropName>idConnectivitySupport</PropName>
|
|
277
|
+
<Value>idOnline</Value>
|
|
278
|
+
</Expression>
|
|
279
|
+
</Condition>
|
|
280
|
+
</Depend>
|
|
281
|
+
<Depend type='Readonly'>
|
|
282
|
+
<Cond>value(idConnectivitySupport) == idOnline</Cond>
|
|
283
|
+
<Condition>
|
|
284
|
+
<Expression>
|
|
285
|
+
<Type>Comparison</Type>
|
|
286
|
+
<Operator>Equal</Operator>
|
|
287
|
+
<PropName>idConnectivitySupport</PropName>
|
|
288
|
+
<Value>idOnline</Value>
|
|
289
|
+
</Expression>
|
|
290
|
+
</Condition>
|
|
291
|
+
</Depend>
|
|
292
|
+
<Depend type='Invalid'>
|
|
293
|
+
<Value>0</Value>
|
|
294
|
+
<Cond>value(idConnectivitySupport) == idOnline</Cond>
|
|
295
|
+
<Condition>
|
|
296
|
+
<Expression>
|
|
297
|
+
<Type>Comparison</Type>
|
|
298
|
+
<Operator>Equal</Operator>
|
|
299
|
+
<PropName>idConnectivitySupport</PropName>
|
|
300
|
+
<Value>idOnline</Value>
|
|
301
|
+
</Expression>
|
|
302
|
+
</Condition>
|
|
303
|
+
</Depend>
|
|
304
|
+
</Dependencies>
|
|
305
|
+
</Prop>
|
|
306
|
+
<Prop hidden='1'>
|
|
307
|
+
<Id>DPRV_WSPROTOCOL</Id>
|
|
308
|
+
<Name>Web Service Protocol</Name>
|
|
309
|
+
<Description>Web Service Protocol</Description>
|
|
310
|
+
<Type>Combo</Type>
|
|
311
|
+
<Default>SOAP</Default>
|
|
312
|
+
<Values>
|
|
313
|
+
<Value id='SOAP' desc='SOAP Protocol'/>
|
|
314
|
+
<Value id='REST' desc='REST Protocol'/>
|
|
315
|
+
</Values>
|
|
316
|
+
<Dependencies>
|
|
317
|
+
<Depend type='Not Show'>
|
|
318
|
+
<Cond>value(idISWEBSERVICE) == false</Cond>
|
|
319
|
+
<Condition>
|
|
320
|
+
<Expression>
|
|
321
|
+
<Type>Comparison</Type>
|
|
322
|
+
<Operator>Equal</Operator>
|
|
323
|
+
<PropName>idISWEBSERVICE</PropName>
|
|
324
|
+
<Value>false</Value>
|
|
325
|
+
</Expression>
|
|
326
|
+
</Condition>
|
|
327
|
+
</Depend>
|
|
328
|
+
<Depend type='Default'>
|
|
329
|
+
<Value>REST</Value>
|
|
330
|
+
<Cond>value(idConnectivitySupport) == idOnline</Cond>
|
|
331
|
+
<Condition>
|
|
332
|
+
<Expression>
|
|
333
|
+
<Type>Comparison</Type>
|
|
334
|
+
<Operator>Equal</Operator>
|
|
335
|
+
<PropName>idConnectivitySupport</PropName>
|
|
336
|
+
<Value>idOnline</Value>
|
|
337
|
+
</Expression>
|
|
338
|
+
</Condition>
|
|
339
|
+
</Depend>
|
|
340
|
+
<Depend type='Readonly'>
|
|
341
|
+
<Cond>value(idConnectivitySupport) == idOnline</Cond>
|
|
342
|
+
<Condition>
|
|
343
|
+
<Expression>
|
|
344
|
+
<Type>Comparison</Type>
|
|
345
|
+
<Operator>Equal</Operator>
|
|
346
|
+
<PropName>idConnectivitySupport</PropName>
|
|
347
|
+
<Value>idOnline</Value>
|
|
348
|
+
</Expression>
|
|
349
|
+
</Condition>
|
|
350
|
+
</Depend>
|
|
351
|
+
</Dependencies>
|
|
352
|
+
<Metadata>
|
|
353
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WebServicesProtocolVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
354
|
+
</Metadata>
|
|
355
|
+
</Prop>
|
|
356
|
+
<Prop hidden='1'>
|
|
357
|
+
<Id>GENERATE_OPEN_API</Id>
|
|
358
|
+
<Name>Generate OpenAPI interface</Name>
|
|
359
|
+
<Description>Generate OpenAPI documentation (default.yaml) for procedures, business components and dataproviders exposed as REST web services.</Description>
|
|
360
|
+
<Type>Combo</Type>
|
|
361
|
+
<Default>Yes</Default>
|
|
362
|
+
<Values>
|
|
363
|
+
<Value id='Yes' desc='Yes'/>
|
|
364
|
+
<Value id='No' desc='No'/>
|
|
365
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
366
|
+
</Values>
|
|
367
|
+
<Dependencies>
|
|
368
|
+
<Depend type='Not Show'>
|
|
369
|
+
<Cond>(value(idISWEBSERVICE) == false) or (value(DPRV_WSPROTOCOL) == SOAP)</Cond>
|
|
370
|
+
<Condition>
|
|
371
|
+
<Expression>
|
|
372
|
+
<Type>BooleanExpression</Type>
|
|
373
|
+
<FirstPart>
|
|
374
|
+
<Expression>
|
|
375
|
+
<Type>Comparison</Type>
|
|
376
|
+
<Operator>Equal</Operator>
|
|
377
|
+
<PropName>idISWEBSERVICE</PropName>
|
|
378
|
+
<Value>false</Value>
|
|
379
|
+
</Expression>
|
|
380
|
+
</FirstPart>
|
|
381
|
+
<Operator>or</Operator>
|
|
382
|
+
<SecondPart>
|
|
383
|
+
<Expression>
|
|
384
|
+
<Type>Comparison</Type>
|
|
385
|
+
<Operator>Equal</Operator>
|
|
386
|
+
<PropName>DPRV_WSPROTOCOL</PropName>
|
|
387
|
+
<Value>SOAP</Value>
|
|
388
|
+
</Expression>
|
|
389
|
+
</SecondPart>
|
|
390
|
+
</Expression>
|
|
391
|
+
</Condition>
|
|
392
|
+
</Depend>
|
|
393
|
+
<Depend type='Default'>
|
|
394
|
+
<Value>UMPV</Value>
|
|
395
|
+
</Depend>
|
|
396
|
+
</Dependencies>
|
|
397
|
+
<Metadata>
|
|
398
|
+
<Value name='FlagNoSpecify'></Value>
|
|
399
|
+
</Metadata>
|
|
400
|
+
</Prop>
|
|
401
|
+
<Prop hidden='1'>
|
|
402
|
+
<Id>GENERATE_ODATA_API</Id>
|
|
403
|
+
<Name>Generate OData interface</Name>
|
|
404
|
+
<Description>Generate OData interface & metadata for business components and dataproviders exposed as web services.</Description>
|
|
405
|
+
<Type>Combo</Type>
|
|
406
|
+
<Default>No</Default>
|
|
407
|
+
<Values>
|
|
408
|
+
<Value id='Yes' desc='Yes'/>
|
|
409
|
+
<Value id='No' desc='No'/>
|
|
410
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
411
|
+
</Values>
|
|
412
|
+
<Dependencies>
|
|
413
|
+
<Depend type='Not Show'>
|
|
414
|
+
<Cond>(value(idISWEBSERVICE) == false) or (value(DPRV_WSPROTOCOL) == SOAP)</Cond>
|
|
415
|
+
<Condition>
|
|
416
|
+
<Expression>
|
|
417
|
+
<Type>BooleanExpression</Type>
|
|
418
|
+
<FirstPart>
|
|
419
|
+
<Expression>
|
|
420
|
+
<Type>Comparison</Type>
|
|
421
|
+
<Operator>Equal</Operator>
|
|
422
|
+
<PropName>idISWEBSERVICE</PropName>
|
|
423
|
+
<Value>false</Value>
|
|
424
|
+
</Expression>
|
|
425
|
+
</FirstPart>
|
|
426
|
+
<Operator>or</Operator>
|
|
427
|
+
<SecondPart>
|
|
428
|
+
<Expression>
|
|
429
|
+
<Type>Comparison</Type>
|
|
430
|
+
<Operator>Equal</Operator>
|
|
431
|
+
<PropName>DPRV_WSPROTOCOL</PropName>
|
|
432
|
+
<Value>SOAP</Value>
|
|
433
|
+
</Expression>
|
|
434
|
+
</SecondPart>
|
|
435
|
+
</Expression>
|
|
436
|
+
</Condition>
|
|
437
|
+
</Depend>
|
|
438
|
+
<Depend type='Default'>
|
|
439
|
+
<Value>UMPV</Value>
|
|
440
|
+
</Depend>
|
|
441
|
+
</Dependencies>
|
|
442
|
+
<Options>
|
|
443
|
+
<Option type='Not Show'/>
|
|
444
|
+
</Options>
|
|
445
|
+
</Prop>
|
|
446
|
+
<Prop hidden='1'>
|
|
447
|
+
<Id>idDPRV_ExposeUsingNativeSoapSupport</Id>
|
|
448
|
+
<Name>Use Native Soap</Name>
|
|
449
|
+
<Description>Use Native Soap</Description>
|
|
450
|
+
<Type>Combo</Type>
|
|
451
|
+
<Default>UMPV</Default>
|
|
452
|
+
<Values>
|
|
453
|
+
<Value id='Yes' desc='Yes'/>
|
|
454
|
+
<Value id='No' desc='No'/>
|
|
455
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
456
|
+
</Values>
|
|
457
|
+
<Dependencies>
|
|
458
|
+
<Depend type='Not Show'>
|
|
459
|
+
<Cond>value(idISWEBSERVICE) == false</Cond>
|
|
460
|
+
<Condition>
|
|
461
|
+
<Expression>
|
|
462
|
+
<Type>Comparison</Type>
|
|
463
|
+
<Operator>Equal</Operator>
|
|
464
|
+
<PropName>idISWEBSERVICE</PropName>
|
|
465
|
+
<Value>false</Value>
|
|
466
|
+
</Expression>
|
|
467
|
+
</Condition>
|
|
468
|
+
</Depend>
|
|
469
|
+
</Dependencies>
|
|
470
|
+
<Metadata>
|
|
471
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.ObjUseNativeSoapVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
472
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
473
|
+
</Metadata>
|
|
474
|
+
</Prop>
|
|
475
|
+
<Group>
|
|
476
|
+
<Id>idOBSERVABILITY_DPRV</Id>
|
|
477
|
+
<Name>Observability</Name>
|
|
478
|
+
<Description>Observability settings.</Description>
|
|
479
|
+
<Type>Group</Type>
|
|
480
|
+
<Children>
|
|
481
|
+
<Prop>
|
|
482
|
+
<Id>OBSERVABILITY_GEN_SPAN</Id>
|
|
483
|
+
<Name>Generate Observability span</Name>
|
|
484
|
+
<Description>Generate OpenTelemetry span.</Description>
|
|
485
|
+
<Type>Combo</Type>
|
|
486
|
+
<Default>NO</Default>
|
|
487
|
+
<Values>
|
|
488
|
+
<Value id='YES' desc='Yes'/>
|
|
489
|
+
<Value id='NO' desc='No'/>
|
|
490
|
+
</Values>
|
|
491
|
+
<Metadata>
|
|
492
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.GenerateObservabilitySpanVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
493
|
+
<Value name='FlagBuildAction'>BuidWithThisOnly</Value>
|
|
494
|
+
</Metadata>
|
|
495
|
+
</Prop>
|
|
496
|
+
</Children>
|
|
497
|
+
</Group>
|
|
498
|
+
<Prop hidden='1'>
|
|
499
|
+
<Id>DPRV_SOAPAction</Id>
|
|
500
|
+
<Name>SOAP Action</Name>
|
|
501
|
+
<Description>Determines the SOAP action of the web service method.</Description>
|
|
502
|
+
<Type>Text</Type>
|
|
503
|
+
<Dependencies>
|
|
504
|
+
<Depend type='Not Show'>
|
|
505
|
+
<Cond>value(idISWEBSERVICE) == false</Cond>
|
|
506
|
+
<Condition>
|
|
507
|
+
<Expression>
|
|
508
|
+
<Type>Comparison</Type>
|
|
509
|
+
<Operator>Equal</Operator>
|
|
510
|
+
<PropName>idISWEBSERVICE</PropName>
|
|
511
|
+
<Value>false</Value>
|
|
512
|
+
</Expression>
|
|
513
|
+
</Condition>
|
|
514
|
+
</Depend>
|
|
515
|
+
<Depend type='Not Show'>
|
|
516
|
+
<Cond>value(idDPRV_ExposeUsingNativeSoapSupport) == No</Cond>
|
|
517
|
+
<Condition>
|
|
518
|
+
<Expression>
|
|
519
|
+
<Type>Comparison</Type>
|
|
520
|
+
<Operator>Equal</Operator>
|
|
521
|
+
<PropName>idDPRV_ExposeUsingNativeSoapSupport</PropName>
|
|
522
|
+
<Value>No</Value>
|
|
523
|
+
</Expression>
|
|
524
|
+
</Condition>
|
|
525
|
+
</Depend>
|
|
526
|
+
</Dependencies>
|
|
527
|
+
<Metadata>
|
|
528
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.ObjUseNativeSoapVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
529
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
530
|
+
</Metadata>
|
|
531
|
+
</Prop>
|
|
532
|
+
<Prop hidden='1'>
|
|
533
|
+
<Id>idDRPV_SOAP_NAMESPACE</Id>
|
|
534
|
+
<Name>Exposed namespace</Name>
|
|
535
|
+
<Description>Exposed namespace</Description>
|
|
536
|
+
<Type>Text</Type>
|
|
537
|
+
<Dependencies>
|
|
538
|
+
<Depend type='Not Show'>
|
|
539
|
+
<Cond>value(idISWEBSERVICE) == false</Cond>
|
|
540
|
+
<Condition>
|
|
541
|
+
<Expression>
|
|
542
|
+
<Type>Comparison</Type>
|
|
543
|
+
<Operator>Equal</Operator>
|
|
544
|
+
<PropName>idISWEBSERVICE</PropName>
|
|
545
|
+
<Value>false</Value>
|
|
546
|
+
</Expression>
|
|
547
|
+
</Condition>
|
|
548
|
+
</Depend>
|
|
549
|
+
</Dependencies>
|
|
550
|
+
<Metadata>
|
|
551
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ExposedNamespaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
552
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
553
|
+
</Metadata>
|
|
554
|
+
<Options>
|
|
555
|
+
<Option type='Dyn Default'/>
|
|
556
|
+
</Options>
|
|
557
|
+
</Prop>
|
|
558
|
+
<Prop hidden='1'>
|
|
559
|
+
<Id>Theme</Id>
|
|
560
|
+
<Name>Theme</Name>
|
|
561
|
+
<Type>Custom</Type>
|
|
562
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ThemeWebReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
563
|
+
<Dependencies>
|
|
564
|
+
<Depend type='Apply'>
|
|
565
|
+
<Cond>context(MAIN_GEN) == -1</Cond>
|
|
566
|
+
<Condition>
|
|
567
|
+
<Expression>
|
|
568
|
+
<Type>Comparison</Type>
|
|
569
|
+
<Operator>Equal</Operator>
|
|
570
|
+
<PropName source='context'>MAIN_GEN</PropName>
|
|
571
|
+
<Value>-1</Value>
|
|
572
|
+
</Expression>
|
|
573
|
+
</Condition>
|
|
574
|
+
</Depend>
|
|
575
|
+
<Depend type='Not Show'/>
|
|
576
|
+
</Dependencies>
|
|
577
|
+
<Metadata>
|
|
578
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C804FDBD-7C0B-440d-8527-4316C92649A6,AllowedType=78b3fa0e-174c-4b2b-8716-718167a428b5),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
579
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ThemeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
580
|
+
<Value name='FlagSpecificable'></Value>
|
|
581
|
+
<Value name='FlagDisplayName'>Style</Value>
|
|
582
|
+
</Metadata>
|
|
583
|
+
</Prop>
|
|
584
|
+
<Prop>
|
|
585
|
+
<Id>IsMain</Id>
|
|
586
|
+
<Name>Main program</Name>
|
|
587
|
+
<Description>To specify that the object is main. That is: it can be executed as standalone application.</Description>
|
|
588
|
+
<Type>Boolean</Type>
|
|
589
|
+
<Default>false</Default>
|
|
590
|
+
<Dependencies>
|
|
591
|
+
<Depend type='Not Show'>
|
|
592
|
+
<Cond>context(ObjIsStyle) == -1</Cond>
|
|
593
|
+
<Condition>
|
|
594
|
+
<Expression>
|
|
595
|
+
<Type>Comparison</Type>
|
|
596
|
+
<Operator>Equal</Operator>
|
|
597
|
+
<PropName source='context'>ObjIsStyle</PropName>
|
|
598
|
+
<Value>-1</Value>
|
|
599
|
+
</Expression>
|
|
600
|
+
</Condition>
|
|
601
|
+
</Depend>
|
|
602
|
+
<Depend type='Not Show'>
|
|
603
|
+
<Cond>context(WEB_COMP) == Master</Cond>
|
|
604
|
+
<Condition>
|
|
605
|
+
<Expression>
|
|
606
|
+
<Type>Comparison</Type>
|
|
607
|
+
<Operator>Equal</Operator>
|
|
608
|
+
<PropName source='context'>WEB_COMP</PropName>
|
|
609
|
+
<Value>Master</Value>
|
|
610
|
+
</Expression>
|
|
611
|
+
</Condition>
|
|
612
|
+
</Depend>
|
|
613
|
+
<Depend type='Readonly'>
|
|
614
|
+
<Cond>context(ObjIsStyle) == -1</Cond>
|
|
615
|
+
<Condition>
|
|
616
|
+
<Expression>
|
|
617
|
+
<Type>Comparison</Type>
|
|
618
|
+
<Operator>Equal</Operator>
|
|
619
|
+
<PropName source='context'>ObjIsStyle</PropName>
|
|
620
|
+
<Value>-1</Value>
|
|
621
|
+
</Expression>
|
|
622
|
+
</Condition>
|
|
623
|
+
</Depend>
|
|
624
|
+
<Depend type='Invalid'>
|
|
625
|
+
<Value>-1</Value>
|
|
626
|
+
<Cond>context(WEB_COMP) == Master</Cond>
|
|
627
|
+
<Condition>
|
|
628
|
+
<Expression>
|
|
629
|
+
<Type>Comparison</Type>
|
|
630
|
+
<Operator>Equal</Operator>
|
|
631
|
+
<PropName source='context'>WEB_COMP</PropName>
|
|
632
|
+
<Value>Master</Value>
|
|
633
|
+
</Expression>
|
|
634
|
+
</Condition>
|
|
635
|
+
</Depend>
|
|
636
|
+
</Dependencies>
|
|
637
|
+
<Metadata>
|
|
638
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
639
|
+
</Metadata>
|
|
640
|
+
<Options>
|
|
641
|
+
<Option type="Don't serialize"/>
|
|
642
|
+
</Options>
|
|
643
|
+
</Prop>
|
|
644
|
+
<Prop>
|
|
645
|
+
<Id>CALL_PROTOCOL</Id>
|
|
646
|
+
<Name>Call protocol</Name>
|
|
647
|
+
<Description>Define how the object is invoked, and its output.</Description>
|
|
648
|
+
<Type>Combo</Type>
|
|
649
|
+
<Default>INTERNAL</Default>
|
|
650
|
+
<Values>
|
|
651
|
+
<Value id='INTERNAL' desc='Internal'/>
|
|
652
|
+
<Value id='HTTP' desc='HTTP'/>
|
|
653
|
+
<Value id='CLINE' desc='Command Line'/>
|
|
654
|
+
<Value id='SOAP' desc='SOAP'/>
|
|
655
|
+
<Value id='EJB' desc='Enterprise Java Bean'/>
|
|
656
|
+
</Values>
|
|
657
|
+
<Metadata>
|
|
658
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
659
|
+
</Metadata>
|
|
660
|
+
</Prop>
|
|
661
|
+
<Group>
|
|
662
|
+
<Id>IntegratedSecurityGroup</Id>
|
|
663
|
+
<Name>Integrated Security</Name>
|
|
664
|
+
<Type>Group</Type>
|
|
665
|
+
<Children>
|
|
666
|
+
<Prop>
|
|
667
|
+
<Id>IntegratedSecurityLevel</Id>
|
|
668
|
+
<Name>Integrated Security Level</Name>
|
|
669
|
+
<Type>Combo</Type>
|
|
670
|
+
<Values>
|
|
671
|
+
<Value id='SecurityNone' desc='None'/>
|
|
672
|
+
<Value id='SecurityLow' desc='Authentication'/>
|
|
673
|
+
<Value id='SecurityHigh' desc='Authorization'/>
|
|
674
|
+
</Values>
|
|
675
|
+
<Metadata>
|
|
676
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
677
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
678
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelDefaultResolverFormVersion, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
679
|
+
<Value name='FlagNoCacheDefault'></Value>
|
|
680
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
681
|
+
</Metadata>
|
|
682
|
+
</Prop>
|
|
683
|
+
<Prop>
|
|
684
|
+
<Id>IntegratedSecurityPermissionPrefix</Id>
|
|
685
|
+
<Name>Permission Prefix</Name>
|
|
686
|
+
<Type>Text</Type>
|
|
687
|
+
<Metadata>
|
|
688
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
689
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
690
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
691
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
692
|
+
</Metadata>
|
|
693
|
+
</Prop>
|
|
694
|
+
<Prop hidden='1'>
|
|
695
|
+
<Id>IntegratedSecurityObjClientID</Id>
|
|
696
|
+
<Name>Security Client ID</Name>
|
|
697
|
+
<Description>This property identifies an SD application in GAM. The Client Id can be used by more than one SD application, note that to reuse the Client Id implies that just one application will exist in GAM.</Description>
|
|
698
|
+
<Type>Text</Type>
|
|
699
|
+
<Dependencies>
|
|
700
|
+
<Depend type='Not Show'>
|
|
701
|
+
<Cond>value(IsMain) == false</Cond>
|
|
702
|
+
<Condition>
|
|
703
|
+
<Expression>
|
|
704
|
+
<Type>Comparison</Type>
|
|
705
|
+
<Operator>Equal</Operator>
|
|
706
|
+
<PropName>IsMain</PropName>
|
|
707
|
+
<Value>false</Value>
|
|
708
|
+
</Expression>
|
|
709
|
+
</Condition>
|
|
710
|
+
</Depend>
|
|
711
|
+
</Dependencies>
|
|
712
|
+
<Metadata>
|
|
713
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
714
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
715
|
+
<Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
716
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
717
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientIdAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
718
|
+
<Value name='FlagExport'>false</Value>
|
|
719
|
+
</Metadata>
|
|
720
|
+
</Prop>
|
|
721
|
+
<Prop hidden='1'>
|
|
722
|
+
<Id>IntegratedSecurityObjClientSecret</Id>
|
|
723
|
+
<Name>Security Client Secret</Name>
|
|
724
|
+
<Description>The Client Secret is a key used, in conjuntion with Client Id, to identify and to authorize an application when an user is authenticated.</Description>
|
|
725
|
+
<Type>Text</Type>
|
|
726
|
+
<Dependencies>
|
|
727
|
+
<Depend type='Not Show'>
|
|
728
|
+
<Cond>value(IsMain) == false</Cond>
|
|
729
|
+
<Condition>
|
|
730
|
+
<Expression>
|
|
731
|
+
<Type>Comparison</Type>
|
|
732
|
+
<Operator>Equal</Operator>
|
|
733
|
+
<PropName>IsMain</PropName>
|
|
734
|
+
<Value>false</Value>
|
|
735
|
+
</Expression>
|
|
736
|
+
</Condition>
|
|
737
|
+
</Depend>
|
|
738
|
+
</Dependencies>
|
|
739
|
+
<Metadata>
|
|
740
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
741
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
742
|
+
<Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
743
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
744
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientSecretAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
745
|
+
<Value name='FlagExport'>false</Value>
|
|
746
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
747
|
+
</Metadata>
|
|
748
|
+
</Prop>
|
|
749
|
+
<Prop hidden='1'>
|
|
750
|
+
<Id>IntegratedSecurityObjClientEncriptionKey</Id>
|
|
751
|
+
<Name>Security Client Encription Key</Name>
|
|
752
|
+
<Type>Text</Type>
|
|
753
|
+
<Metadata>
|
|
754
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientEncryptionKeyDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
755
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientEncryptionKeyAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
756
|
+
<Value name='FlagExport'>false</Value>
|
|
757
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
758
|
+
</Metadata>
|
|
759
|
+
<Options>
|
|
760
|
+
<Option type='Not Show'/>
|
|
761
|
+
<Option type='Password'/>
|
|
762
|
+
</Options>
|
|
763
|
+
</Prop>
|
|
764
|
+
</Children>
|
|
765
|
+
</Group>
|
|
766
|
+
<Prop hidden='1'>
|
|
767
|
+
<Id>Signatures</Id>
|
|
768
|
+
<Name>Signatures</Name>
|
|
769
|
+
<Type>Text</Type>
|
|
770
|
+
<Default></Default>
|
|
771
|
+
<Options>
|
|
772
|
+
<Option type='Readonly'/>
|
|
773
|
+
<Option type='Not Show'/>
|
|
774
|
+
<Option type="Don't serialize"/>
|
|
775
|
+
</Options>
|
|
776
|
+
</Prop>
|
|
777
|
+
<Group hidden='1'>
|
|
778
|
+
<Id>OBJ_PRIVATE</Id>
|
|
779
|
+
<Name>Privacy</Name>
|
|
780
|
+
<Description>Privacy</Description>
|
|
781
|
+
<Type>Group</Type>
|
|
782
|
+
<Children>
|
|
783
|
+
<Prop hidden='1'>
|
|
784
|
+
<Id>ObjAlreadyPrivate</Id>
|
|
785
|
+
<Name>Was private object</Name>
|
|
786
|
+
<Description>Was private object</Description>
|
|
787
|
+
<Type>Boolean</Type>
|
|
788
|
+
<Default>false</Default>
|
|
789
|
+
<Options>
|
|
790
|
+
<Option type='Readonly'/>
|
|
791
|
+
<Option type='Not Show'/>
|
|
792
|
+
<Option type="Don't serialize"/>
|
|
793
|
+
</Options>
|
|
794
|
+
</Prop>
|
|
795
|
+
<Prop hidden='1'>
|
|
796
|
+
<Id>ObjIsPrivate</Id>
|
|
797
|
+
<Name>Private object</Name>
|
|
798
|
+
<Description>Private object</Description>
|
|
799
|
+
<Alias>PrivateObject</Alias>
|
|
800
|
+
<Type>Boolean</Type>
|
|
801
|
+
<Default>false</Default>
|
|
802
|
+
<Dependencies>
|
|
803
|
+
<Depend type='Readonly'>
|
|
804
|
+
<Cond>value(ObjAlreadyPrivate) == true</Cond>
|
|
805
|
+
<Condition>
|
|
806
|
+
<Expression>
|
|
807
|
+
<Type>Comparison</Type>
|
|
808
|
+
<Operator>Equal</Operator>
|
|
809
|
+
<PropName>ObjAlreadyPrivate</PropName>
|
|
810
|
+
<Value>true</Value>
|
|
811
|
+
</Expression>
|
|
812
|
+
</Condition>
|
|
813
|
+
</Depend>
|
|
814
|
+
<Depend type='Readonly'>
|
|
815
|
+
<Cond>context(ObjIsStyle) == -1</Cond>
|
|
816
|
+
<Condition>
|
|
817
|
+
<Expression>
|
|
818
|
+
<Type>Comparison</Type>
|
|
819
|
+
<Operator>Equal</Operator>
|
|
820
|
+
<PropName source='context'>ObjIsStyle</PropName>
|
|
821
|
+
<Value>-1</Value>
|
|
822
|
+
</Expression>
|
|
823
|
+
</Condition>
|
|
824
|
+
</Depend>
|
|
825
|
+
<Depend type='Not Show'>
|
|
826
|
+
<Cond>context(ObjIsStyle) == -1</Cond>
|
|
827
|
+
<Condition>
|
|
828
|
+
<Expression>
|
|
829
|
+
<Type>Comparison</Type>
|
|
830
|
+
<Operator>Equal</Operator>
|
|
831
|
+
<PropName source='context'>ObjIsStyle</PropName>
|
|
832
|
+
<Value>-1</Value>
|
|
833
|
+
</Expression>
|
|
834
|
+
</Condition>
|
|
835
|
+
</Depend>
|
|
836
|
+
</Dependencies>
|
|
837
|
+
<Metadata>
|
|
838
|
+
<Value name='FlagSpecificationName'>ObjIsPrivate</Value>
|
|
839
|
+
</Metadata>
|
|
840
|
+
<Options>
|
|
841
|
+
<Option type='Not Show'/>
|
|
842
|
+
<Option type="Don't serialize"/>
|
|
843
|
+
<Option type='Dyn Readonly'/>
|
|
844
|
+
</Options>
|
|
845
|
+
</Prop>
|
|
846
|
+
<Prop hidden='1'>
|
|
847
|
+
<Id>ObjCopyright</Id>
|
|
848
|
+
<Name>Copyright</Name>
|
|
849
|
+
<Description>Copyright</Description>
|
|
850
|
+
<Type>Text</Type>
|
|
851
|
+
<Dependencies>
|
|
852
|
+
<Depend type='Not Show'>
|
|
853
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
854
|
+
<Condition>
|
|
855
|
+
<Expression>
|
|
856
|
+
<Type>Comparison</Type>
|
|
857
|
+
<Operator>Equal</Operator>
|
|
858
|
+
<PropName>ObjIsPrivate</PropName>
|
|
859
|
+
<Value>false</Value>
|
|
860
|
+
</Expression>
|
|
861
|
+
</Condition>
|
|
862
|
+
</Depend>
|
|
863
|
+
</Dependencies>
|
|
864
|
+
<Options>
|
|
865
|
+
<Option type='Readonly'/>
|
|
866
|
+
<Option type="Don't serialize"/>
|
|
867
|
+
</Options>
|
|
868
|
+
</Prop>
|
|
869
|
+
<Prop hidden='1'>
|
|
870
|
+
<Id>ObjBuyer</Id>
|
|
871
|
+
<Name>Buyer</Name>
|
|
872
|
+
<Description>Buyer</Description>
|
|
873
|
+
<Type>Text</Type>
|
|
874
|
+
<Dependencies>
|
|
875
|
+
<Depend type='Not Show'>
|
|
876
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
877
|
+
<Condition>
|
|
878
|
+
<Expression>
|
|
879
|
+
<Type>Comparison</Type>
|
|
880
|
+
<Operator>Equal</Operator>
|
|
881
|
+
<PropName>ObjIsPrivate</PropName>
|
|
882
|
+
<Value>false</Value>
|
|
883
|
+
</Expression>
|
|
884
|
+
</Condition>
|
|
885
|
+
</Depend>
|
|
886
|
+
</Dependencies>
|
|
887
|
+
<Options>
|
|
888
|
+
<Option type='Readonly'/>
|
|
889
|
+
<Option type="Don't serialize"/>
|
|
890
|
+
</Options>
|
|
891
|
+
</Prop>
|
|
892
|
+
<Prop hidden='1'>
|
|
893
|
+
<Id>ObjPurpose</Id>
|
|
894
|
+
<Name>Purpose</Name>
|
|
895
|
+
<Description>Purpose</Description>
|
|
896
|
+
<Type>Text</Type>
|
|
897
|
+
<Dependencies>
|
|
898
|
+
<Depend type='Not Show'>
|
|
899
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
900
|
+
<Condition>
|
|
901
|
+
<Expression>
|
|
902
|
+
<Type>Comparison</Type>
|
|
903
|
+
<Operator>Equal</Operator>
|
|
904
|
+
<PropName>ObjIsPrivate</PropName>
|
|
905
|
+
<Value>false</Value>
|
|
906
|
+
</Expression>
|
|
907
|
+
</Condition>
|
|
908
|
+
</Depend>
|
|
909
|
+
</Dependencies>
|
|
910
|
+
<Options>
|
|
911
|
+
<Option type='Readonly'/>
|
|
912
|
+
<Option type="Don't serialize"/>
|
|
913
|
+
</Options>
|
|
914
|
+
</Prop>
|
|
915
|
+
</Children>
|
|
916
|
+
</Group>
|
|
917
|
+
<Group>
|
|
918
|
+
<Id>SPC_WARNING_MESSAGES_GROUP</Id>
|
|
919
|
+
<Name>Warning messages</Name>
|
|
920
|
+
<Description>Configure warning messages handling options.</Description>
|
|
921
|
+
<Type>Group</Type>
|
|
922
|
+
<Metadata>
|
|
923
|
+
<Value name='FlagCategories'>Output</Value>
|
|
924
|
+
</Metadata>
|
|
925
|
+
<Children>
|
|
926
|
+
<Prop>
|
|
927
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
928
|
+
<Name>Disabled warnings</Name>
|
|
929
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
930
|
+
<Type>Text</Type>
|
|
931
|
+
<Metadata>
|
|
932
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
933
|
+
</Metadata>
|
|
934
|
+
</Prop>
|
|
935
|
+
</Children>
|
|
936
|
+
</Group>
|
|
937
|
+
<Group>
|
|
938
|
+
<Id>idMiscellaneousGroup</Id>
|
|
939
|
+
<Name>Miscellaneous</Name>
|
|
940
|
+
<Type>Group</Type>
|
|
941
|
+
<Children>
|
|
942
|
+
<Prop hidden='1'>
|
|
943
|
+
<Id>OBJ_IS_INTERFACE</Id>
|
|
944
|
+
<Name>OBJ_IS_INTERFACE</Name>
|
|
945
|
+
<Type>Boolean</Type>
|
|
946
|
+
<Default>false</Default>
|
|
947
|
+
<Metadata>
|
|
948
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IsInterfaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
949
|
+
</Metadata>
|
|
950
|
+
<Options>
|
|
951
|
+
<Option type='Not Show'/>
|
|
952
|
+
<Option type="Don't serialize"/>
|
|
953
|
+
</Options>
|
|
954
|
+
</Prop>
|
|
955
|
+
<Prop>
|
|
956
|
+
<Id>GenerateObject</Id>
|
|
957
|
+
<Name>GenerateObject</Name>
|
|
958
|
+
<Description>Allows to enable or disable the object specification and generation.</Description>
|
|
959
|
+
<Type>Boolean</Type>
|
|
960
|
+
<Default>true</Default>
|
|
961
|
+
<Dependencies>
|
|
962
|
+
<Depend type='Default'>
|
|
963
|
+
<Value>0</Value>
|
|
964
|
+
<Cond>value(OBJ_IS_INTERFACE) == true</Cond>
|
|
965
|
+
<Condition>
|
|
966
|
+
<Expression>
|
|
967
|
+
<Type>Comparison</Type>
|
|
968
|
+
<Operator>Equal</Operator>
|
|
969
|
+
<PropName>OBJ_IS_INTERFACE</PropName>
|
|
970
|
+
<Value>true</Value>
|
|
971
|
+
</Expression>
|
|
972
|
+
</Condition>
|
|
973
|
+
</Depend>
|
|
974
|
+
<Depend type='Invalid'>
|
|
975
|
+
<Value>-1</Value>
|
|
976
|
+
<Cond>value(OBJ_IS_INTERFACE) == true</Cond>
|
|
977
|
+
<Condition>
|
|
978
|
+
<Expression>
|
|
979
|
+
<Type>Comparison</Type>
|
|
980
|
+
<Operator>Equal</Operator>
|
|
981
|
+
<PropName>OBJ_IS_INTERFACE</PropName>
|
|
982
|
+
<Value>true</Value>
|
|
983
|
+
</Expression>
|
|
984
|
+
</Condition>
|
|
985
|
+
</Depend>
|
|
986
|
+
</Dependencies>
|
|
987
|
+
<Metadata>
|
|
988
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
989
|
+
</Metadata>
|
|
990
|
+
</Prop>
|
|
991
|
+
</Children>
|
|
992
|
+
</Group>
|
|
993
|
+
<Group>
|
|
994
|
+
<Id>id_DEKLARIT_CACHING_PROPERTIES</Id>
|
|
995
|
+
<Name>Caching</Name>
|
|
996
|
+
<Description>Caching</Description>
|
|
997
|
+
<Type>Group</Type>
|
|
998
|
+
<Children>
|
|
999
|
+
<Prop>
|
|
1000
|
+
<Id>DKL_CACHE_PRIORITY</Id>
|
|
1001
|
+
<Name>Cache Priority</Name>
|
|
1002
|
+
<Type>Combo Int</Type>
|
|
1003
|
+
<Default>2</Default>
|
|
1004
|
+
<Values>
|
|
1005
|
+
<Value id='1' desc='Low'/>
|
|
1006
|
+
<Value id='2' desc='Normal'/>
|
|
1007
|
+
<Value id='3' desc='High'/>
|
|
1008
|
+
<Value id='4' desc='Not Removable'/>
|
|
1009
|
+
</Values>
|
|
1010
|
+
</Prop>
|
|
1011
|
+
<Prop>
|
|
1012
|
+
<Id>DKL_CACHE_FREQUENCY</Id>
|
|
1013
|
+
<Name>Data Change Frequency</Name>
|
|
1014
|
+
<Type>Combo Int</Type>
|
|
1015
|
+
<Default>1</Default>
|
|
1016
|
+
<Values>
|
|
1017
|
+
<Value id='1' desc='Pretty Often'/>
|
|
1018
|
+
<Value id='2' desc='Time To Time'/>
|
|
1019
|
+
<Value id='5' desc='Hardly Ever'/>
|
|
1020
|
+
<Value id='4' desc='Almost Never'/>
|
|
1021
|
+
</Values>
|
|
1022
|
+
</Prop>
|
|
1023
|
+
</Children>
|
|
1024
|
+
</Group>
|
|
1025
|
+
<Group>
|
|
1026
|
+
<Id>id_DEKLARIT_AUTHORIZATION_PROPERTIES</Id>
|
|
1027
|
+
<Name>Authorization</Name>
|
|
1028
|
+
<Description>Authorization</Description>
|
|
1029
|
+
<Type>Group</Type>
|
|
1030
|
+
<Children>
|
|
1031
|
+
<Prop>
|
|
1032
|
+
<Id>DKL_PERMISSION_BASE_ID</Id>
|
|
1033
|
+
<Name>Parmission Base Id</Name>
|
|
1034
|
+
<Description>Parmission Base Id</Description>
|
|
1035
|
+
<Type>Integer</Type>
|
|
1036
|
+
<Default>2001</Default>
|
|
1037
|
+
<Dependencies>
|
|
1038
|
+
<Depend type='Default'>
|
|
1039
|
+
<Value>2002</Value>
|
|
1040
|
+
</Depend>
|
|
1041
|
+
</Dependencies>
|
|
1042
|
+
</Prop>
|
|
1043
|
+
<Prop hidden='1'>
|
|
1044
|
+
<Id>DKL_ROLES</Id>
|
|
1045
|
+
<Name>Security</Name>
|
|
1046
|
+
<Description>Security Roles</Description>
|
|
1047
|
+
<Type>Text</Type>
|
|
1048
|
+
<Default></Default>
|
|
1049
|
+
<Options>
|
|
1050
|
+
<Option type='Not Show'/>
|
|
1051
|
+
</Options>
|
|
1052
|
+
</Prop>
|
|
1053
|
+
</Children>
|
|
1054
|
+
</Group>
|
|
1055
|
+
<Prop hidden='1'>
|
|
1056
|
+
<Id>DEKLARIT_METADATA</Id>
|
|
1057
|
+
<Name>DeklaritMetadata</Name>
|
|
1058
|
+
<Type>Text</Type>
|
|
1059
|
+
<Default></Default>
|
|
1060
|
+
<Options>
|
|
1061
|
+
<Option type='Not Show'/>
|
|
1062
|
+
</Options>
|
|
1063
|
+
</Prop>
|
|
1064
|
+
<Prop hidden='1'>
|
|
1065
|
+
<Id>OBJECT_METADATA</Id>
|
|
1066
|
+
<Name>ObjectMetadata</Name>
|
|
1067
|
+
<Type>Text</Type>
|
|
1068
|
+
<Default></Default>
|
|
1069
|
+
<Metadata>
|
|
1070
|
+
<Value name='FlagSpecificable'></Value>
|
|
1071
|
+
</Metadata>
|
|
1072
|
+
<Options>
|
|
1073
|
+
<Option type='Not Show'/>
|
|
1074
|
+
</Options>
|
|
1075
|
+
</Prop>
|
|
1076
|
+
<Prop>
|
|
1077
|
+
<Id>DKL_COMMAND_TIMEOUT</Id>
|
|
1078
|
+
<Name>Command Timeout</Name>
|
|
1079
|
+
<Type>Integer</Type>
|
|
1080
|
+
<Default>30</Default>
|
|
1081
|
+
</Prop>
|
|
1082
|
+
<Prop>
|
|
1083
|
+
<Id>DKL_READ_UNCOMMITED_DP</Id>
|
|
1084
|
+
<Name>Use Read Uncommited</Name>
|
|
1085
|
+
<Description>Use Read Uncommited for SELECT statements</Description>
|
|
1086
|
+
<Type>Combo</Type>
|
|
1087
|
+
<Default>No</Default>
|
|
1088
|
+
<Values>
|
|
1089
|
+
<Value id='Yes' desc='Yes'/>
|
|
1090
|
+
<Value id='No' desc='No'/>
|
|
1091
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1092
|
+
</Values>
|
|
1093
|
+
<Dependencies>
|
|
1094
|
+
<Depend type='Default'>
|
|
1095
|
+
<Value>UMPV</Value>
|
|
1096
|
+
</Depend>
|
|
1097
|
+
</Dependencies>
|
|
1098
|
+
<Metadata>
|
|
1099
|
+
<Value name='FlagNoSearchable'></Value>
|
|
1100
|
+
</Metadata>
|
|
1101
|
+
</Prop>
|
|
1102
|
+
<Prop hidden='1'>
|
|
1103
|
+
<Id>DKL_IMAGE</Id>
|
|
1104
|
+
<Name>Medium Image</Name>
|
|
1105
|
+
<Type>Text</Type>
|
|
1106
|
+
<Default></Default>
|
|
1107
|
+
<Options>
|
|
1108
|
+
<Option type='Not Show'/>
|
|
1109
|
+
</Options>
|
|
1110
|
+
</Prop>
|
|
1111
|
+
<Prop hidden='1'>
|
|
1112
|
+
<Id>DKL_SMALL_IMAGE</Id>
|
|
1113
|
+
<Name>Small Image</Name>
|
|
1114
|
+
<Type>Text</Type>
|
|
1115
|
+
<Default></Default>
|
|
1116
|
+
<Options>
|
|
1117
|
+
<Option type='Not Show'/>
|
|
1118
|
+
</Options>
|
|
1119
|
+
</Prop>
|
|
1120
|
+
<Prop hidden='1'>
|
|
1121
|
+
<Id>DKL_BIG_IMAGE</Id>
|
|
1122
|
+
<Name>Big Image</Name>
|
|
1123
|
+
<Type>Text</Type>
|
|
1124
|
+
<Default></Default>
|
|
1125
|
+
<Options>
|
|
1126
|
+
<Option type='Not Show'/>
|
|
1127
|
+
</Options>
|
|
1128
|
+
</Prop>
|
|
1129
|
+
</Children>
|
|
1130
|
+
</Group>
|
|
1131
|
+
</Object>
|
|
1132
|
+
</Content>
|