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,191 @@
|
|
|
1
|
+
<Rules>
|
|
2
|
+
<!-- E -->
|
|
3
|
+
<Rule>
|
|
4
|
+
<Name>Error_handler</Name>
|
|
5
|
+
<MinCount>1</MinCount>
|
|
6
|
+
<MaxCount>1</MaxCount>
|
|
7
|
+
<Parameters>
|
|
8
|
+
<Parameter>
|
|
9
|
+
<Name>SubroutineName</Name>
|
|
10
|
+
<Type>Character</Type>
|
|
11
|
+
<Modifier/>
|
|
12
|
+
<Value>4000000</Value>
|
|
13
|
+
</Parameter>
|
|
14
|
+
</Parameters>
|
|
15
|
+
<Return/>
|
|
16
|
+
</Rule>
|
|
17
|
+
<Rule>
|
|
18
|
+
<Name>Exception_handler</Name>
|
|
19
|
+
<MinCount>1</MinCount>
|
|
20
|
+
<MaxCount>1</MaxCount>
|
|
21
|
+
<Parameters>
|
|
22
|
+
<Parameter>
|
|
23
|
+
<Name>SubroutineName</Name>
|
|
24
|
+
<Type>Character</Type>
|
|
25
|
+
<Modifier/>
|
|
26
|
+
<Value>4000000</Value>
|
|
27
|
+
</Parameter>
|
|
28
|
+
</Parameters>
|
|
29
|
+
<Return/>
|
|
30
|
+
</Rule>
|
|
31
|
+
<!-- N -->
|
|
32
|
+
<Rule>
|
|
33
|
+
<Name>NoLoad</Name>
|
|
34
|
+
<MinCount>0</MinCount>
|
|
35
|
+
<MaxCount>0</MaxCount>
|
|
36
|
+
<Status>Deprecated</Status>
|
|
37
|
+
<Parameters/>
|
|
38
|
+
<Return/>
|
|
39
|
+
</Rule>
|
|
40
|
+
<Rule>
|
|
41
|
+
<Name>NoRead</Name>
|
|
42
|
+
<MinCount>1</MinCount>
|
|
43
|
+
<MaxCount>-1</MaxCount>
|
|
44
|
+
<Parameters>
|
|
45
|
+
<Parameter>
|
|
46
|
+
<Name>Attribute</Name>
|
|
47
|
+
<Type>Attribute</Type>
|
|
48
|
+
<Modifier/>
|
|
49
|
+
<Value>1</Value>
|
|
50
|
+
</Parameter>
|
|
51
|
+
</Parameters>
|
|
52
|
+
<Return/>
|
|
53
|
+
</Rule>
|
|
54
|
+
<!-- P -->
|
|
55
|
+
<Rule>
|
|
56
|
+
<Name>Parm</Name>
|
|
57
|
+
<MinCount>0</MinCount>
|
|
58
|
+
<MaxCount>-1</MaxCount>
|
|
59
|
+
<Parameters>
|
|
60
|
+
<Parameter>
|
|
61
|
+
<Name>Parameter</Name>
|
|
62
|
+
<Type>Parameter</Type>
|
|
63
|
+
<Modifier/>
|
|
64
|
+
<Value>21203</Value>
|
|
65
|
+
</Parameter>
|
|
66
|
+
</Parameters>
|
|
67
|
+
<Return/>
|
|
68
|
+
</Rule>
|
|
69
|
+
<!-- X -->
|
|
70
|
+
<Rule>
|
|
71
|
+
<Name>XFile</Name>
|
|
72
|
+
<MinCount>2</MinCount>
|
|
73
|
+
<MaxCount>-1</MaxCount>
|
|
74
|
+
<Status>Deprecated</Status>
|
|
75
|
+
<Parameters>
|
|
76
|
+
<Parameter>
|
|
77
|
+
<Name>Name</Name>
|
|
78
|
+
<Type>Character</Type>
|
|
79
|
+
<Modifier/>
|
|
80
|
+
<Value>10</Value>
|
|
81
|
+
</Parameter>
|
|
82
|
+
<Parameter>
|
|
83
|
+
<Name>Parameter</Name>
|
|
84
|
+
<Type>Variable</Type>
|
|
85
|
+
<Modifier/>
|
|
86
|
+
<Value>2</Value>
|
|
87
|
+
</Parameter>
|
|
88
|
+
</Parameters>
|
|
89
|
+
<Return/>
|
|
90
|
+
</Rule>
|
|
91
|
+
<Rule>
|
|
92
|
+
<Name>XIndex</Name>
|
|
93
|
+
<MinCount>4</MinCount>
|
|
94
|
+
<MaxCount>-1</MaxCount>
|
|
95
|
+
<Status>Deprecated</Status>
|
|
96
|
+
<Parameters>
|
|
97
|
+
<Parameter>
|
|
98
|
+
<Name>TableName</Name>
|
|
99
|
+
<Type>Character</Type>
|
|
100
|
+
<Modifier/>
|
|
101
|
+
<Value>10</Value>
|
|
102
|
+
</Parameter>
|
|
103
|
+
<Parameter>
|
|
104
|
+
<Name>Name</Name>
|
|
105
|
+
<Type>Character</Type>
|
|
106
|
+
<Modifier/>
|
|
107
|
+
<Value>10</Value>
|
|
108
|
+
</Parameter>
|
|
109
|
+
<Parameter>
|
|
110
|
+
<Name>Type</Name>
|
|
111
|
+
<Type>Character</Type>
|
|
112
|
+
<Modifier/>
|
|
113
|
+
<Value>10</Value>
|
|
114
|
+
<Ranges>
|
|
115
|
+
<ValueRange>
|
|
116
|
+
<ApplyToType>16</ApplyToType>
|
|
117
|
+
<Values>
|
|
118
|
+
<Value>U</Value>
|
|
119
|
+
<Value>D</Value>
|
|
120
|
+
</Values>
|
|
121
|
+
</ValueRange>
|
|
122
|
+
</Ranges>
|
|
123
|
+
</Parameter>
|
|
124
|
+
<Parameter>
|
|
125
|
+
<Name>Parameter</Name>
|
|
126
|
+
<Type>Variable</Type>
|
|
127
|
+
<Modifier/>
|
|
128
|
+
<Value>2</Value>
|
|
129
|
+
</Parameter>
|
|
130
|
+
</Parameters>
|
|
131
|
+
<Return/>
|
|
132
|
+
</Rule>
|
|
133
|
+
<Rule>
|
|
134
|
+
<Name>XLocation</Name>
|
|
135
|
+
<MinCount>2</MinCount>
|
|
136
|
+
<MaxCount>3</MaxCount>
|
|
137
|
+
<Status>Deprecated</Status>
|
|
138
|
+
<Parameters>
|
|
139
|
+
<Parameter>
|
|
140
|
+
<Name>Name</Name>
|
|
141
|
+
<Type>Character</Type>
|
|
142
|
+
<Modifier/>
|
|
143
|
+
<Value>10</Value>
|
|
144
|
+
</Parameter>
|
|
145
|
+
<Parameter>
|
|
146
|
+
<Name>Parameter</Name>
|
|
147
|
+
<Type>Character</Type>
|
|
148
|
+
<Modifier/>
|
|
149
|
+
<Value>10</Value>
|
|
150
|
+
</Parameter>
|
|
151
|
+
<Parameter>
|
|
152
|
+
<Name>Parameter</Name>
|
|
153
|
+
<Type>Character</Type>
|
|
154
|
+
<Modifier/>
|
|
155
|
+
<Value>10</Value>
|
|
156
|
+
<Ranges>
|
|
157
|
+
<ValueRange>
|
|
158
|
+
<ApplyToType>16</ApplyToType>
|
|
159
|
+
<Values>
|
|
160
|
+
<Value>AS</Value>
|
|
161
|
+
<Value>LAN</Value>
|
|
162
|
+
<Value>PT</Value>
|
|
163
|
+
</Values>
|
|
164
|
+
</ValueRange>
|
|
165
|
+
</Ranges>
|
|
166
|
+
</Parameter>
|
|
167
|
+
</Parameters>
|
|
168
|
+
<Return/>
|
|
169
|
+
</Rule>
|
|
170
|
+
<Rule>
|
|
171
|
+
<Name>XUse</Name>
|
|
172
|
+
<MinCount>2</MinCount>
|
|
173
|
+
<MaxCount>2</MaxCount>
|
|
174
|
+
<Status>Deprecated</Status>
|
|
175
|
+
<Parameters>
|
|
176
|
+
<Parameter>
|
|
177
|
+
<Name>Name</Name>
|
|
178
|
+
<Type>Character</Type>
|
|
179
|
+
<Modifier/>
|
|
180
|
+
<Value>10</Value>
|
|
181
|
+
</Parameter>
|
|
182
|
+
<Parameter>
|
|
183
|
+
<Name>Parameter</Name>
|
|
184
|
+
<Type>Number</Type>
|
|
185
|
+
<Modifier/>
|
|
186
|
+
<Value>4</Value>
|
|
187
|
+
</Parameter>
|
|
188
|
+
</Parameters>
|
|
189
|
+
<Return/>
|
|
190
|
+
</Rule>
|
|
191
|
+
</Rules>
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='TBD' 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 hidden='1'>
|
|
60
|
+
<Name>TBD</Name>
|
|
61
|
+
<Type>Main</Type>
|
|
62
|
+
<Children>
|
|
63
|
+
<Prop hidden='1'>
|
|
64
|
+
<Id>TBDObjNamespace</Id>
|
|
65
|
+
<Name>Namespace</Name>
|
|
66
|
+
<Type>Text</Type>
|
|
67
|
+
<Options>
|
|
68
|
+
<Option type='Not Show'/>
|
|
69
|
+
</Options>
|
|
70
|
+
</Prop>
|
|
71
|
+
<Prop hidden='1'>
|
|
72
|
+
<Id>TBDObjType</Id>
|
|
73
|
+
<Name>Type</Name>
|
|
74
|
+
<Type>Text</Type>
|
|
75
|
+
<Options>
|
|
76
|
+
<Option type='Not Show'/>
|
|
77
|
+
</Options>
|
|
78
|
+
</Prop>
|
|
79
|
+
<Prop hidden='1'>
|
|
80
|
+
<Id>TBDExistingObject</Id>
|
|
81
|
+
<Name>Object</Name>
|
|
82
|
+
<Type>Custom</Type>
|
|
83
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
84
|
+
<Options>
|
|
85
|
+
<Option type='Not Show'/>
|
|
86
|
+
</Options>
|
|
87
|
+
</Prop>
|
|
88
|
+
<Prop hidden='1'>
|
|
89
|
+
<Id>TBDIsExternalProgram</Id>
|
|
90
|
+
<Name>Is External Program</Name>
|
|
91
|
+
<Type>Boolean</Type>
|
|
92
|
+
<Options>
|
|
93
|
+
<Option type='Not Show'/>
|
|
94
|
+
</Options>
|
|
95
|
+
</Prop>
|
|
96
|
+
</Children>
|
|
97
|
+
</Group>
|
|
98
|
+
</Object>
|
|
99
|
+
</Content>
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='TBL' 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>TBL</Name>
|
|
61
|
+
<Type>Main</Type>
|
|
62
|
+
<Children>
|
|
63
|
+
<Prop hidden='1'>
|
|
64
|
+
<Id>ObjId</Id>
|
|
65
|
+
<Name>ObjId</Name>
|
|
66
|
+
<Description>ObjId</Description>
|
|
67
|
+
<Alias>Key</Alias>
|
|
68
|
+
<Type>Integer</Type>
|
|
69
|
+
<Options>
|
|
70
|
+
<Option type='Readonly'/>
|
|
71
|
+
<Option type='Not Show'/>
|
|
72
|
+
<Option type="Don't serialize"/>
|
|
73
|
+
</Options>
|
|
74
|
+
</Prop>
|
|
75
|
+
<Prop>
|
|
76
|
+
<Id>DKL_EXTERNAL</Id>
|
|
77
|
+
<Name>Extrenal</Name>
|
|
78
|
+
<Description>Extrenal</Description>
|
|
79
|
+
<Type>Boolean</Type>
|
|
80
|
+
<Default>false</Default>
|
|
81
|
+
</Prop>
|
|
82
|
+
<Prop hidden='1'>
|
|
83
|
+
<Id>DKL_CHECK_INTEGRITY</Id>
|
|
84
|
+
<Name>Check referential integrity</Name>
|
|
85
|
+
<Description>Check referential integrity</Description>
|
|
86
|
+
<Type>Combo</Type>
|
|
87
|
+
<Default>0</Default>
|
|
88
|
+
<Values>
|
|
89
|
+
<Value id='0' desc='False'/>
|
|
90
|
+
<Value id='1' desc='True'/>
|
|
91
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
92
|
+
</Values>
|
|
93
|
+
<Dependencies>
|
|
94
|
+
<Depend type='Default'>
|
|
95
|
+
<Value>UMPV</Value>
|
|
96
|
+
</Depend>
|
|
97
|
+
<Depend type='Not Show'>
|
|
98
|
+
<Cond>value(DKL_EXTERNAL) != true</Cond>
|
|
99
|
+
<Condition>
|
|
100
|
+
<Expression>
|
|
101
|
+
<Type>Comparison</Type>
|
|
102
|
+
<Operator>NotEqual</Operator>
|
|
103
|
+
<PropName>DKL_EXTERNAL</PropName>
|
|
104
|
+
<Value>true</Value>
|
|
105
|
+
</Expression>
|
|
106
|
+
</Condition>
|
|
107
|
+
</Depend>
|
|
108
|
+
</Dependencies>
|
|
109
|
+
<Metadata>
|
|
110
|
+
<Value name='FlagNoSearchable'></Value>
|
|
111
|
+
</Metadata>
|
|
112
|
+
</Prop>
|
|
113
|
+
<Prop hidden='1'>
|
|
114
|
+
<Id>DKL_EXTERNAL_NAME</Id>
|
|
115
|
+
<Name>Extrenal Name</Name>
|
|
116
|
+
<Description>Extrenal Name</Description>
|
|
117
|
+
<Type>Text</Type>
|
|
118
|
+
<Dependencies>
|
|
119
|
+
<Depend type='Not Show'>
|
|
120
|
+
<Cond>value(DKL_EXTERNAL) != true</Cond>
|
|
121
|
+
<Condition>
|
|
122
|
+
<Expression>
|
|
123
|
+
<Type>Comparison</Type>
|
|
124
|
+
<Operator>NotEqual</Operator>
|
|
125
|
+
<PropName>DKL_EXTERNAL</PropName>
|
|
126
|
+
<Value>true</Value>
|
|
127
|
+
</Expression>
|
|
128
|
+
</Condition>
|
|
129
|
+
</Depend>
|
|
130
|
+
</Dependencies>
|
|
131
|
+
<Metadata>
|
|
132
|
+
<Value name='customDefaultResolver'>XInterop.Resolvers.ExternalNameDefaultResolver, XInterop</Value>
|
|
133
|
+
</Metadata>
|
|
134
|
+
<Options>
|
|
135
|
+
<Option type='Dyn Default'/>
|
|
136
|
+
</Options>
|
|
137
|
+
</Prop>
|
|
138
|
+
<Prop>
|
|
139
|
+
<Id>DKL_REF_BY_CANDIDATE</Id>
|
|
140
|
+
<Name>Reference By Candidate Key</Name>
|
|
141
|
+
<Description>Reference By Candidate Key</Description>
|
|
142
|
+
<Type>Boolean</Type>
|
|
143
|
+
<Default>false</Default>
|
|
144
|
+
<Metadata>
|
|
145
|
+
<Value name='FlagNoSearchable'></Value>
|
|
146
|
+
</Metadata>
|
|
147
|
+
</Prop>
|
|
148
|
+
<Prop hidden='1'>
|
|
149
|
+
<Id>HelpKeyword</Id>
|
|
150
|
+
<Name>HelpKeyword</Name>
|
|
151
|
+
<Type>Integer</Type>
|
|
152
|
+
<Dependencies>
|
|
153
|
+
<Depend type='Default'>
|
|
154
|
+
<Value>7</Value>
|
|
155
|
+
</Depend>
|
|
156
|
+
</Dependencies>
|
|
157
|
+
<Options>
|
|
158
|
+
<Option type='Not Show'/>
|
|
159
|
+
</Options>
|
|
160
|
+
</Prop>
|
|
161
|
+
<Prop>
|
|
162
|
+
<Id>CLUSTERIDX</Id>
|
|
163
|
+
<Name>Cluster index</Name>
|
|
164
|
+
<Description>Cluster index</Description>
|
|
165
|
+
<Type>Custom</Type>
|
|
166
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.TableIndexReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
167
|
+
</Prop>
|
|
168
|
+
<Prop>
|
|
169
|
+
<Id>TBLSTOAREA</Id>
|
|
170
|
+
<Name>Storage area</Name>
|
|
171
|
+
<Description>Storage area</Description>
|
|
172
|
+
<Type>Text</Type>
|
|
173
|
+
</Prop>
|
|
174
|
+
<Prop>
|
|
175
|
+
<Id>TBLIDXSTOAREA</Id>
|
|
176
|
+
<Name>Indices storage area</Name>
|
|
177
|
+
<Description>Indices storage area</Description>
|
|
178
|
+
<Type>Text</Type>
|
|
179
|
+
</Prop>
|
|
180
|
+
<Prop>
|
|
181
|
+
<Id>TBLTXTSTOAREA</Id>
|
|
182
|
+
<Name>Text storage area</Name>
|
|
183
|
+
<Description>Text storage area</Description>
|
|
184
|
+
<Type>Text</Type>
|
|
185
|
+
</Prop>
|
|
186
|
+
<Prop>
|
|
187
|
+
<Id>TBLINISIZE</Id>
|
|
188
|
+
<Name>Initial size</Name>
|
|
189
|
+
<Description>Initial size</Description>
|
|
190
|
+
<Type>Integer</Type>
|
|
191
|
+
</Prop>
|
|
192
|
+
<Prop>
|
|
193
|
+
<Id>TBLFEXTENT</Id>
|
|
194
|
+
<Name>First extent size</Name>
|
|
195
|
+
<Description>First extent size</Description>
|
|
196
|
+
<Type>Integer</Type>
|
|
197
|
+
</Prop>
|
|
198
|
+
<Prop>
|
|
199
|
+
<Id>TBLNEXTENT</Id>
|
|
200
|
+
<Name>Next extents percentage increase</Name>
|
|
201
|
+
<Description>Next extents percentage increase</Description>
|
|
202
|
+
<Type>Integer</Type>
|
|
203
|
+
</Prop>
|
|
204
|
+
<Prop>
|
|
205
|
+
<Id>TBLMINEXTENT</Id>
|
|
206
|
+
<Name>Minimum number of extents</Name>
|
|
207
|
+
<Description>Minimum number of extents</Description>
|
|
208
|
+
<Type>Integer</Type>
|
|
209
|
+
</Prop>
|
|
210
|
+
<Prop>
|
|
211
|
+
<Id>CACHE_LEVEL</Id>
|
|
212
|
+
<Name>Change frequency</Name>
|
|
213
|
+
<Description>Change frequency</Description>
|
|
214
|
+
<Type>Combo</Type>
|
|
215
|
+
<Default>0</Default>
|
|
216
|
+
<Values>
|
|
217
|
+
<Value id='0' desc='0. Pretty Often'/>
|
|
218
|
+
<Value id='1' desc='1. Time to Time'/>
|
|
219
|
+
<Value id='2' desc='2. Hardly Ever'/>
|
|
220
|
+
<Value id='3' desc='3. Almost Never'/>
|
|
221
|
+
</Values>
|
|
222
|
+
</Prop>
|
|
223
|
+
<Prop hidden='1'>
|
|
224
|
+
<Id>LogicallyDeletedAttribute</Id>
|
|
225
|
+
<Name>LogicallyDeletedAttribute</Name>
|
|
226
|
+
<Description>Logically Deleted Attribute</Description>
|
|
227
|
+
<Type>Custom</Type>
|
|
228
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.AttributeVariableReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
229
|
+
<Metadata>
|
|
230
|
+
<Value name='FlagHideVariables'>true</Value>
|
|
231
|
+
<Value name='FlagSpecificable'>IfApply</Value>
|
|
232
|
+
</Metadata>
|
|
233
|
+
<Options>
|
|
234
|
+
<Option type='Not Show'/>
|
|
235
|
+
</Options>
|
|
236
|
+
</Prop>
|
|
237
|
+
<Prop hidden='1'>
|
|
238
|
+
<Id>LastModifiedDateTimeAttribute</Id>
|
|
239
|
+
<Name>LastModifiedDateTimeAttribute</Name>
|
|
240
|
+
<Description>Last Modified Date Time Attribute</Description>
|
|
241
|
+
<Type>Custom</Type>
|
|
242
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.AttributeVariableReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
243
|
+
<Metadata>
|
|
244
|
+
<Value name='FlagHideVariables'>true</Value>
|
|
245
|
+
<Value name='FlagSpecificable'>IfApply</Value>
|
|
246
|
+
</Metadata>
|
|
247
|
+
<Options>
|
|
248
|
+
<Option type='Not Show'/>
|
|
249
|
+
</Options>
|
|
250
|
+
</Prop>
|
|
251
|
+
<Group>
|
|
252
|
+
<Id>HANA_TBL_PTYS</Id>
|
|
253
|
+
<Name>SAP Hana Properties</Name>
|
|
254
|
+
<Description>SAP Hana Properties</Description>
|
|
255
|
+
<Type>Group</Type>
|
|
256
|
+
<Children>
|
|
257
|
+
<Prop>
|
|
258
|
+
<Id>HANA_TBL_STORAGE</Id>
|
|
259
|
+
<Name>Table Storage Type</Name>
|
|
260
|
+
<Description>Table Storage Type</Description>
|
|
261
|
+
<Type>Combo</Type>
|
|
262
|
+
<Default>TYPE_ROW</Default>
|
|
263
|
+
<Values>
|
|
264
|
+
<Value id='TYPE_COLUMN' desc='Column Based'/>
|
|
265
|
+
<Value id='TYPE_ROW' desc='Row Based'/>
|
|
266
|
+
</Values>
|
|
267
|
+
</Prop>
|
|
268
|
+
</Children>
|
|
269
|
+
</Group>
|
|
270
|
+
<Prop hidden='1'>
|
|
271
|
+
<Id>id_OBJ_TIMESTAMP</Id>
|
|
272
|
+
<Name>OBJ_TIMESTAMP</Name>
|
|
273
|
+
<Type>Text</Type>
|
|
274
|
+
<Options>
|
|
275
|
+
<Option type='Not Show'/>
|
|
276
|
+
</Options>
|
|
277
|
+
</Prop>
|
|
278
|
+
<Prop hidden='1'>
|
|
279
|
+
<Id>DEKLARIT_METADATA</Id>
|
|
280
|
+
<Name>DeklaritMetadata</Name>
|
|
281
|
+
<Type>Text</Type>
|
|
282
|
+
<Default></Default>
|
|
283
|
+
<Options>
|
|
284
|
+
<Option type='Not Show'/>
|
|
285
|
+
</Options>
|
|
286
|
+
</Prop>
|
|
287
|
+
<Prop hidden='1'>
|
|
288
|
+
<Id>OBJECT_METADATA</Id>
|
|
289
|
+
<Name>ObjectMetadata</Name>
|
|
290
|
+
<Type>Text</Type>
|
|
291
|
+
<Default></Default>
|
|
292
|
+
<Metadata>
|
|
293
|
+
<Value name='FlagSpecificable'></Value>
|
|
294
|
+
</Metadata>
|
|
295
|
+
<Options>
|
|
296
|
+
<Option type='Not Show'/>
|
|
297
|
+
</Options>
|
|
298
|
+
</Prop>
|
|
299
|
+
</Children>
|
|
300
|
+
</Group>
|
|
301
|
+
</Object>
|
|
302
|
+
</Content>
|