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.
Files changed (177) hide show
  1. package/package.json +1 -1
  2. package/publish/GxMcp.Gateway.deps.json +125 -0
  3. package/publish/GxMcp.Gateway.dll +0 -0
  4. package/publish/GxMcp.Gateway.exe +0 -0
  5. package/publish/GxMcp.Gateway.pdb +0 -0
  6. package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
  7. package/publish/Newtonsoft.Json.dll +0 -0
  8. package/publish/System.CodeDom.dll +0 -0
  9. package/publish/System.Management.dll +0 -0
  10. package/publish/System.Security.Permissions.dll +0 -0
  11. package/publish/System.Windows.Extensions.dll +0 -0
  12. package/publish/config.json +19 -0
  13. package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
  14. package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
  15. package/publish/start_mcp.bat +22 -0
  16. package/publish/tool_definitions.json +1062 -0
  17. package/publish/web.config +12 -0
  18. package/publish/worker/Definitions/APIDefinition.xml +427 -0
  19. package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
  20. package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
  21. package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
  22. package/publish/worker/Definitions/BASEDefinition.xml +60 -0
  23. package/publish/worker/Definitions/ContextDefinition.xml +43 -0
  24. package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
  25. package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
  26. package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
  27. package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
  28. package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
  29. package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
  30. package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
  31. package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
  32. package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
  33. package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
  34. package/publish/worker/Definitions/DeployDefinition.xml +151 -0
  35. package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
  36. package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
  37. package/publish/worker/Definitions/EXODefinition.xml +1877 -0
  38. package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
  39. package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
  40. package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
  41. package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
  42. package/publish/worker/Definitions/FILEDefinition.xml +223 -0
  43. package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
  44. package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
  45. package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
  46. package/publish/worker/Definitions/Functions.psx +2117 -0
  47. package/publish/worker/Definitions/GRPDefinition.xml +78 -0
  48. package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
  49. package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
  50. package/publish/worker/Definitions/GxpmConditions.xml +238 -0
  51. package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
  52. package/publish/worker/Definitions/IDXDefinition.xml +54 -0
  53. package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
  54. package/publish/worker/Definitions/KBDefinition.xml +696 -0
  55. package/publish/worker/Definitions/LNGDefinition.xml +558 -0
  56. package/publish/worker/Definitions/MBRDefinition.xml +131 -0
  57. package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
  58. package/publish/worker/Definitions/MNUDefinition.xml +334 -0
  59. package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
  60. package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
  61. package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
  62. package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
  63. package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
  64. package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
  65. package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
  66. package/publish/worker/Definitions/Prc.Rules.psx +393 -0
  67. package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
  68. package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
  69. package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
  70. package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
  71. package/publish/worker/Definitions/SD.Rules.psx +67 -0
  72. package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
  73. package/publish/worker/Definitions/SDTDefinition.xml +176 -0
  74. package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
  75. package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
  76. package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
  77. package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
  78. package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
  79. package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
  80. package/publish/worker/Definitions/Sync.Rules.psx +191 -0
  81. package/publish/worker/Definitions/TBDDefinition.xml +99 -0
  82. package/publish/worker/Definitions/TBLDefinition.xml +302 -0
  83. package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
  84. package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
  85. package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
  86. package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
  87. package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
  88. package/publish/worker/Definitions/Trn.Rules.psx +560 -0
  89. package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
  90. package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
  91. package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
  92. package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
  93. package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
  94. package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
  95. package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
  96. package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
  97. package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
  98. package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
  99. package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
  100. package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
  101. package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
  102. package/publish/worker/Definitions/XFLDefinition.xml +246 -0
  103. package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
  104. package/publish/worker/Definitions/conditions.xml +251 -0
  105. package/publish/worker/Definitions/conditionsSD.xml +236 -0
  106. package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
  107. package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
  108. package/publish/worker/Definitions/dataprovider.xml +254 -0
  109. package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
  110. package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
  111. package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
  112. package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
  113. package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
  114. package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
  115. package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
  116. package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
  117. package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
  118. package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
  119. package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
  120. package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
  121. package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
  122. package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
  123. package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
  124. package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
  125. package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
  126. package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
  127. package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
  128. package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
  129. package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
  130. package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
  131. package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
  132. package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
  133. package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
  134. package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
  135. package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
  136. package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
  137. package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
  138. package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
  139. package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
  140. package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
  141. package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
  142. package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
  143. package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
  144. package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
  145. package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
  146. package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
  147. package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
  148. package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
  149. package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
  150. package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
  151. package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
  152. package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
  153. package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
  154. package/publish/worker/Definitions/events.xml +340 -0
  155. package/publish/worker/Definitions/eventsSD.xml +331 -0
  156. package/publish/worker/Definitions/exportDefinition.xml +123 -0
  157. package/publish/worker/Definitions/formula.xml +215 -0
  158. package/publish/worker/Definitions/gxtypes.xml +24099 -0
  159. package/publish/worker/Definitions/importDefinition.xml +148 -0
  160. package/publish/worker/Definitions/javaDefinition.xml +4733 -0
  161. package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
  162. package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
  163. package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
  164. package/publish/worker/Definitions/procedures.xml +292 -0
  165. package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
  166. package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
  167. package/publish/worker/Definitions/rules.xml +279 -0
  168. package/publish/worker/Definitions/rulesSD.xml +253 -0
  169. package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
  170. package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
  171. package/publish/worker/Definitions/trn_src.xml +335 -0
  172. package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
  173. package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
  174. package/publish/worker/GxMcp.Worker.exe +0 -0
  175. package/publish/worker/GxMcp.Worker.exe.config +76 -0
  176. package/publish/worker/GxMcp.Worker.pdb +0 -0
  177. package/publish/worker/Newtonsoft.Json.dll +0 -0
@@ -0,0 +1,3518 @@
1
+ <?xml version='1.0' encoding='iso-8859-1'?>
2
+ <Content version='148598 $'>
3
+ <Object id='MODEL'>
4
+ <Group>
5
+ <Name>MODEL</Name>
6
+ <Type>Main</Type>
7
+ <Children>
8
+ <Prop hidden='1'>
9
+ <Id>ModelType</Id>
10
+ <Name>ModelType</Name>
11
+ <Type>Custom</Type>
12
+ <CustomType>Artech.Udm.Framework.ModelType, Artech.Udm.Framework, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
13
+ <Metadata>
14
+ <Value name='ShouldSerialize'>true</Value>
15
+ <Value name='FlagExport'>false</Value>
16
+ </Metadata>
17
+ <Options>
18
+ <Option type='Not Show'/>
19
+ <Option type='Dyn Default'/>
20
+ </Options>
21
+ </Prop>
22
+ <Prop hidden='1'>
23
+ <Id>ATTNAME_LEN</Id>
24
+ <Name>Significant attribute name length</Name>
25
+ <Description>Significant attributes &amp; domains name length</Description>
26
+ <Type>Integer</Type>
27
+ <Default>30</Default>
28
+ <Dependencies>
29
+ <Depend type='Apply'>
30
+ <Cond>value(ModelType) == Design</Cond>
31
+ <Condition>
32
+ <Expression>
33
+ <Type>Comparison</Type>
34
+ <Operator>Equal</Operator>
35
+ <PropName>ModelType</PropName>
36
+ <Value>Design</Value>
37
+ </Expression>
38
+ </Condition>
39
+ </Depend>
40
+ </Dependencies>
41
+ <Metadata>
42
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.SignificantAttributeNameLengthValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
43
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.SignificantObjectNameLengthReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
44
+ <Value name='FlagBuildAction'>RebuildAll</Value>
45
+ </Metadata>
46
+ <Options>
47
+ <Option type='No Default'/>
48
+ </Options>
49
+ </Prop>
50
+ <Prop hidden='1'>
51
+ <Id>TBLNAME_LEN</Id>
52
+ <Name>Significant table name length</Name>
53
+ <Description>Significant table/index/data-View name length</Description>
54
+ <Type>Integer</Type>
55
+ <Default>30</Default>
56
+ <Dependencies>
57
+ <Depend type='Apply'>
58
+ <Cond>value(ModelType) == Design</Cond>
59
+ <Condition>
60
+ <Expression>
61
+ <Type>Comparison</Type>
62
+ <Operator>Equal</Operator>
63
+ <PropName>ModelType</PropName>
64
+ <Value>Design</Value>
65
+ </Expression>
66
+ </Condition>
67
+ </Depend>
68
+ </Dependencies>
69
+ <Metadata>
70
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.SignificantTableNameLengthValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
71
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.SignificantObjectNameLengthReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
72
+ <Value name='FlagBuildAction'>RebuildAll</Value>
73
+ </Metadata>
74
+ <Options>
75
+ <Option type='No Default'/>
76
+ </Options>
77
+ </Prop>
78
+ <Prop hidden='1'>
79
+ <Id>OBJNAME_LEN</Id>
80
+ <Name>Significant object name length</Name>
81
+ <Description>Significant Trn/Wkp/Wbp/Rpt/Prc/Mnu/Mbar &amp; Styles name length</Description>
82
+ <Type>Integer</Type>
83
+ <Default>128</Default>
84
+ <Dependencies>
85
+ <Depend type='Apply'>
86
+ <Cond>value(ModelType) == Design</Cond>
87
+ <Condition>
88
+ <Expression>
89
+ <Type>Comparison</Type>
90
+ <Operator>Equal</Operator>
91
+ <PropName>ModelType</PropName>
92
+ <Value>Design</Value>
93
+ </Expression>
94
+ </Condition>
95
+ </Depend>
96
+ </Dependencies>
97
+ <Metadata>
98
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.SignificantObjectNameLengthValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
99
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.SignificantObjectNameLengthReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
100
+ <Value name='FlagBuildAction'>RebuildAll</Value>
101
+ </Metadata>
102
+ <Options>
103
+ <Option type='No Default'/>
104
+ </Options>
105
+ </Prop>
106
+ <Prop hidden='1'>
107
+ <Id>UserInterface</Id>
108
+ <Name>User Interface</Name>
109
+ <Type>Custom</Type>
110
+ <Default>1</Default>
111
+ <CustomType>Artech.Genexus.Common.CustomTypes.UserInterfaceType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
112
+ <Dependencies>
113
+ <Depend type='Apply'>
114
+ <Cond>value(ModelType) == Prototype</Cond>
115
+ <Condition>
116
+ <Expression>
117
+ <Type>Comparison</Type>
118
+ <Operator>Equal</Operator>
119
+ <PropName>ModelType</PropName>
120
+ <Value>Prototype</Value>
121
+ </Expression>
122
+ </Condition>
123
+ </Depend>
124
+ <Depend type='Invalid'>
125
+ <Value>3</Value>
126
+ </Depend>
127
+ </Dependencies>
128
+ <Metadata>
129
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.CheckIfTrialReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
130
+ </Metadata>
131
+ </Prop>
132
+ <Prop hidden='1'>
133
+ <Id>Language</Id>
134
+ <Name>Culture</Name>
135
+ <Type>Text</Type>
136
+ <Default>eng</Default>
137
+ <Options>
138
+ <Option type='Not Show'/>
139
+ </Options>
140
+ </Prop>
141
+ <Prop hidden='1'>
142
+ <Id>Version</Id>
143
+ <Name>Version</Name>
144
+ <Type>Text</Type>
145
+ <Default>Version 1.0</Default>
146
+ <Options>
147
+ <Option type='Not Show'/>
148
+ </Options>
149
+ </Prop>
150
+ <Prop hidden='1'>
151
+ <Id>HasLegacyGenerator</Id>
152
+ <Name>HasLegacyGenerator</Name>
153
+ <Type>Boolean</Type>
154
+ <Metadata>
155
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.HasLegacyGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
156
+ <Value name='FlagOnlyDefault'></Value>
157
+ </Metadata>
158
+ <Options>
159
+ <Option type='Not Show'/>
160
+ </Options>
161
+ </Prop>
162
+ <Prop hidden='1'>
163
+ <Id>GeneratedLanguage</Id>
164
+ <Name>Language</Name>
165
+ <Type>Custom</Type>
166
+ <CustomType>Artech.Genexus.Common.CustomTypes.GeneratedLanguage, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
167
+ <Dependencies>
168
+ <Depend type='Apply'>
169
+ <Cond>value(ModelType) == Prototype</Cond>
170
+ <Condition>
171
+ <Expression>
172
+ <Type>Comparison</Type>
173
+ <Operator>Equal</Operator>
174
+ <PropName>ModelType</PropName>
175
+ <Value>Prototype</Value>
176
+ </Expression>
177
+ </Condition>
178
+ </Depend>
179
+ </Dependencies>
180
+ <Metadata>
181
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.GeneratedLanguageValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
182
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.LanguageReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
183
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
184
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.GeneratedLanguageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
185
+ </Metadata>
186
+ </Prop>
187
+ <Prop>
188
+ <Id>ReorgEnvironment</Id>
189
+ <Name>Reorganization Generator</Name>
190
+ <Type>Custom</Type>
191
+ <CustomType>Artech.Genexus.Common.Entities.GxGeneratorReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
192
+ <Dependencies>
193
+ <Depend type='Apply'>
194
+ <Cond>value(ModelType) != Design</Cond>
195
+ <Condition>
196
+ <Expression>
197
+ <Type>Comparison</Type>
198
+ <Operator>NotEqual</Operator>
199
+ <PropName>ModelType</PropName>
200
+ <Value>Design</Value>
201
+ </Expression>
202
+ </Condition>
203
+ </Depend>
204
+ </Dependencies>
205
+ <Metadata>
206
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultEnvironmentDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
207
+ </Metadata>
208
+ </Prop>
209
+ <Prop hidden='1'>
210
+ <Id>idReorgUserInterface</Id>
211
+ <Name>Reorganization User Interface</Name>
212
+ <Type>Custom</Type>
213
+ <CustomType>Artech.Genexus.Common.CustomTypes.UserInterfaceType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
214
+ <Dependencies>
215
+ <Depend type='Apply'>
216
+ <Cond>value(ModelType) == Prototype</Cond>
217
+ <Condition>
218
+ <Expression>
219
+ <Type>Comparison</Type>
220
+ <Operator>Equal</Operator>
221
+ <PropName>ModelType</PropName>
222
+ <Value>Prototype</Value>
223
+ </Expression>
224
+ </Condition>
225
+ </Depend>
226
+ </Dependencies>
227
+ <Metadata>
228
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ReorgUserInterfaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
229
+ </Metadata>
230
+ <Options>
231
+ <Option type='Not Show'/>
232
+ </Options>
233
+ </Prop>
234
+ <Prop hidden='1'>
235
+ <Id>idReorgGeneratedLanguage</Id>
236
+ <Name>Reorganization Language</Name>
237
+ <Type>Custom</Type>
238
+ <CustomType>Artech.Genexus.Common.CustomTypes.GeneratedLanguage, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
239
+ <Dependencies>
240
+ <Depend type='Apply'>
241
+ <Cond>value(ModelType) == Prototype</Cond>
242
+ <Condition>
243
+ <Expression>
244
+ <Type>Comparison</Type>
245
+ <Operator>Equal</Operator>
246
+ <PropName>ModelType</PropName>
247
+ <Value>Prototype</Value>
248
+ </Expression>
249
+ </Condition>
250
+ </Depend>
251
+ </Dependencies>
252
+ <Metadata>
253
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ReorgGeneratedLanguageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
254
+ </Metadata>
255
+ <Options>
256
+ <Option type='Not Show'/>
257
+ </Options>
258
+ </Prop>
259
+ <Prop hidden='1'>
260
+ <Id>DefaultEnvironment</Id>
261
+ <Name>Default Generator</Name>
262
+ <Type>Custom</Type>
263
+ <CustomType>Artech.Genexus.Common.Entities.GxGeneratorReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
264
+ <Dependencies>
265
+ <Depend type='Apply'>
266
+ <Cond>value(ModelType) != Design</Cond>
267
+ <Condition>
268
+ <Expression>
269
+ <Type>Comparison</Type>
270
+ <Operator>NotEqual</Operator>
271
+ <PropName>ModelType</PropName>
272
+ <Value>Design</Value>
273
+ </Expression>
274
+ </Condition>
275
+ </Depend>
276
+ </Dependencies>
277
+ <Metadata>
278
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultEnvironmentDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
279
+ </Metadata>
280
+ <Options>
281
+ <Option type='Not Show'/>
282
+ </Options>
283
+ </Prop>
284
+ <Prop hidden='1'>
285
+ <Id>idMULTITENANT</Id>
286
+ <Name>Multi Tenant</Name>
287
+ <Description>Enable Multi Tenant support</Description>
288
+ <Type>Boolean</Type>
289
+ <Default>false</Default>
290
+ <Dependencies>
291
+ <Depend type='Apply'>
292
+ <Cond>value(ModelType) == Design</Cond>
293
+ <Condition>
294
+ <Expression>
295
+ <Type>Comparison</Type>
296
+ <Operator>Equal</Operator>
297
+ <PropName>ModelType</PropName>
298
+ <Value>Design</Value>
299
+ </Expression>
300
+ </Condition>
301
+ </Depend>
302
+ </Dependencies>
303
+ <Metadata>
304
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.MultiTenantVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
305
+ </Metadata>
306
+ </Prop>
307
+ <Prop hidden='1'>
308
+ <Id>DataSource</Id>
309
+ <Name>DataSource</Name>
310
+ <Type>Custom</Type>
311
+ <CustomType>Artech.Genexus.Common.CustomTypes.DbmsCustomType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
312
+ <Dependencies>
313
+ <Depend type='On Change'>
314
+ <Cond>onChange(idReorgGeneratedLanguage)</Cond>
315
+ <Condition>
316
+ <Expression>
317
+ <Type>OnChange</Type>
318
+ <PropName>idReorgGeneratedLanguage</PropName>
319
+ </Expression>
320
+ </Condition>
321
+ </Depend>
322
+ <Depend type='Default'>
323
+ <Value>7</Value>
324
+ <Cond>value(idReorgGeneratedLanguage) == 11</Cond>
325
+ <Condition>
326
+ <Expression>
327
+ <Type>Comparison</Type>
328
+ <Operator>Equal</Operator>
329
+ <PropName>idReorgGeneratedLanguage</PropName>
330
+ <Value>11</Value>
331
+ </Expression>
332
+ </Condition>
333
+ </Depend>
334
+ <Depend type='Default'>
335
+ <Value>12</Value>
336
+ <Cond>value(idReorgGeneratedLanguage) == 22</Cond>
337
+ <Condition>
338
+ <Expression>
339
+ <Type>Comparison</Type>
340
+ <Operator>Equal</Operator>
341
+ <PropName>idReorgGeneratedLanguage</PropName>
342
+ <Value>22</Value>
343
+ </Expression>
344
+ </Condition>
345
+ </Depend>
346
+ <Depend type='Default'>
347
+ <Value>12</Value>
348
+ <Cond>(value(idReorgGeneratedLanguage) == 15) or ((value(idReorgGeneratedLanguage) == 9) or (value(idReorgGeneratedLanguage) == 41))</Cond>
349
+ <Condition>
350
+ <Expression>
351
+ <Type>BooleanExpression</Type>
352
+ <FirstPart>
353
+ <Expression>
354
+ <Type>Comparison</Type>
355
+ <Operator>Equal</Operator>
356
+ <PropName>idReorgGeneratedLanguage</PropName>
357
+ <Value>15</Value>
358
+ </Expression>
359
+ </FirstPart>
360
+ <Operator>or</Operator>
361
+ <SecondPart>
362
+ <Expression>
363
+ <Type>BooleanExpression</Type>
364
+ <FirstPart>
365
+ <Expression>
366
+ <Type>Comparison</Type>
367
+ <Operator>Equal</Operator>
368
+ <PropName>idReorgGeneratedLanguage</PropName>
369
+ <Value>9</Value>
370
+ </Expression>
371
+ </FirstPart>
372
+ <Operator>or</Operator>
373
+ <SecondPart>
374
+ <Expression>
375
+ <Type>Comparison</Type>
376
+ <Operator>Equal</Operator>
377
+ <PropName>idReorgGeneratedLanguage</PropName>
378
+ <Value>41</Value>
379
+ </Expression>
380
+ </SecondPart>
381
+ </Expression>
382
+ </SecondPart>
383
+ </Expression>
384
+ </Condition>
385
+ </Depend>
386
+ <Depend type='Default'>
387
+ <Value>4</Value>
388
+ <Cond>(value(idReorgGeneratedLanguage) == 5) or (value(idReorgGeneratedLanguage) == 6)</Cond>
389
+ <Condition>
390
+ <Expression>
391
+ <Type>BooleanExpression</Type>
392
+ <FirstPart>
393
+ <Expression>
394
+ <Type>Comparison</Type>
395
+ <Operator>Equal</Operator>
396
+ <PropName>idReorgGeneratedLanguage</PropName>
397
+ <Value>5</Value>
398
+ </Expression>
399
+ </FirstPart>
400
+ <Operator>or</Operator>
401
+ <SecondPart>
402
+ <Expression>
403
+ <Type>Comparison</Type>
404
+ <Operator>Equal</Operator>
405
+ <PropName>idReorgGeneratedLanguage</PropName>
406
+ <Value>6</Value>
407
+ </Expression>
408
+ </SecondPart>
409
+ </Expression>
410
+ </Condition>
411
+ </Depend>
412
+ <Depend type='Default'>
413
+ <Value>17</Value>
414
+ <Cond>value(idReorgGeneratedLanguage) == 19</Cond>
415
+ <Condition>
416
+ <Expression>
417
+ <Type>Comparison</Type>
418
+ <Operator>Equal</Operator>
419
+ <PropName>idReorgGeneratedLanguage</PropName>
420
+ <Value>19</Value>
421
+ </Expression>
422
+ </Condition>
423
+ </Depend>
424
+ <Depend type='Default'>
425
+ <Value>19</Value>
426
+ <Cond>(value(idReorgGeneratedLanguage) == 27) or (value(idReorgGeneratedLanguage) == 31)</Cond>
427
+ <Condition>
428
+ <Expression>
429
+ <Type>BooleanExpression</Type>
430
+ <FirstPart>
431
+ <Expression>
432
+ <Type>Comparison</Type>
433
+ <Operator>Equal</Operator>
434
+ <PropName>idReorgGeneratedLanguage</PropName>
435
+ <Value>27</Value>
436
+ </Expression>
437
+ </FirstPart>
438
+ <Operator>or</Operator>
439
+ <SecondPart>
440
+ <Expression>
441
+ <Type>Comparison</Type>
442
+ <Operator>Equal</Operator>
443
+ <PropName>idReorgGeneratedLanguage</PropName>
444
+ <Value>31</Value>
445
+ </Expression>
446
+ </SecondPart>
447
+ </Expression>
448
+ </Condition>
449
+ </Depend>
450
+ <Depend type='Apply'>
451
+ <Cond>value(ModelType) == Prototype</Cond>
452
+ <Condition>
453
+ <Expression>
454
+ <Type>Comparison</Type>
455
+ <Operator>Equal</Operator>
456
+ <PropName>ModelType</PropName>
457
+ <Value>Prototype</Value>
458
+ </Expression>
459
+ </Condition>
460
+ </Depend>
461
+ </Dependencies>
462
+ <Metadata>
463
+ <Value name='ShouldSerialize'>true</Value>
464
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DataSourceAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
465
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.DataSourceValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
466
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DataSourceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
467
+ </Metadata>
468
+ </Prop>
469
+ <Prop>
470
+ <Id>TargetPath</Id>
471
+ <Name>TargetPath</Name>
472
+ <Type>Text</Type>
473
+ <Dependencies>
474
+ <Depend type='Invalid'>
475
+ <Value></Value>
476
+ <Cond>value(ModelType) == Prototype</Cond>
477
+ <Condition>
478
+ <Expression>
479
+ <Type>Comparison</Type>
480
+ <Operator>Equal</Operator>
481
+ <PropName>ModelType</PropName>
482
+ <Value>Prototype</Value>
483
+ </Expression>
484
+ </Condition>
485
+ </Depend>
486
+ <Depend type='Not Show'>
487
+ <Cond>value(ModelType) == Design</Cond>
488
+ <Condition>
489
+ <Expression>
490
+ <Type>Comparison</Type>
491
+ <Operator>Equal</Operator>
492
+ <PropName>ModelType</PropName>
493
+ <Value>Design</Value>
494
+ </Expression>
495
+ </Condition>
496
+ </Depend>
497
+ </Dependencies>
498
+ <Metadata>
499
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.TargetPathDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
500
+ <Value name='ShouldSerialize'>true</Value>
501
+ </Metadata>
502
+ </Prop>
503
+ <Prop hidden='1'>
504
+ <Id>Generator</Id>
505
+ <Name>Generator</Name>
506
+ <Type>Custom</Type>
507
+ <Default>12</Default>
508
+ <CustomType>Artech.Genexus.Common.CustomTypes.GeneratorCustomType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
509
+ <Dependencies>
510
+ <Depend type='Apply'>
511
+ <Cond>value(ModelType) == Prototype</Cond>
512
+ <Condition>
513
+ <Expression>
514
+ <Type>Comparison</Type>
515
+ <Operator>Equal</Operator>
516
+ <PropName>ModelType</PropName>
517
+ <Value>Prototype</Value>
518
+ </Expression>
519
+ </Condition>
520
+ </Depend>
521
+ </Dependencies>
522
+ <Metadata>
523
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.GeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
524
+ <Value name='ShouldSerialize'>true</Value>
525
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.GeneratorAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
526
+ </Metadata>
527
+ <Options>
528
+ <Option type='Not Show'/>
529
+ </Options>
530
+ </Prop>
531
+ <Prop hidden='1'>
532
+ <Id>TranslationType</Id>
533
+ <Name>Translation type</Name>
534
+ <Description>Type of translation.</Description>
535
+ <Type>Combo</Type>
536
+ <Default>None</Default>
537
+ <Values>
538
+ <Value id='Static' desc='Static'/>
539
+ <Value id='RunTime' desc='Run-time'/>
540
+ <Value id='None' desc='No translation'/>
541
+ </Values>
542
+ <Dependencies>
543
+ <Depend type='Invalid'>
544
+ <Value>RunTime</Value>
545
+ <Cond>not ((value(GeneratedLanguage) == 11) or ((value(GeneratedLanguage) == 15) or ((value(GeneratedLanguage) == 22) or (value(idReorgGeneratedLanguage) == 41))))</Cond>
546
+ <Condition>
547
+ <Expression>
548
+ <Type>BooleanExpression</Type>
549
+ <FirstPart>
550
+ <Expression>
551
+ <Type>BooleanExpression</Type>
552
+ <FirstPart>
553
+ <Expression>
554
+ <Type>Comparison</Type>
555
+ <Operator>Equal</Operator>
556
+ <PropName>GeneratedLanguage</PropName>
557
+ <Value>11</Value>
558
+ </Expression>
559
+ </FirstPart>
560
+ <Operator>or</Operator>
561
+ <SecondPart>
562
+ <Expression>
563
+ <Type>BooleanExpression</Type>
564
+ <FirstPart>
565
+ <Expression>
566
+ <Type>Comparison</Type>
567
+ <Operator>Equal</Operator>
568
+ <PropName>GeneratedLanguage</PropName>
569
+ <Value>15</Value>
570
+ </Expression>
571
+ </FirstPart>
572
+ <Operator>or</Operator>
573
+ <SecondPart>
574
+ <Expression>
575
+ <Type>BooleanExpression</Type>
576
+ <FirstPart>
577
+ <Expression>
578
+ <Type>Comparison</Type>
579
+ <Operator>Equal</Operator>
580
+ <PropName>GeneratedLanguage</PropName>
581
+ <Value>22</Value>
582
+ </Expression>
583
+ </FirstPart>
584
+ <Operator>or</Operator>
585
+ <SecondPart>
586
+ <Expression>
587
+ <Type>Comparison</Type>
588
+ <Operator>Equal</Operator>
589
+ <PropName>idReorgGeneratedLanguage</PropName>
590
+ <Value>41</Value>
591
+ </Expression>
592
+ </SecondPart>
593
+ </Expression>
594
+ </SecondPart>
595
+ </Expression>
596
+ </SecondPart>
597
+ </Expression>
598
+ </FirstPart>
599
+ <Operator>not</Operator>
600
+ </Expression>
601
+ </Condition>
602
+ </Depend>
603
+ <Depend type='Not Show'>
604
+ <Cond>value(ModelType) != Prototype</Cond>
605
+ <Condition>
606
+ <Expression>
607
+ <Type>Comparison</Type>
608
+ <Operator>NotEqual</Operator>
609
+ <PropName>ModelType</PropName>
610
+ <Value>Prototype</Value>
611
+ </Expression>
612
+ </Condition>
613
+ </Depend>
614
+ </Dependencies>
615
+ <Metadata>
616
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.TranslationTypeAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
617
+ <Value name='FlagBuildAction'>RebuildAll</Value>
618
+ </Metadata>
619
+ </Prop>
620
+ <Prop hidden='1'>
621
+ <Id>idTRANSLATE_TO_LANGUAGE</Id>
622
+ <Name>Translate to language</Name>
623
+ <Description>Translate all literals to the specified language.</Description>
624
+ <Type>Custom</Type>
625
+ <CustomType>Artech.Genexus.Common.CustomTypes.LanguageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
626
+ <Dependencies>
627
+ <Depend type='Apply'>
628
+ <Cond>value(TranslationType) == Static</Cond>
629
+ <Condition>
630
+ <Expression>
631
+ <Type>Comparison</Type>
632
+ <Operator>Equal</Operator>
633
+ <PropName>TranslationType</PropName>
634
+ <Value>Static</Value>
635
+ </Expression>
636
+ </Condition>
637
+ </Depend>
638
+ <Depend type='Not Show'>
639
+ <Cond>value(ModelType) == Design</Cond>
640
+ <Condition>
641
+ <Expression>
642
+ <Type>Comparison</Type>
643
+ <Operator>Equal</Operator>
644
+ <PropName>ModelType</PropName>
645
+ <Value>Design</Value>
646
+ </Expression>
647
+ </Condition>
648
+ </Depend>
649
+ </Dependencies>
650
+ <Metadata>
651
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.TranslateToLanguageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
652
+ <Value name='FlagBuildAction'>RebuildAll</Value>
653
+ </Metadata>
654
+ <Options>
655
+ <Option type='Dyn Default'/>
656
+ </Options>
657
+ </Prop>
658
+ <Prop hidden='1'>
659
+ <Id>TranslationsExceptions</Id>
660
+ <Name>Translation exceptions</Name>
661
+ <Description>List of regular expressions that are excluded from translation</Description>
662
+ <Type>Text</Type>
663
+ <Default>@a[0123456789ABCDEF]{6}#0.*javascript.*#0[ \t\-_=x\*]+#0[^[:alpha:]]*#0&amp;lt;.*&amp;gt;#1</Default>
664
+ <Dependencies>
665
+ <Depend type='Not Show'>
666
+ <Cond>value(TranslationType) == None</Cond>
667
+ <Condition>
668
+ <Expression>
669
+ <Type>Comparison</Type>
670
+ <Operator>Equal</Operator>
671
+ <PropName>TranslationType</PropName>
672
+ <Value>None</Value>
673
+ </Expression>
674
+ </Condition>
675
+ </Depend>
676
+ <Depend type='Not Show'>
677
+ <Cond>value(ModelType) == Design</Cond>
678
+ <Condition>
679
+ <Expression>
680
+ <Type>Comparison</Type>
681
+ <Operator>Equal</Operator>
682
+ <PropName>ModelType</PropName>
683
+ <Value>Design</Value>
684
+ </Expression>
685
+ </Condition>
686
+ </Depend>
687
+ </Dependencies>
688
+ <Metadata>
689
+ <Value name='UITypeEditor'>Artech.Packages.Genexus.UI.TypeEditors.TranslationsExceptionsUITypeEditor, Artech.Packages.GenexusUI, PublicKeyToken=6f5bf81c27b6b8aa</Value>
690
+ <Value name='FlagBuildAction'>RebuildAll</Value>
691
+ </Metadata>
692
+ </Prop>
693
+ <Prop>
694
+ <Id>StartupObject</Id>
695
+ <Name>Startup Object</Name>
696
+ <Type>Custom</Type>
697
+ <CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
698
+ <Dependencies>
699
+ <Depend type='Not Show'>
700
+ <Cond>value(ModelType) == Design</Cond>
701
+ <Condition>
702
+ <Expression>
703
+ <Type>Comparison</Type>
704
+ <Operator>Equal</Operator>
705
+ <PropName>ModelType</PropName>
706
+ <Value>Design</Value>
707
+ </Expression>
708
+ </Condition>
709
+ </Depend>
710
+ </Dependencies>
711
+ <Metadata>
712
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=84A12160-F59B-4ad7-A683-EA4481AC23E9,AllowedType=1DB606F2-AF09-4cf9-A3B5-B481519D28F6, AllowedType=C9584656-94B6-4ccd-890F-332D11FC2C25, AllowedType=198E8EA4-1D49-4c9c-8A9A-417024BAA9D1,
713
+ AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
714
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.StartupObjectValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
715
+ </Metadata>
716
+ </Prop>
717
+ <Prop>
718
+ <Id>PRESERVE_TABLE_CASING</Id>
719
+ <Name>Preserve Table Casing</Name>
720
+ <Type>Boolean</Type>
721
+ <Default>true</Default>
722
+ <Metadata>
723
+ <Value name='FlagCategories'>Advanced</Value>
724
+ <Value name='FlagBuildAction'>CreateDBAndRebuildAll</Value>
725
+ </Metadata>
726
+ </Prop>
727
+ <Prop hidden='1'>
728
+ <Id>AutomaticPrompts</Id>
729
+ <Name>Generate prompt programs</Name>
730
+ <Description>Controls whether prompt objects are generated automatically or not.</Description>
731
+ <Type>Combo</Type>
732
+ <Default>Yes</Default>
733
+ <Values>
734
+ <Value id='Yes' desc='Yes'/>
735
+ <Value id='No' desc='No'/>
736
+ </Values>
737
+ <Dependencies>
738
+ <Depend type='Not Show'>
739
+ <Cond>value(ModelType) != Design</Cond>
740
+ <Condition>
741
+ <Expression>
742
+ <Type>Comparison</Type>
743
+ <Operator>NotEqual</Operator>
744
+ <PropName>ModelType</PropName>
745
+ <Value>Design</Value>
746
+ </Expression>
747
+ </Condition>
748
+ </Depend>
749
+ </Dependencies>
750
+ <Metadata>
751
+ <Value name='FlagCategories'>Advanced</Value>
752
+ </Metadata>
753
+ </Prop>
754
+ <Prop hidden='1'>
755
+ <Id>idISBCWEBSERVICE</Id>
756
+ <Name>idISBCWEBSERVICE</Name>
757
+ <Type>Boolean</Type>
758
+ <Options>
759
+ <Option type='Not Show'/>
760
+ </Options>
761
+ </Prop>
762
+ <Prop>
763
+ <Id>idISBUSINESSCOMPONENT</Id>
764
+ <Name>Business Component</Name>
765
+ <Description>Business Component</Description>
766
+ <Type>Boolean</Type>
767
+ <Default>false</Default>
768
+ <Dependencies>
769
+ <Depend type='Not Show'>
770
+ <Cond>value(ModelType) == Design</Cond>
771
+ <Condition>
772
+ <Expression>
773
+ <Type>Comparison</Type>
774
+ <Operator>Equal</Operator>
775
+ <PropName>ModelType</PropName>
776
+ <Value>Design</Value>
777
+ </Expression>
778
+ </Condition>
779
+ </Depend>
780
+ </Dependencies>
781
+ <Metadata>
782
+ <Value name='FlagBuildAction'>RebuildTrns</Value>
783
+ </Metadata>
784
+ </Prop>
785
+ <Prop>
786
+ <Id>idPOPULATEDATA</Id>
787
+ <Name>Populate Data</Name>
788
+ <Description>Allows controlling whether data population should be run as part of the build process.</Description>
789
+ <Type>Boolean</Type>
790
+ <Default>true</Default>
791
+ <Dependencies>
792
+ <Depend type='Not Show'>
793
+ <Cond>value(ModelType) == Design</Cond>
794
+ <Condition>
795
+ <Expression>
796
+ <Type>Comparison</Type>
797
+ <Operator>Equal</Operator>
798
+ <PropName>ModelType</PropName>
799
+ <Value>Design</Value>
800
+ </Expression>
801
+ </Condition>
802
+ </Depend>
803
+ </Dependencies>
804
+ </Prop>
805
+ <Prop>
806
+ <Id>SynchronizeWiki</Id>
807
+ <Name>Synchronize with External Wiki</Name>
808
+ <Type>Boolean</Type>
809
+ <Default>true</Default>
810
+ <Dependencies>
811
+ <Depend type='Not Show'>
812
+ <Cond>value(ModelType) == Design</Cond>
813
+ <Condition>
814
+ <Expression>
815
+ <Type>Comparison</Type>
816
+ <Operator>Equal</Operator>
817
+ <PropName>ModelType</PropName>
818
+ <Value>Design</Value>
819
+ </Expression>
820
+ </Condition>
821
+ </Depend>
822
+ </Dependencies>
823
+ </Prop>
824
+ <Prop hidden='1'>
825
+ <Id>ProtectedVersion</Id>
826
+ <Name>ProtectedVersion</Name>
827
+ <Type>Boolean</Type>
828
+ <Default>false</Default>
829
+ <Options>
830
+ <Option type='Not Show'/>
831
+ </Options>
832
+ </Prop>
833
+ <Prop>
834
+ <Id>StorageTimeZone</Id>
835
+ <Name>DateTime storage timezone</Name>
836
+ <Description>Timezone for datetime database storage</Description>
837
+ <Type>Custom</Type>
838
+ <Default>0000</Default>
839
+ <CustomType>Artech.Genexus.Common.CustomTypes.TimeZone, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
840
+ <Dependencies>
841
+ <Depend type='Apply'>
842
+ <Cond>value(ModelType) != Design</Cond>
843
+ <Condition>
844
+ <Expression>
845
+ <Type>Comparison</Type>
846
+ <Operator>NotEqual</Operator>
847
+ <PropName>ModelType</PropName>
848
+ <Value>Design</Value>
849
+ </Expression>
850
+ </Condition>
851
+ </Depend>
852
+ </Dependencies>
853
+ <Metadata>
854
+ <Value name='FlagBuildAction'>RebuildAll</Value>
855
+ </Metadata>
856
+ </Prop>
857
+ <Prop hidden='1'>
858
+ <Id>ReadOnly</Id>
859
+ <Name>ReadOnly</Name>
860
+ <Type>Boolean</Type>
861
+ <Default>false</Default>
862
+ <Metadata>
863
+ <Value name='FlagExport'>false</Value>
864
+ </Metadata>
865
+ <Options>
866
+ <Option type='Not Show'/>
867
+ </Options>
868
+ </Prop>
869
+ <Prop hidden='1'>
870
+ <Id>InvalidState</Id>
871
+ <Name>InvalidState</Name>
872
+ <Type>Boolean</Type>
873
+ <Default>false</Default>
874
+ <Options>
875
+ <Option type='Not Show'/>
876
+ </Options>
877
+ </Prop>
878
+ <Prop hidden='1'>
879
+ <Id>LikeEscapeCharacter</Id>
880
+ <Name>LIKE escape character</Name>
881
+ <Type>Custom</Type>
882
+ <Default></Default>
883
+ <CustomType>Artech.Genexus.Common.CustomTypes.LikeEscapeCharacterType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
884
+ <Dependencies>
885
+ <Depend type='Apply'>
886
+ <Cond>value(ModelType) == Design</Cond>
887
+ <Condition>
888
+ <Expression>
889
+ <Type>Comparison</Type>
890
+ <Operator>Equal</Operator>
891
+ <PropName>ModelType</PropName>
892
+ <Value>Design</Value>
893
+ </Expression>
894
+ </Condition>
895
+ </Depend>
896
+ </Dependencies>
897
+ <Metadata>
898
+ <Value name='FlagBuildAction'>RebuildAll</Value>
899
+ </Metadata>
900
+ </Prop>
901
+ <Prop hidden='1'>
902
+ <Id>EnableIntegratedSecurity</Id>
903
+ <Name>Enable Integrated Security</Name>
904
+ <Type>Boolean</Type>
905
+ <Default>false</Default>
906
+ <Dependencies>
907
+ <Depend type='Apply'>
908
+ <Cond>value(ModelType) == Design</Cond>
909
+ <Condition>
910
+ <Expression>
911
+ <Type>Comparison</Type>
912
+ <Operator>Equal</Operator>
913
+ <PropName>ModelType</PropName>
914
+ <Value>Design</Value>
915
+ </Expression>
916
+ </Condition>
917
+ </Depend>
918
+ </Dependencies>
919
+ <Metadata>
920
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.EnableIntegratedSecurityAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
921
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.EnableIntegratedSecurityDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
922
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.EnableIntegratedSecurityReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
923
+ <Value name='FlagUIValidResolver'>Artech.Packages.GAM.EnableIntegratedSecurityUIValidResolver, Artech.Packages.GAM.UI, PublicKeyToken=6f5bf81c27b6b8aa</Value>
924
+ <Value name='FlagBuildAction'>RebuildAll</Value>
925
+ </Metadata>
926
+ </Prop>
927
+ <Group hidden='1'>
928
+ <Id>IntegratedSecurityGroup</Id>
929
+ <Name>Integrated Security</Name>
930
+ <Type>Group</Type>
931
+ <Children>
932
+ <Prop hidden='1'>
933
+ <Id>IntegratedSecurityLevel</Id>
934
+ <Name>Integrated Security Level</Name>
935
+ <Type>Combo</Type>
936
+ <Default>SecurityNone</Default>
937
+ <Values>
938
+ <Value id='SecurityNone' desc='None'/>
939
+ <Value id='SecurityLow' desc='Authentication'/>
940
+ <Value id='SecurityHigh' desc='Authorization'/>
941
+ </Values>
942
+ <Dependencies>
943
+ <Depend type='Default'>
944
+ <Value>SecurityLow</Value>
945
+ <Cond>value(EnableIntegratedSecurity) == true</Cond>
946
+ <Condition>
947
+ <Expression>
948
+ <Type>Comparison</Type>
949
+ <Operator>Equal</Operator>
950
+ <PropName>EnableIntegratedSecurity</PropName>
951
+ <Value>true</Value>
952
+ </Expression>
953
+ </Condition>
954
+ </Depend>
955
+ <Depend type='Not Show'>
956
+ <Cond>(value(EnableIntegratedSecurity) == false) or (value(ModelType) != Design)</Cond>
957
+ <Condition>
958
+ <Expression>
959
+ <Type>BooleanExpression</Type>
960
+ <FirstPart>
961
+ <Expression>
962
+ <Type>Comparison</Type>
963
+ <Operator>Equal</Operator>
964
+ <PropName>EnableIntegratedSecurity</PropName>
965
+ <Value>false</Value>
966
+ </Expression>
967
+ </FirstPart>
968
+ <Operator>or</Operator>
969
+ <SecondPart>
970
+ <Expression>
971
+ <Type>Comparison</Type>
972
+ <Operator>NotEqual</Operator>
973
+ <PropName>ModelType</PropName>
974
+ <Value>Design</Value>
975
+ </Expression>
976
+ </SecondPart>
977
+ </Expression>
978
+ </Condition>
979
+ </Depend>
980
+ </Dependencies>
981
+ <Metadata>
982
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
983
+ <Value name='FlagBuildAction'>RebuildAll</Value>
984
+ </Metadata>
985
+ </Prop>
986
+ <Prop hidden='1'>
987
+ <Id>idLibraryInfo</Id>
988
+ <Name>LibraryInfo</Name>
989
+ <Type>Text</Type>
990
+ <Metadata>
991
+ <Value name='FlagModelIniIfApply'>false</Value>
992
+ </Metadata>
993
+ <Options>
994
+ <Option type='Not Show'/>
995
+ </Options>
996
+ </Prop>
997
+ <Prop hidden='1'>
998
+ <Id>IntegratedSecurityRepositoryId</Id>
999
+ <Name>Repository ID</Name>
1000
+ <Description>Integrated security repository ID.</Description>
1001
+ <Type>Text</Type>
1002
+ <Dependencies>
1003
+ <Depend type='Not Show'>
1004
+ <Cond>(value(EnableIntegratedSecurity) == false) or (value(ModelType) == Design)</Cond>
1005
+ <Condition>
1006
+ <Expression>
1007
+ <Type>BooleanExpression</Type>
1008
+ <FirstPart>
1009
+ <Expression>
1010
+ <Type>Comparison</Type>
1011
+ <Operator>Equal</Operator>
1012
+ <PropName>EnableIntegratedSecurity</PropName>
1013
+ <Value>false</Value>
1014
+ </Expression>
1015
+ </FirstPart>
1016
+ <Operator>or</Operator>
1017
+ <SecondPart>
1018
+ <Expression>
1019
+ <Type>Comparison</Type>
1020
+ <Operator>Equal</Operator>
1021
+ <PropName>ModelType</PropName>
1022
+ <Value>Design</Value>
1023
+ </Expression>
1024
+ </SecondPart>
1025
+ </Expression>
1026
+ </Condition>
1027
+ </Depend>
1028
+ </Dependencies>
1029
+ <Metadata>
1030
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityRepositoryIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1031
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityRepositoryIdAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1032
+ <Value name='FlagExport'>false</Value>
1033
+ <Value name='FlagModelIniIfApply'>false</Value>
1034
+ </Metadata>
1035
+ </Prop>
1036
+ <Prop hidden='1'>
1037
+ <Id>IntegratedSecurityApplicationId</Id>
1038
+ <Name>Application ID</Name>
1039
+ <Description>Integrated security application ID.</Description>
1040
+ <Type>Text</Type>
1041
+ <Dependencies>
1042
+ <Depend type='Not Show'>
1043
+ <Cond>(value(EnableIntegratedSecurity) == false) or (value(ModelType) != Design)</Cond>
1044
+ <Condition>
1045
+ <Expression>
1046
+ <Type>BooleanExpression</Type>
1047
+ <FirstPart>
1048
+ <Expression>
1049
+ <Type>Comparison</Type>
1050
+ <Operator>Equal</Operator>
1051
+ <PropName>EnableIntegratedSecurity</PropName>
1052
+ <Value>false</Value>
1053
+ </Expression>
1054
+ </FirstPart>
1055
+ <Operator>or</Operator>
1056
+ <SecondPart>
1057
+ <Expression>
1058
+ <Type>Comparison</Type>
1059
+ <Operator>NotEqual</Operator>
1060
+ <PropName>ModelType</PropName>
1061
+ <Value>Design</Value>
1062
+ </Expression>
1063
+ </SecondPart>
1064
+ </Expression>
1065
+ </Condition>
1066
+ </Depend>
1067
+ </Dependencies>
1068
+ <Metadata>
1069
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplictationIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1070
+ <Value name='FlagModelIniIfApply'>false</Value>
1071
+ </Metadata>
1072
+ </Prop>
1073
+ <Prop hidden='1'>
1074
+ <Id>IntegratedSecurityAdministratorUserName</Id>
1075
+ <Name>Administrator User Name</Name>
1076
+ <Description>Integrated security administrator user name.</Description>
1077
+ <Type>Text</Type>
1078
+ <Dependencies>
1079
+ <Depend type='Not Show'>
1080
+ <Cond>(value(EnableIntegratedSecurity) == false) or (value(ModelType) == Design)</Cond>
1081
+ <Condition>
1082
+ <Expression>
1083
+ <Type>BooleanExpression</Type>
1084
+ <FirstPart>
1085
+ <Expression>
1086
+ <Type>Comparison</Type>
1087
+ <Operator>Equal</Operator>
1088
+ <PropName>EnableIntegratedSecurity</PropName>
1089
+ <Value>false</Value>
1090
+ </Expression>
1091
+ </FirstPart>
1092
+ <Operator>or</Operator>
1093
+ <SecondPart>
1094
+ <Expression>
1095
+ <Type>Comparison</Type>
1096
+ <Operator>Equal</Operator>
1097
+ <PropName>ModelType</PropName>
1098
+ <Value>Design</Value>
1099
+ </Expression>
1100
+ </SecondPart>
1101
+ </Expression>
1102
+ </Condition>
1103
+ </Depend>
1104
+ </Dependencies>
1105
+ <Metadata>
1106
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityAdministratorUserNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1107
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityAdministratorUserNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1108
+ <Value name='FlagExport'>false</Value>
1109
+ <Value name='FlagModelIniIfApply'>false</Value>
1110
+ </Metadata>
1111
+ </Prop>
1112
+ <Prop hidden='1'>
1113
+ <Id>IntegratedSecurityAdministratorUserPassword</Id>
1114
+ <Name>Administrator User Password</Name>
1115
+ <Description>Integrated security administrator user password.</Description>
1116
+ <Type>Text</Type>
1117
+ <Dependencies>
1118
+ <Depend type='Not Show'>
1119
+ <Cond>(value(EnableIntegratedSecurity) == false) or (value(ModelType) == Design)</Cond>
1120
+ <Condition>
1121
+ <Expression>
1122
+ <Type>BooleanExpression</Type>
1123
+ <FirstPart>
1124
+ <Expression>
1125
+ <Type>Comparison</Type>
1126
+ <Operator>Equal</Operator>
1127
+ <PropName>EnableIntegratedSecurity</PropName>
1128
+ <Value>false</Value>
1129
+ </Expression>
1130
+ </FirstPart>
1131
+ <Operator>or</Operator>
1132
+ <SecondPart>
1133
+ <Expression>
1134
+ <Type>Comparison</Type>
1135
+ <Operator>Equal</Operator>
1136
+ <PropName>ModelType</PropName>
1137
+ <Value>Design</Value>
1138
+ </Expression>
1139
+ </SecondPart>
1140
+ </Expression>
1141
+ </Condition>
1142
+ </Depend>
1143
+ </Dependencies>
1144
+ <Metadata>
1145
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityAdministratorUserPasswordDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1146
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityAdministratorUserPswAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1147
+ <Value name='FlagExport'>false</Value>
1148
+ <Value name='FlagModelIniIfApply'>false</Value>
1149
+ </Metadata>
1150
+ <Options>
1151
+ <Option type='Password'/>
1152
+ </Options>
1153
+ </Prop>
1154
+ <Prop hidden='1'>
1155
+ <Id>IntegratedSecurityConnectionUserName</Id>
1156
+ <Name>Connection User Name</Name>
1157
+ <Description>Integrated security connection user name.</Description>
1158
+ <Type>Text</Type>
1159
+ <Dependencies>
1160
+ <Depend type='Not Show'>
1161
+ <Cond>(value(EnableIntegratedSecurity) == false) or (value(ModelType) == Design)</Cond>
1162
+ <Condition>
1163
+ <Expression>
1164
+ <Type>BooleanExpression</Type>
1165
+ <FirstPart>
1166
+ <Expression>
1167
+ <Type>Comparison</Type>
1168
+ <Operator>Equal</Operator>
1169
+ <PropName>EnableIntegratedSecurity</PropName>
1170
+ <Value>false</Value>
1171
+ </Expression>
1172
+ </FirstPart>
1173
+ <Operator>or</Operator>
1174
+ <SecondPart>
1175
+ <Expression>
1176
+ <Type>Comparison</Type>
1177
+ <Operator>Equal</Operator>
1178
+ <PropName>ModelType</PropName>
1179
+ <Value>Design</Value>
1180
+ </Expression>
1181
+ </SecondPart>
1182
+ </Expression>
1183
+ </Condition>
1184
+ </Depend>
1185
+ </Dependencies>
1186
+ <Metadata>
1187
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityConnectionUserNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1188
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityConnectionUserNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1189
+ <Value name='FlagExport'>false</Value>
1190
+ <Value name='FlagModelIniIfApply'>false</Value>
1191
+ </Metadata>
1192
+ </Prop>
1193
+ <Prop hidden='1'>
1194
+ <Id>IntegratedSecurityConnectionUserPassword</Id>
1195
+ <Name>Connection User Password</Name>
1196
+ <Description>Integrated security connection user password.</Description>
1197
+ <Type>Text</Type>
1198
+ <Dependencies>
1199
+ <Depend type='Not Show'>
1200
+ <Cond>(value(EnableIntegratedSecurity) == false) or (value(ModelType) == Design)</Cond>
1201
+ <Condition>
1202
+ <Expression>
1203
+ <Type>BooleanExpression</Type>
1204
+ <FirstPart>
1205
+ <Expression>
1206
+ <Type>Comparison</Type>
1207
+ <Operator>Equal</Operator>
1208
+ <PropName>EnableIntegratedSecurity</PropName>
1209
+ <Value>false</Value>
1210
+ </Expression>
1211
+ </FirstPart>
1212
+ <Operator>or</Operator>
1213
+ <SecondPart>
1214
+ <Expression>
1215
+ <Type>Comparison</Type>
1216
+ <Operator>Equal</Operator>
1217
+ <PropName>ModelType</PropName>
1218
+ <Value>Design</Value>
1219
+ </Expression>
1220
+ </SecondPart>
1221
+ </Expression>
1222
+ </Condition>
1223
+ </Depend>
1224
+ </Dependencies>
1225
+ <Metadata>
1226
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityConnectionUserPasswordDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1227
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityConnectionUserPswAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1228
+ <Value name='FlagExport'>false</Value>
1229
+ <Value name='FlagModelIniIfApply'>false</Value>
1230
+ </Metadata>
1231
+ <Options>
1232
+ <Option type='Password'/>
1233
+ </Options>
1234
+ </Prop>
1235
+ <Prop hidden='1'>
1236
+ <Id>GamBackendStyleOverride</Id>
1237
+ <Name>GAM Backend Style Override</Name>
1238
+ <Description>Defines the Knowledge Base style object used to customize GAM backend style</Description>
1239
+ <Type>Custom</Type>
1240
+ <CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1241
+ <Dependencies>
1242
+ <Depend type='Apply'>
1243
+ <Cond>value(ModelType) == Design</Cond>
1244
+ <Condition>
1245
+ <Expression>
1246
+ <Type>Comparison</Type>
1247
+ <Operator>Equal</Operator>
1248
+ <PropName>ModelType</PropName>
1249
+ <Value>Design</Value>
1250
+ </Expression>
1251
+ </Condition>
1252
+ </Depend>
1253
+ <Depend type='Not Show'>
1254
+ <Cond>value(EnableIntegratedSecurity) == false</Cond>
1255
+ <Condition>
1256
+ <Expression>
1257
+ <Type>Comparison</Type>
1258
+ <Operator>Equal</Operator>
1259
+ <PropName>EnableIntegratedSecurity</PropName>
1260
+ <Value>false</Value>
1261
+ </Expression>
1262
+ </Condition>
1263
+ </Depend>
1264
+ </Dependencies>
1265
+ <Metadata>
1266
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=78b3fa0e-174c-4b2b-8716-718167a428b5, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1267
+ <Value name='FlagModelIniIfApply'>false</Value>
1268
+ <Value name='FlagBuildAction'>NoActionIsRequired</Value>
1269
+ </Metadata>
1270
+ </Prop>
1271
+ <Group hidden='1'>
1272
+ <Id>IntegratedSecurityWebGroup</Id>
1273
+ <Name>Web specific</Name>
1274
+ <Type>Group</Type>
1275
+ <Children>
1276
+ <Prop hidden='1'>
1277
+ <Id>IntegratedSecurityLoginWeb</Id>
1278
+ <Name>Login Object for Web</Name>
1279
+ <Type>Custom</Type>
1280
+ <CustomType>Artech.Genexus.Common.CustomTypes.SecurityWebObjectReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1281
+ <Dependencies>
1282
+ <Depend type='On Change'>
1283
+ <Cond>onChange(IntegratedSecurityLevel)</Cond>
1284
+ <Condition>
1285
+ <Expression>
1286
+ <Type>OnChange</Type>
1287
+ <PropName>IntegratedSecurityLevel</PropName>
1288
+ </Expression>
1289
+ </Condition>
1290
+ </Depend>
1291
+ <Depend type='Apply'>
1292
+ <Cond>(value(EnableIntegratedSecurity) == true) and (value(ModelType) == Design)</Cond>
1293
+ <Condition>
1294
+ <Expression>
1295
+ <Type>BooleanExpression</Type>
1296
+ <FirstPart>
1297
+ <Expression>
1298
+ <Type>Comparison</Type>
1299
+ <Operator>Equal</Operator>
1300
+ <PropName>EnableIntegratedSecurity</PropName>
1301
+ <Value>true</Value>
1302
+ </Expression>
1303
+ </FirstPart>
1304
+ <Operator>and</Operator>
1305
+ <SecondPart>
1306
+ <Expression>
1307
+ <Type>Comparison</Type>
1308
+ <Operator>Equal</Operator>
1309
+ <PropName>ModelType</PropName>
1310
+ <Value>Design</Value>
1311
+ </Expression>
1312
+ </SecondPart>
1313
+ </Expression>
1314
+ </Condition>
1315
+ </Depend>
1316
+ </Dependencies>
1317
+ <Metadata>
1318
+ <Value name='FlagGuidAsName'>true</Value>
1319
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C9584656-94B6-4ccd-890F-332D11FC2C25, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1320
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SecurityWebLoginDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1321
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityWebLoginValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1322
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
1323
+ </Metadata>
1324
+ </Prop>
1325
+ <Prop hidden='1'>
1326
+ <Id>IntegratedSecurityNotAuthorizedWeb</Id>
1327
+ <Name>Not Authorized Object for Web</Name>
1328
+ <Type>Custom</Type>
1329
+ <CustomType>Artech.Genexus.Common.CustomTypes.SecurityWebObjectReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1330
+ <Dependencies>
1331
+ <Depend type='On Change'>
1332
+ <Cond>onChange(IntegratedSecurityLevel)</Cond>
1333
+ <Condition>
1334
+ <Expression>
1335
+ <Type>OnChange</Type>
1336
+ <PropName>IntegratedSecurityLevel</PropName>
1337
+ </Expression>
1338
+ </Condition>
1339
+ </Depend>
1340
+ <Depend type='Apply'>
1341
+ <Cond>(value(EnableIntegratedSecurity) == true) and (value(ModelType) == Design)</Cond>
1342
+ <Condition>
1343
+ <Expression>
1344
+ <Type>BooleanExpression</Type>
1345
+ <FirstPart>
1346
+ <Expression>
1347
+ <Type>Comparison</Type>
1348
+ <Operator>Equal</Operator>
1349
+ <PropName>EnableIntegratedSecurity</PropName>
1350
+ <Value>true</Value>
1351
+ </Expression>
1352
+ </FirstPart>
1353
+ <Operator>and</Operator>
1354
+ <SecondPart>
1355
+ <Expression>
1356
+ <Type>Comparison</Type>
1357
+ <Operator>Equal</Operator>
1358
+ <PropName>ModelType</PropName>
1359
+ <Value>Design</Value>
1360
+ </Expression>
1361
+ </SecondPart>
1362
+ </Expression>
1363
+ </Condition>
1364
+ </Depend>
1365
+ </Dependencies>
1366
+ <Metadata>
1367
+ <Value name='FlagGuidAsName'>true</Value>
1368
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C9584656-94B6-4ccd-890F-332D11FC2C25, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1369
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SecurityWebNotAuthorizedObjDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1370
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityWebNotAuthorizedValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1371
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
1372
+ </Metadata>
1373
+ </Prop>
1374
+ </Children>
1375
+ </Group>
1376
+ <Group hidden='1'>
1377
+ <Id>IntegratedSecuritySDGroup</Id>
1378
+ <Name>SmartDevices specific</Name>
1379
+ <Type>Group</Type>
1380
+ <Children>
1381
+ <Prop hidden='1'>
1382
+ <Id>IntegratedSecurityLoginSD</Id>
1383
+ <Name>Login Object for SD</Name>
1384
+ <Type>Custom</Type>
1385
+ <CustomType>Artech.Genexus.Common.CustomTypes.SecurityLoginSDObjectReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1386
+ <Dependencies>
1387
+ <Depend type='On Change'>
1388
+ <Cond>onChange(IntegratedSecurityLevel)</Cond>
1389
+ <Condition>
1390
+ <Expression>
1391
+ <Type>OnChange</Type>
1392
+ <PropName>IntegratedSecurityLevel</PropName>
1393
+ </Expression>
1394
+ </Condition>
1395
+ </Depend>
1396
+ <Depend type='Apply'>
1397
+ <Cond>(value(EnableIntegratedSecurity) == true) and (value(ModelType) == Design)</Cond>
1398
+ <Condition>
1399
+ <Expression>
1400
+ <Type>BooleanExpression</Type>
1401
+ <FirstPart>
1402
+ <Expression>
1403
+ <Type>Comparison</Type>
1404
+ <Operator>Equal</Operator>
1405
+ <PropName>EnableIntegratedSecurity</PropName>
1406
+ <Value>true</Value>
1407
+ </Expression>
1408
+ </FirstPart>
1409
+ <Operator>and</Operator>
1410
+ <SecondPart>
1411
+ <Expression>
1412
+ <Type>Comparison</Type>
1413
+ <Operator>Equal</Operator>
1414
+ <PropName>ModelType</PropName>
1415
+ <Value>Design</Value>
1416
+ </Expression>
1417
+ </SecondPart>
1418
+ </Expression>
1419
+ </Condition>
1420
+ </Depend>
1421
+ </Dependencies>
1422
+ <Metadata>
1423
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1424
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SecuritySDLoginDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1425
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecuritySDLoginValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1426
+ <Value name='FlagModelIniIfApply'>false</Value>
1427
+ </Metadata>
1428
+ </Prop>
1429
+ <Prop hidden='1'>
1430
+ <Id>IntegratedSecurityNotAuthorizedSD</Id>
1431
+ <Name>Not Authorized Object for SD</Name>
1432
+ <Type>Custom</Type>
1433
+ <CustomType>Artech.Genexus.Common.CustomTypes.SecurityLoginSDObjectReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1434
+ <Dependencies>
1435
+ <Depend type='On Change'>
1436
+ <Cond>onChange(IntegratedSecurityLevel)</Cond>
1437
+ <Condition>
1438
+ <Expression>
1439
+ <Type>OnChange</Type>
1440
+ <PropName>IntegratedSecurityLevel</PropName>
1441
+ </Expression>
1442
+ </Condition>
1443
+ </Depend>
1444
+ <Depend type='Apply'>
1445
+ <Cond>(value(EnableIntegratedSecurity) == true) and (value(ModelType) == Design)</Cond>
1446
+ <Condition>
1447
+ <Expression>
1448
+ <Type>BooleanExpression</Type>
1449
+ <FirstPart>
1450
+ <Expression>
1451
+ <Type>Comparison</Type>
1452
+ <Operator>Equal</Operator>
1453
+ <PropName>EnableIntegratedSecurity</PropName>
1454
+ <Value>true</Value>
1455
+ </Expression>
1456
+ </FirstPart>
1457
+ <Operator>and</Operator>
1458
+ <SecondPart>
1459
+ <Expression>
1460
+ <Type>Comparison</Type>
1461
+ <Operator>Equal</Operator>
1462
+ <PropName>ModelType</PropName>
1463
+ <Value>Design</Value>
1464
+ </Expression>
1465
+ </SecondPart>
1466
+ </Expression>
1467
+ </Condition>
1468
+ </Depend>
1469
+ </Dependencies>
1470
+ <Metadata>
1471
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1472
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SecuritySDNotAuthorizedDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1473
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecuritySDNotAuhorizedValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1474
+ <Value name='FlagModelIniIfApply'>false</Value>
1475
+ </Metadata>
1476
+ </Prop>
1477
+ <Prop hidden='1'>
1478
+ <Id>IntegratedSecurityChangePasswordObjectSD</Id>
1479
+ <Name>Change Password Object for SD</Name>
1480
+ <Type>Custom</Type>
1481
+ <CustomType>Artech.Genexus.Common.CustomTypes.SecurityLoginSDObjectReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1482
+ <Dependencies>
1483
+ <Depend type='On Change'>
1484
+ <Cond>onChange(IntegratedSecurityLevel)</Cond>
1485
+ <Condition>
1486
+ <Expression>
1487
+ <Type>OnChange</Type>
1488
+ <PropName>IntegratedSecurityLevel</PropName>
1489
+ </Expression>
1490
+ </Condition>
1491
+ </Depend>
1492
+ <Depend type='Apply'>
1493
+ <Cond>(value(EnableIntegratedSecurity) == true) and (value(ModelType) == Design)</Cond>
1494
+ <Condition>
1495
+ <Expression>
1496
+ <Type>BooleanExpression</Type>
1497
+ <FirstPart>
1498
+ <Expression>
1499
+ <Type>Comparison</Type>
1500
+ <Operator>Equal</Operator>
1501
+ <PropName>EnableIntegratedSecurity</PropName>
1502
+ <Value>true</Value>
1503
+ </Expression>
1504
+ </FirstPart>
1505
+ <Operator>and</Operator>
1506
+ <SecondPart>
1507
+ <Expression>
1508
+ <Type>Comparison</Type>
1509
+ <Operator>Equal</Operator>
1510
+ <PropName>ModelType</PropName>
1511
+ <Value>Design</Value>
1512
+ </Expression>
1513
+ </SecondPart>
1514
+ </Expression>
1515
+ </Condition>
1516
+ </Depend>
1517
+ </Dependencies>
1518
+ <Metadata>
1519
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1520
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SecuritySDChangePasswordDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1521
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecuritySDChangePasswordObject, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1522
+ <Value name='FlagModelIniIfApply'>false</Value>
1523
+ </Metadata>
1524
+ </Prop>
1525
+ <Prop hidden='1'>
1526
+ <Id>IntegratedSecurityCompleteUserDataObjectSD</Id>
1527
+ <Name>Complete User Data Object for SD</Name>
1528
+ <Type>Custom</Type>
1529
+ <CustomType>Artech.Genexus.Common.CustomTypes.SecurityLoginSDObjectReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1530
+ <Dependencies>
1531
+ <Depend type='On Change'>
1532
+ <Cond>onChange(IntegratedSecurityLevel)</Cond>
1533
+ <Condition>
1534
+ <Expression>
1535
+ <Type>OnChange</Type>
1536
+ <PropName>IntegratedSecurityLevel</PropName>
1537
+ </Expression>
1538
+ </Condition>
1539
+ </Depend>
1540
+ <Depend type='Apply'>
1541
+ <Cond>(value(EnableIntegratedSecurity) == true) and (value(ModelType) == Design)</Cond>
1542
+ <Condition>
1543
+ <Expression>
1544
+ <Type>BooleanExpression</Type>
1545
+ <FirstPart>
1546
+ <Expression>
1547
+ <Type>Comparison</Type>
1548
+ <Operator>Equal</Operator>
1549
+ <PropName>EnableIntegratedSecurity</PropName>
1550
+ <Value>true</Value>
1551
+ </Expression>
1552
+ </FirstPart>
1553
+ <Operator>and</Operator>
1554
+ <SecondPart>
1555
+ <Expression>
1556
+ <Type>Comparison</Type>
1557
+ <Operator>Equal</Operator>
1558
+ <PropName>ModelType</PropName>
1559
+ <Value>Design</Value>
1560
+ </Expression>
1561
+ </SecondPart>
1562
+ </Expression>
1563
+ </Condition>
1564
+ </Depend>
1565
+ </Dependencies>
1566
+ <Metadata>
1567
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1568
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SecuritySDCompleteDataUserDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1569
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecuritySDCompleteUserDataObject, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1570
+ <Value name='FlagModelIniIfApply'>false</Value>
1571
+ </Metadata>
1572
+ <Options>
1573
+ <Option type='Not Show'/>
1574
+ </Options>
1575
+ </Prop>
1576
+ </Children>
1577
+ </Group>
1578
+ </Children>
1579
+ </Group>
1580
+ <Prop hidden='1'>
1581
+ <Id>idCALL_PROTOCOL</Id>
1582
+ <Name>idCALL_PROTOCOL</Name>
1583
+ <Type>Combo</Type>
1584
+ <Values>
1585
+ </Values>
1586
+ <Options>
1587
+ <Option type='Not Show'/>
1588
+ </Options>
1589
+ </Prop>
1590
+ <Prop hidden='1'>
1591
+ <Id>idTRN_Type</Id>
1592
+ <Name>idTRN_Type</Name>
1593
+ <Type>Combo</Type>
1594
+ <Values>
1595
+ </Values>
1596
+ <Options>
1597
+ <Option type='Not Show'/>
1598
+ </Options>
1599
+ </Prop>
1600
+ <Prop hidden='1'>
1601
+ <Id>idISPROMPT</Id>
1602
+ <Name>idISPROMPT</Name>
1603
+ <Type>Boolean</Type>
1604
+ <Options>
1605
+ <Option type='Not Show'/>
1606
+ </Options>
1607
+ </Prop>
1608
+ <Group hidden='1'>
1609
+ <Id>WEB_SERVICES_USAGE</Id>
1610
+ <Name>External Usage</Name>
1611
+ <Description>This properties are used for web services or offline synchronization</Description>
1612
+ <Type>Group</Type>
1613
+ <Dependencies>
1614
+ <Depend type='Not Show'>
1615
+ <Cond>value(ModelType) != Design</Cond>
1616
+ <Condition>
1617
+ <Expression>
1618
+ <Type>Comparison</Type>
1619
+ <Operator>NotEqual</Operator>
1620
+ <PropName>ModelType</PropName>
1621
+ <Value>Design</Value>
1622
+ </Expression>
1623
+ </Condition>
1624
+ </Depend>
1625
+ </Dependencies>
1626
+ <Metadata>
1627
+ <Value name='FlagCategories'>Advanced</Value>
1628
+ </Metadata>
1629
+ <Children>
1630
+ <Prop hidden='1'>
1631
+ <Id>WS_View</Id>
1632
+ <Name>Display</Name>
1633
+ <Description>Display</Description>
1634
+ <Type>Boolean</Type>
1635
+ <Default>true</Default>
1636
+ <Metadata>
1637
+ <Value name='FlagBuildAction'>RebuildTrnWS</Value>
1638
+ </Metadata>
1639
+ </Prop>
1640
+ <Prop hidden='1'>
1641
+ <Id>WS_Insert</Id>
1642
+ <Name>Insert</Name>
1643
+ <Description>Insert</Description>
1644
+ <Type>Boolean</Type>
1645
+ <Default>true</Default>
1646
+ <Metadata>
1647
+ <Value name='FlagBuildAction'>RebuildTrnWS</Value>
1648
+ </Metadata>
1649
+ </Prop>
1650
+ <Prop hidden='1'>
1651
+ <Id>WS_Update</Id>
1652
+ <Name>Update</Name>
1653
+ <Description>Update</Description>
1654
+ <Type>Boolean</Type>
1655
+ <Default>true</Default>
1656
+ <Metadata>
1657
+ <Value name='FlagBuildAction'>RebuildTrnWS</Value>
1658
+ </Metadata>
1659
+ </Prop>
1660
+ <Prop hidden='1'>
1661
+ <Id>WS_Delete</Id>
1662
+ <Name>Delete</Name>
1663
+ <Description>Delete</Description>
1664
+ <Type>Boolean</Type>
1665
+ <Default>true</Default>
1666
+ <Metadata>
1667
+ <Value name='FlagBuildAction'>RebuildTrnWS</Value>
1668
+ </Metadata>
1669
+ </Prop>
1670
+ </Children>
1671
+ </Group>
1672
+ <Group>
1673
+ <Id>idTRNINT</Id>
1674
+ <Name>Transaction integrity</Name>
1675
+ <Description>Transaction integrity</Description>
1676
+ <Type>Group</Type>
1677
+ <Children>
1678
+ <Prop>
1679
+ <Id>TRNEND</Id>
1680
+ <Name>Commit on exit</Name>
1681
+ <Description>Commit on exit</Description>
1682
+ <Alias>CommitOnExit</Alias>
1683
+ <Type>Combo</Type>
1684
+ <Default>Yes</Default>
1685
+ <Values>
1686
+ <Value id='Yes' desc='Yes'/>
1687
+ <Value id='No' desc='No'/>
1688
+ </Values>
1689
+ <Dependencies>
1690
+ <Depend type='Not Show'>
1691
+ <Cond>value(ModelType) == Design</Cond>
1692
+ <Condition>
1693
+ <Expression>
1694
+ <Type>Comparison</Type>
1695
+ <Operator>Equal</Operator>
1696
+ <PropName>ModelType</PropName>
1697
+ <Value>Design</Value>
1698
+ </Expression>
1699
+ </Condition>
1700
+ </Depend>
1701
+ </Dependencies>
1702
+ <Metadata>
1703
+ <Value name='FlagBuildAction'>RebuildAll</Value>
1704
+ </Metadata>
1705
+ </Prop>
1706
+ </Children>
1707
+ </Group>
1708
+ <Group>
1709
+ <Id>idWebGroupMODEL</Id>
1710
+ <Name>Web information</Name>
1711
+ <Type>Group</Type>
1712
+ <Children>
1713
+ <Group>
1714
+ <Id>idWebSecurity</Id>
1715
+ <Name>Security</Name>
1716
+ <Type>Group</Type>
1717
+ <Dependencies>
1718
+ <Depend type='Apply'>
1719
+ <Cond>value(ModelType) != Design</Cond>
1720
+ <Condition>
1721
+ <Expression>
1722
+ <Type>Comparison</Type>
1723
+ <Operator>NotEqual</Operator>
1724
+ <PropName>ModelType</PropName>
1725
+ <Value>Design</Value>
1726
+ </Expression>
1727
+ </Condition>
1728
+ </Depend>
1729
+ </Dependencies>
1730
+ <Children>
1731
+ <Prop>
1732
+ <Id>USE_ENCRYPTION</Id>
1733
+ <Name>Encrypt URL parameters</Name>
1734
+ <Description>To either allow or deny the encryption of the parameters sent to an URL, and to establish levels of security when the encryption of the parameters is used between Web Objects.
1735
+ Values:
1736
+ No -&gt; Indicates that the parameters in the Web objects URL will not be encrypted.This is the default value.
1737
+ Session Key -&gt; Indicates that the parameters in the URL will be encrypted using a different key for each session.The encryption is made using local cookies.This value offers a higher level of security, but it does not allow shared URLs.This means that user X cannot send a URL with parameters to user Y because, in this case, the URL will not work, since the corresponding cookie is required for decryption.
1738
+ Site Key -&gt; Parameters in the Web objects URL are encrypted, but the encryption key will be the same for the whole site.In this case, cookies are not used.This implies a lower level of security, but makes links transfers easier.</Description>
1739
+ <Type>Combo</Type>
1740
+ <Default>NO</Default>
1741
+ <Values>
1742
+ <Value id='UMPV' desc='Use Environment property value'/>
1743
+ <Value id='NO' desc='No'/>
1744
+ <Value id='SESSION' desc='Session key'/>
1745
+ <Value id='SITE' desc='Site key'/>
1746
+ </Values>
1747
+ <Metadata>
1748
+ <Value name='FlagCategories'>Web</Value>
1749
+ <Value name='FlagSpecificable'></Value>
1750
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1751
+ <Value name='FlagModelIniIfApply'></Value>
1752
+ </Metadata>
1753
+ </Prop>
1754
+ <Prop>
1755
+ <Id>HTTP_PROTOCOL</Id>
1756
+ <Name>Protocol specification</Name>
1757
+ <Description>The protocol used for services and absolute urls.
1758
+ Values:
1759
+
1760
+ Secure (HTTPS) -&gt; Forces the generation of HTTPS as protocol. HTTP indicates that the protocol to use will be Secure Hypertext Transfer Protocol.
1761
+ Unsecure(HTTP) -&gt; Forces the generation of HTTP as protocol.HTTP indicates that the protocol to use will be Hypertext Transfer Protocol.
1762
+ Do not Specify -&gt; No protocol is specified, the actual protocol is used.</Description>
1763
+ <Type>Combo</Type>
1764
+ <Default>Unsecure</Default>
1765
+ <Values>
1766
+ <Value id='UMPV' desc='Use Environment property value'/>
1767
+ <Value id='Unsecure' desc='Unsecure (HTTP:)'/>
1768
+ <Value id='Secure' desc='Secure (HTTPS:)'/>
1769
+ <Value id='None' desc='Do not specify'/>
1770
+ </Values>
1771
+ <Metadata>
1772
+ <Value name='FlagCategories'>Web</Value>
1773
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1774
+ <Value name='FlagModelIniIfApply'></Value>
1775
+ </Metadata>
1776
+ </Prop>
1777
+ <Prop>
1778
+ <Id>SAMESITE_COOKIE</Id>
1779
+ <Name>SameSite cookie attribute</Name>
1780
+ <Description>Allows you to declare the scope of cookies controlling if they should be restricted to a first-party or same-site context. For example, requests for https://example.com/sekrit-image will attach same-site cookies if and only if initiated from a context whose 'site for cookies' is example.com.
1781
+ Values:
1782
+
1783
+ Do not specify -&gt; SameSite cookie attribute is not specified. Availability of cookies depends on browser/version.
1784
+ None -&gt; Cookies are sent with same-site and cross-site requests. It requires a secure context/HTTPS.
1785
+ Lax -&gt; Cookies are sent with same-site requests, and with cross-site top-level navigations.
1786
+ Strict -&gt; Cookies are sent along with same site requests.</Description>
1787
+ <Type>Combo</Type>
1788
+ <Default>Lax</Default>
1789
+ <Values>
1790
+ <Value id='Unspecified' desc='Do not specify'/>
1791
+ <Value id='None' desc='None'/>
1792
+ <Value id='Lax' desc='Lax'/>
1793
+ <Value id='Strict' desc='Strict'/>
1794
+ </Values>
1795
+ <Metadata>
1796
+ <Value name='FlagCategories'>Web</Value>
1797
+ <Value name='FlagModelIniIfApply'></Value>
1798
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
1799
+ <Value name='FlagOnlyDefault'>IfNotVisible</Value>
1800
+ </Metadata>
1801
+ </Prop>
1802
+ <Prop>
1803
+ <Id>WEB_SECURITY_LEVEL</Id>
1804
+ <Name>Web Security Level</Name>
1805
+ <Type>Combo</Type>
1806
+ <Default>High</Default>
1807
+ <Values>
1808
+ <Value id='UMPV' desc='Use Environment property value'/>
1809
+ <Value id='High' desc='High'/>
1810
+ <Value id='Medium' desc='Medium'/>
1811
+ </Values>
1812
+ <Metadata>
1813
+ <Value name='FlagCategories'>Web:AdvancedSecurity</Value>
1814
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1815
+ <Value name='FlagModelIniIfApply'></Value>
1816
+ </Metadata>
1817
+ </Prop>
1818
+ </Children>
1819
+ </Group>
1820
+ </Children>
1821
+ </Group>
1822
+ <Group>
1823
+ <Id>HttpErrorsGroup</Id>
1824
+ <Name>HTTP Errors Handlers</Name>
1825
+ <Type>Group</Type>
1826
+ <Children>
1827
+ <Prop>
1828
+ <Id>HttpErrorHandlersEnable</Id>
1829
+ <Name>Http Error Handlers</Name>
1830
+ <Description>Enable a customized response based on Http error handlers</Description>
1831
+ <Type>Text</Type>
1832
+ <Default>Disabled</Default>
1833
+ <Dependencies>
1834
+ <Depend type='Not Show'>
1835
+ <Cond>value(ModelType) == Design</Cond>
1836
+ <Condition>
1837
+ <Expression>
1838
+ <Type>Comparison</Type>
1839
+ <Operator>Equal</Operator>
1840
+ <PropName>ModelType</PropName>
1841
+ <Value>Design</Value>
1842
+ </Expression>
1843
+ </Condition>
1844
+ </Depend>
1845
+ </Dependencies>
1846
+ <Metadata>
1847
+ <Value name='UITypeEditor'>Artech.Packages.Genexus.UI.TypeEditors.HttpErrorHandlersTypeEditor, Artech.Packages.GenexusUI, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1848
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.HttpErrorHandlerAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1849
+ </Metadata>
1850
+ </Prop>
1851
+ <Prop>
1852
+ <Id>HttpErrorHandlersValues</Id>
1853
+ <Name>Http Error Handlers Values</Name>
1854
+ <Description>Enable HTTP Error Handlers</Description>
1855
+ <Type>Text</Type>
1856
+ <Default></Default>
1857
+ <Dependencies>
1858
+ <Depend type='Not Show'>
1859
+ <Cond>value(ModelType) == Design</Cond>
1860
+ <Condition>
1861
+ <Expression>
1862
+ <Type>Comparison</Type>
1863
+ <Operator>Equal</Operator>
1864
+ <PropName>ModelType</PropName>
1865
+ <Value>Design</Value>
1866
+ </Expression>
1867
+ </Condition>
1868
+ </Depend>
1869
+ </Dependencies>
1870
+ <Metadata>
1871
+ <Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1872
+ </Metadata>
1873
+ </Prop>
1874
+ </Children>
1875
+ </Group>
1876
+ <Group>
1877
+ <Id>DockerGroup</Id>
1878
+ <Name>Docker</Name>
1879
+ <Type>Group</Type>
1880
+ <Children>
1881
+ <Prop>
1882
+ <Id>UseDockerContainer</Id>
1883
+ <Name>Use Docker containers</Name>
1884
+ <Description>Prototype using Docker containers</Description>
1885
+ <Type>Combo</Type>
1886
+ <Default>No</Default>
1887
+ <Values>
1888
+ <Value id='Yes' desc='Yes'/>
1889
+ <Value id='No' desc='No'/>
1890
+ </Values>
1891
+ <Dependencies>
1892
+ <Depend type='Not Show'>
1893
+ <Cond>value(ModelType) == Design</Cond>
1894
+ <Condition>
1895
+ <Expression>
1896
+ <Type>Comparison</Type>
1897
+ <Operator>Equal</Operator>
1898
+ <PropName>ModelType</PropName>
1899
+ <Value>Design</Value>
1900
+ </Expression>
1901
+ </Condition>
1902
+ </Depend>
1903
+ </Dependencies>
1904
+ <Metadata>
1905
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.UseDockerAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1906
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.DockerVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1907
+ <Value name='FlagUIValidResolver'>Genexus.Packages.Docker.UI.EnableDockerUIValidResolver, Genexus.Packages.Docker.UI, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1908
+ </Metadata>
1909
+ </Prop>
1910
+ </Children>
1911
+ </Group>
1912
+ <Group>
1913
+ <Id>idGENERAL_GROUP_LOCATION</Id>
1914
+ <Name>Location configuration</Name>
1915
+ <Description>Sets the configuration options for location services API </Description>
1916
+ <Type>Group</Type>
1917
+ <Children>
1918
+ <Prop>
1919
+ <Id>GoogleApiKey</Id>
1920
+ <Name>Google API Key</Name>
1921
+ <Description>API key for Google Location services</Description>
1922
+ <Type>Text</Type>
1923
+ <Dependencies>
1924
+ <Depend type='Not Show'>
1925
+ <Cond>value(ModelType) == Design</Cond>
1926
+ <Condition>
1927
+ <Expression>
1928
+ <Type>Comparison</Type>
1929
+ <Operator>Equal</Operator>
1930
+ <PropName>ModelType</PropName>
1931
+ <Value>Design</Value>
1932
+ </Expression>
1933
+ </Condition>
1934
+ </Depend>
1935
+ </Dependencies>
1936
+ <Metadata>
1937
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.TrimPropertyValueAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1938
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
1939
+ </Metadata>
1940
+ </Prop>
1941
+ </Children>
1942
+ </Group>
1943
+ <Group>
1944
+ <Id>IdUserInterfaceGroup</Id>
1945
+ <Name>User interface</Name>
1946
+ <Type>Group</Type>
1947
+ <Metadata>
1948
+ <Value name='FlagCategories'>UserInterface</Value>
1949
+ </Metadata>
1950
+ <Children>
1951
+ <Group>
1952
+ <Id>idWebInterfaceGroup</Id>
1953
+ <Name>Web interface</Name>
1954
+ <Type>Group</Type>
1955
+ <Dependencies>
1956
+ <Depend type='Not Show'>
1957
+ <Cond>(value(ModelType) == Prototype) and (value(UserInterface) != 1)</Cond>
1958
+ <Condition>
1959
+ <Expression>
1960
+ <Type>BooleanExpression</Type>
1961
+ <FirstPart>
1962
+ <Expression>
1963
+ <Type>Comparison</Type>
1964
+ <Operator>Equal</Operator>
1965
+ <PropName>ModelType</PropName>
1966
+ <Value>Prototype</Value>
1967
+ </Expression>
1968
+ </FirstPart>
1969
+ <Operator>and</Operator>
1970
+ <SecondPart>
1971
+ <Expression>
1972
+ <Type>Comparison</Type>
1973
+ <Operator>NotEqual</Operator>
1974
+ <PropName>UserInterface</PropName>
1975
+ <Value>1</Value>
1976
+ </Expression>
1977
+ </SecondPart>
1978
+ </Expression>
1979
+ </Condition>
1980
+ </Depend>
1981
+ </Dependencies>
1982
+ <Metadata>
1983
+ <Value name='FlagCategories'>Web</Value>
1984
+ </Metadata>
1985
+ <Children>
1986
+ <Group hidden='1'>
1987
+ <Id>idWebCSVGroup</Id>
1988
+ <Name>Client side validation behaviour</Name>
1989
+ <Type>Group</Type>
1990
+ <Metadata>
1991
+ <Value name='FlagCategories'>Web:Advanced</Value>
1992
+ </Metadata>
1993
+ <Children>
1994
+ <Prop hidden='1'>
1995
+ <Id>STOP_ON_ERROR</Id>
1996
+ <Name>Stop on error</Name>
1997
+ <Description>Prevent user from proceeding when validation fails</Description>
1998
+ <Type>Combo</Type>
1999
+ <Default>No</Default>
2000
+ <Values>
2001
+ <Value id='Yes' desc='Yes'/>
2002
+ <Value id='No' desc='No'/>
2003
+ </Values>
2004
+ <Dependencies>
2005
+ <Depend type='Apply'>
2006
+ <Cond>value(ModelType) == Design</Cond>
2007
+ <Condition>
2008
+ <Expression>
2009
+ <Type>Comparison</Type>
2010
+ <Operator>Equal</Operator>
2011
+ <PropName>ModelType</PropName>
2012
+ <Value>Design</Value>
2013
+ </Expression>
2014
+ </Condition>
2015
+ </Depend>
2016
+ </Dependencies>
2017
+ </Prop>
2018
+ <Prop hidden='1'>
2019
+ <Id>VALIDATION_MESSAGE_POSITION</Id>
2020
+ <Name>Validation message position</Name>
2021
+ <Description>Position of validation error and warning messages</Description>
2022
+ <Type>Combo</Type>
2023
+ <Default>right</Default>
2024
+ <Values>
2025
+ <Value id='top' desc='Top'/>
2026
+ <Value id='right' desc='Right'/>
2027
+ <Value id='bottom' desc='Bottom'/>
2028
+ <Value id='left' desc='Left'/>
2029
+ </Values>
2030
+ <Dependencies>
2031
+ <Depend type='Apply'>
2032
+ <Cond>value(ModelType) == Design</Cond>
2033
+ <Condition>
2034
+ <Expression>
2035
+ <Type>Comparison</Type>
2036
+ <Operator>Equal</Operator>
2037
+ <PropName>ModelType</PropName>
2038
+ <Value>Design</Value>
2039
+ </Expression>
2040
+ </Condition>
2041
+ </Depend>
2042
+ </Dependencies>
2043
+ </Prop>
2044
+ <Prop hidden='1'>
2045
+ <Id>VALIDATION_MESSAGE_OVERLAP</Id>
2046
+ <Name>Validation message overlap adjacent controls</Name>
2047
+ <Description>Validation message overlap adjacent controls</Description>
2048
+ <Type>Combo</Type>
2049
+ <Default>Yes</Default>
2050
+ <Values>
2051
+ <Value id='Yes' desc='Yes'/>
2052
+ <Value id='No' desc='No'/>
2053
+ </Values>
2054
+ <Dependencies>
2055
+ <Depend type='Apply'>
2056
+ <Cond>value(ModelType) == Design</Cond>
2057
+ <Condition>
2058
+ <Expression>
2059
+ <Type>Comparison</Type>
2060
+ <Operator>Equal</Operator>
2061
+ <PropName>ModelType</PropName>
2062
+ <Value>Design</Value>
2063
+ </Expression>
2064
+ </Condition>
2065
+ </Depend>
2066
+ </Dependencies>
2067
+ </Prop>
2068
+ <Prop hidden='1'>
2069
+ <Id>VALIDATION_MESSAGE_DISPLAY</Id>
2070
+ <Name>Validation message display</Name>
2071
+ <Description>Validation message display</Description>
2072
+ <Type>Combo</Type>
2073
+ <Default>one</Default>
2074
+ <Values>
2075
+ <Value id='all' desc='All at once'/>
2076
+ <Value id='one' desc='One at a time'/>
2077
+ </Values>
2078
+ <Dependencies>
2079
+ <Depend type='Apply'>
2080
+ <Cond>value(ModelType) == Design</Cond>
2081
+ <Condition>
2082
+ <Expression>
2083
+ <Type>Comparison</Type>
2084
+ <Operator>Equal</Operator>
2085
+ <PropName>ModelType</PropName>
2086
+ <Value>Design</Value>
2087
+ </Expression>
2088
+ </Condition>
2089
+ </Depend>
2090
+ </Dependencies>
2091
+ </Prop>
2092
+ </Children>
2093
+ </Group>
2094
+ <Prop hidden='1'>
2095
+ <Id>Theme</Id>
2096
+ <Name>Default Theme</Name>
2097
+ <Type>Custom</Type>
2098
+ <CustomType>Artech.Genexus.Common.CustomTypes.ThemeWebReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2099
+ <Dependencies>
2100
+ <Depend type='Apply'>
2101
+ <Cond>value(ModelType) == Design</Cond>
2102
+ <Condition>
2103
+ <Expression>
2104
+ <Type>Comparison</Type>
2105
+ <Operator>Equal</Operator>
2106
+ <PropName>ModelType</PropName>
2107
+ <Value>Design</Value>
2108
+ </Expression>
2109
+ </Condition>
2110
+ </Depend>
2111
+ </Dependencies>
2112
+ <Metadata>
2113
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C804FDBD-7C0B-440d-8527-4316C92649A6,AllowedType=78b3fa0e-174c-4b2b-8716-718167a428b5, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2114
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultThemeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2115
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.DefaultThemeValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2116
+ <Value name='FlagGuidAsName'>true</Value>
2117
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2118
+ <Value name='FlagDisplayName'>Default Style</Value>
2119
+ </Metadata>
2120
+ </Prop>
2121
+ <Prop hidden='1'>
2122
+ <Id>idDefaultFormLayout</Id>
2123
+ <Name>Default Form Layout</Name>
2124
+ <Description>Specifies the form template used to generate default form.</Description>
2125
+ <Type>Combo</Type>
2126
+ <Values>
2127
+ <Value id='FlatTemplate' desc='Flat Template'/>
2128
+ <Value id='UnanimoTemplate' desc='Unanimo Template'/>
2129
+ <Value id='CarmineTemplate' desc='Carmine Template'/>
2130
+ <Value id='FioriTemplate' desc='Fiori Template'/>
2131
+ </Values>
2132
+ <Dependencies>
2133
+ <Depend type='Apply'>
2134
+ <Cond>value(ModelType) == Design</Cond>
2135
+ <Condition>
2136
+ <Expression>
2137
+ <Type>Comparison</Type>
2138
+ <Operator>Equal</Operator>
2139
+ <PropName>ModelType</PropName>
2140
+ <Value>Design</Value>
2141
+ </Expression>
2142
+ </Condition>
2143
+ </Depend>
2144
+ </Dependencies>
2145
+ <Metadata>
2146
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultFromLayoutDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2147
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2148
+ </Metadata>
2149
+ </Prop>
2150
+ <Prop hidden='1'>
2151
+ <Id>DocumentType</Id>
2152
+ <Name>HTML Document Type</Name>
2153
+ <Description>HTML Document Type</Description>
2154
+ <Type>Combo</Type>
2155
+ <Default>HTML5</Default>
2156
+ <Values>
2157
+ <Value id='None' desc='Do not specify'/>
2158
+ <Value id='HTML4' desc='HTML 4.01 Transitional'/>
2159
+ <Value id='HTML4S' desc='HTML 4.01 Strict'/>
2160
+ <Value id='XHTML1' desc='XHTML 1.0 Transitional'/>
2161
+ <Value id='HTML5' desc='HTML 5'/>
2162
+ </Values>
2163
+ <Dependencies>
2164
+ <Depend type='Not Show'>
2165
+ <Cond>value(ModelType) != Prototype</Cond>
2166
+ <Condition>
2167
+ <Expression>
2168
+ <Type>Comparison</Type>
2169
+ <Operator>NotEqual</Operator>
2170
+ <PropName>ModelType</PropName>
2171
+ <Value>Prototype</Value>
2172
+ </Expression>
2173
+ </Condition>
2174
+ </Depend>
2175
+ </Dependencies>
2176
+ <Metadata>
2177
+ <Value name='FlagCategories'>Advanced</Value>
2178
+ </Metadata>
2179
+ </Prop>
2180
+ <Prop>
2181
+ <Id>IDE_ConnectionString</Id>
2182
+ <Name>Genexus IDE Connection String</Name>
2183
+ <Type>Text</Type>
2184
+ <Metadata>
2185
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.RemoteUIConnectionStringResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2186
+ <Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2187
+ <Value name='FlagOnlyDefault'></Value>
2188
+ <Value name='FlagNoCacheDefault'></Value>
2189
+ </Metadata>
2190
+ <Options>
2191
+ <Option type='Readonly'/>
2192
+ </Options>
2193
+ </Prop>
2194
+ <Prop hidden='1'>
2195
+ <Id>WebUX</Id>
2196
+ <Name>Web User Experience</Name>
2197
+ <Description>Web user experience</Description>
2198
+ <Type>Combo</Type>
2199
+ <Default>SMOOTH</Default>
2200
+ <Values>
2201
+ <Value id='SMOOTH' desc='Smooth'/>
2202
+ <Value id='COMPATIBLE' desc='Previous versions compatible'/>
2203
+ </Values>
2204
+ <Dependencies>
2205
+ <Depend type='Apply'>
2206
+ <Cond>value(ModelType) == Design</Cond>
2207
+ <Condition>
2208
+ <Expression>
2209
+ <Type>Comparison</Type>
2210
+ <Operator>Equal</Operator>
2211
+ <PropName>ModelType</PropName>
2212
+ <Value>Design</Value>
2213
+ </Expression>
2214
+ </Condition>
2215
+ </Depend>
2216
+ </Dependencies>
2217
+ <Metadata>
2218
+ <Value name='FlagModelIniIfApply'>True</Value>
2219
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2220
+ </Metadata>
2221
+ </Prop>
2222
+ <Prop hidden='1'>
2223
+ <Id>DefaultWebFormEditor</Id>
2224
+ <Name>DefaultWebFormEditor</Name>
2225
+ <Description>The web form editor to be used for new objects by default.</Description>
2226
+ <Type>Combo Int</Type>
2227
+ <Default>0</Default>
2228
+ <Values>
2229
+ <Value id='0' desc='Abstract Layout'/>
2230
+ <Value id='1' desc='HTML'/>
2231
+ </Values>
2232
+ <Dependencies>
2233
+ <Depend type='Apply'>
2234
+ <Cond>value(ModelType) == Design</Cond>
2235
+ <Condition>
2236
+ <Expression>
2237
+ <Type>Comparison</Type>
2238
+ <Operator>Equal</Operator>
2239
+ <PropName>ModelType</PropName>
2240
+ <Value>Design</Value>
2241
+ </Expression>
2242
+ </Condition>
2243
+ </Depend>
2244
+ </Dependencies>
2245
+ <Metadata>
2246
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.LayoutEditorForWebVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2247
+ <Value name='FlagBuildAction'>NoActionIsRequired</Value>
2248
+ </Metadata>
2249
+ </Prop>
2250
+ <Prop hidden='1'>
2251
+ <Id>WebFormDefaults</Id>
2252
+ <Name>WebFormDefaults</Name>
2253
+ <Description>Indicates if GeneXus must use a responsive web design to generate default forms or the 'old' way.</Description>
2254
+ <Type>Combo Int</Type>
2255
+ <Default>0</Default>
2256
+ <Values>
2257
+ <Value id='0' desc='Responsive Web Design'/>
2258
+ <Value id='1' desc='Previous versions compatible'/>
2259
+ </Values>
2260
+ <Dependencies>
2261
+ <Depend type='Apply'>
2262
+ <Cond>value(ModelType) == Design</Cond>
2263
+ <Condition>
2264
+ <Expression>
2265
+ <Type>Comparison</Type>
2266
+ <Operator>Equal</Operator>
2267
+ <PropName>ModelType</PropName>
2268
+ <Value>Design</Value>
2269
+ </Expression>
2270
+ </Condition>
2271
+ </Depend>
2272
+ </Dependencies>
2273
+ <Metadata>
2274
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.LayoutEditorForWebVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2275
+ <Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.Valid.WebFormDefaultsUIValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2276
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.WebFormDefaultsAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2277
+ <Value name='FlagBuildAction'>NoActionIsRequired</Value>
2278
+ </Metadata>
2279
+ </Prop>
2280
+ <Prop>
2281
+ <Id>idMASTER_PAGE</Id>
2282
+ <Name>Default Master Page</Name>
2283
+ <Description>The Default Master Page</Description>
2284
+ <Type>Custom</Type>
2285
+ <CustomType>Artech.Genexus.Common.CustomTypes.WebPanelReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2286
+ <Metadata>
2287
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2288
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultMasterPageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2289
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.MasterPageValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2290
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.DefaultMasterPageVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2291
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2292
+ </Metadata>
2293
+ </Prop>
2294
+ <Prop>
2295
+ <Id>idPROMPT_MASTER_PAGE</Id>
2296
+ <Name>Prompts Master Page</Name>
2297
+ <Description>Master page used for initialize generated prompts</Description>
2298
+ <Type>Custom</Type>
2299
+ <CustomType>Artech.Genexus.Common.CustomTypes.WebPanelReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2300
+ <Metadata>
2301
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2302
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.PromptMasterPageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2303
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.DefaultMasterPageVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2304
+ <Value name='FlagOnlyDefault'></Value>
2305
+ <Value name='FlagBuildAction'>NoActionIsRequired</Value>
2306
+ </Metadata>
2307
+ <Options>
2308
+ <Option type='Readonly'/>
2309
+ </Options>
2310
+ </Prop>
2311
+ <Prop hidden='1'>
2312
+ <Id>DATEPICKER_IMAGE</Id>
2313
+ <Name>Datepicker image</Name>
2314
+ <Description>Image for datepicker</Description>
2315
+ <Type>Custom</Type>
2316
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2317
+ <Dependencies>
2318
+ <Depend type='Apply'>
2319
+ <Cond>value(ModelType) == Design</Cond>
2320
+ <Condition>
2321
+ <Expression>
2322
+ <Type>Comparison</Type>
2323
+ <Operator>Equal</Operator>
2324
+ <PropName>ModelType</PropName>
2325
+ <Value>Design</Value>
2326
+ </Expression>
2327
+ </Condition>
2328
+ </Depend>
2329
+ </Dependencies>
2330
+ <Metadata>
2331
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DatepickerImageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2332
+ <Value name='ShouldSerialize'>true</Value>
2333
+ <Value name='FlagCategories'>Advanced</Value>
2334
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2335
+ </Metadata>
2336
+ </Prop>
2337
+ <Prop hidden='1'>
2338
+ <Id>DELETE_ROW_METHOD</Id>
2339
+ <Name>Delete grid row UI</Name>
2340
+ <Description>Delete grid row method from UI</Description>
2341
+ <Type>Combo</Type>
2342
+ <Values>
2343
+ <Value id='Images' desc='Alternating images'/>
2344
+ <Value id='Menu' desc='Context menu - Delete'/>
2345
+ </Values>
2346
+ <Dependencies>
2347
+ <Depend type='Default'>
2348
+ <Value>Images</Value>
2349
+ <Cond>value(ModelType) == Design</Cond>
2350
+ <Condition>
2351
+ <Expression>
2352
+ <Type>Comparison</Type>
2353
+ <Operator>Equal</Operator>
2354
+ <PropName>ModelType</PropName>
2355
+ <Value>Design</Value>
2356
+ </Expression>
2357
+ </Condition>
2358
+ </Depend>
2359
+ <Depend type='Apply'>
2360
+ <Cond>value(ModelType) == Design</Cond>
2361
+ <Condition>
2362
+ <Expression>
2363
+ <Type>Comparison</Type>
2364
+ <Operator>Equal</Operator>
2365
+ <PropName>ModelType</PropName>
2366
+ <Value>Design</Value>
2367
+ </Expression>
2368
+ </Condition>
2369
+ </Depend>
2370
+ </Dependencies>
2371
+ <Metadata>
2372
+ <Value name='ShouldSerialize'>true</Value>
2373
+ <Value name='FlagCategories'>Advanced</Value>
2374
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
2375
+ </Metadata>
2376
+ </Prop>
2377
+ <Prop hidden='1'>
2378
+ <Id>DELETE_ROW_IMAGE</Id>
2379
+ <Name>Delete row image</Name>
2380
+ <Description>Image for deleting a grid row</Description>
2381
+ <Type>Custom</Type>
2382
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2383
+ <Dependencies>
2384
+ <Depend type='Apply'>
2385
+ <Cond>value(ModelType) == Design</Cond>
2386
+ <Condition>
2387
+ <Expression>
2388
+ <Type>Comparison</Type>
2389
+ <Operator>Equal</Operator>
2390
+ <PropName>ModelType</PropName>
2391
+ <Value>Design</Value>
2392
+ </Expression>
2393
+ </Condition>
2394
+ </Depend>
2395
+ </Dependencies>
2396
+ <Metadata>
2397
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DeleteRowImageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2398
+ <Value name='ShouldSerialize'>true</Value>
2399
+ <Value name='FlagCategories'>Advanced</Value>
2400
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
2401
+ </Metadata>
2402
+ </Prop>
2403
+ <Prop hidden='1'>
2404
+ <Id>UNDELETE_ROW_IMAGE</Id>
2405
+ <Name>Undelete row image</Name>
2406
+ <Description>Image for undeleting a grid row</Description>
2407
+ <Type>Custom</Type>
2408
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2409
+ <Dependencies>
2410
+ <Depend type='Apply'>
2411
+ <Cond>value(ModelType) == Design</Cond>
2412
+ <Condition>
2413
+ <Expression>
2414
+ <Type>Comparison</Type>
2415
+ <Operator>Equal</Operator>
2416
+ <PropName>ModelType</PropName>
2417
+ <Value>Design</Value>
2418
+ </Expression>
2419
+ </Condition>
2420
+ </Depend>
2421
+ </Dependencies>
2422
+ <Metadata>
2423
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.UndeleteRowImageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2424
+ <Value name='ShouldSerialize'>true</Value>
2425
+ <Value name='FlagCategories'>Advanced</Value>
2426
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
2427
+ </Metadata>
2428
+ </Prop>
2429
+ <Prop hidden='1'>
2430
+ <Id>PROMPT_IMAGE</Id>
2431
+ <Name>Prompt image</Name>
2432
+ <Description>Image for prompt</Description>
2433
+ <Type>Custom</Type>
2434
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2435
+ <Dependencies>
2436
+ <Depend type='Apply'>
2437
+ <Cond>value(ModelType) == Design</Cond>
2438
+ <Condition>
2439
+ <Expression>
2440
+ <Type>Comparison</Type>
2441
+ <Operator>Equal</Operator>
2442
+ <PropName>ModelType</PropName>
2443
+ <Value>Design</Value>
2444
+ </Expression>
2445
+ </Condition>
2446
+ </Depend>
2447
+ </Dependencies>
2448
+ <Metadata>
2449
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.PromptImageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2450
+ <Value name='ShouldSerialize'>true</Value>
2451
+ <Value name='FlagCategories'>Advanced</Value>
2452
+ <Value name='FlagBuildAction'>NoActionIsRequired</Value>
2453
+ </Metadata>
2454
+ </Prop>
2455
+ <Prop hidden='1'>
2456
+ <Id>DELETE_COLUMN_POSITION</Id>
2457
+ <Name>Delete column position in grids</Name>
2458
+ <Description>Delete column position in grids</Description>
2459
+ <Type>Combo</Type>
2460
+ <Values>
2461
+ <Value id='Left' desc='Leftmost column'/>
2462
+ <Value id='Right' desc='Rightmost column'/>
2463
+ </Values>
2464
+ <Dependencies>
2465
+ <Depend type='Default'>
2466
+ <Value>Left</Value>
2467
+ <Cond>value(ModelType) == Design</Cond>
2468
+ <Condition>
2469
+ <Expression>
2470
+ <Type>Comparison</Type>
2471
+ <Operator>Equal</Operator>
2472
+ <PropName>ModelType</PropName>
2473
+ <Value>Design</Value>
2474
+ </Expression>
2475
+ </Condition>
2476
+ </Depend>
2477
+ <Depend type='Apply'>
2478
+ <Cond>value(ModelType) == Design</Cond>
2479
+ <Condition>
2480
+ <Expression>
2481
+ <Type>Comparison</Type>
2482
+ <Operator>Equal</Operator>
2483
+ <PropName>ModelType</PropName>
2484
+ <Value>Design</Value>
2485
+ </Expression>
2486
+ </Condition>
2487
+ </Depend>
2488
+ </Dependencies>
2489
+ <Metadata>
2490
+ <Value name='ShouldSerialize'>true</Value>
2491
+ <Value name='FlagCategories'>Advanced</Value>
2492
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2493
+ </Metadata>
2494
+ </Prop>
2495
+ <Prop hidden='1'>
2496
+ <Id>DELETE_COLUMN_POSITION_FREE</Id>
2497
+ <Name>Delete column position in free-style grids</Name>
2498
+ <Description>Delete column position in free-style grids</Description>
2499
+ <Type>Combo</Type>
2500
+ <Values>
2501
+ <Value id='BottomRight' desc='Bottom right'/>
2502
+ <Value id='BottomLeft' desc='Bottom left'/>
2503
+ <Value id='TopRight' desc='Top right'/>
2504
+ <Value id='TopLeft' desc='Top left'/>
2505
+ </Values>
2506
+ <Dependencies>
2507
+ <Depend type='Default'>
2508
+ <Value>TopLeft</Value>
2509
+ <Cond>value(ModelType) == Design</Cond>
2510
+ <Condition>
2511
+ <Expression>
2512
+ <Type>Comparison</Type>
2513
+ <Operator>Equal</Operator>
2514
+ <PropName>ModelType</PropName>
2515
+ <Value>Design</Value>
2516
+ </Expression>
2517
+ </Condition>
2518
+ </Depend>
2519
+ <Depend type='Apply'>
2520
+ <Cond>value(ModelType) == Design</Cond>
2521
+ <Condition>
2522
+ <Expression>
2523
+ <Type>Comparison</Type>
2524
+ <Operator>Equal</Operator>
2525
+ <PropName>ModelType</PropName>
2526
+ <Value>Design</Value>
2527
+ </Expression>
2528
+ </Condition>
2529
+ </Depend>
2530
+ </Dependencies>
2531
+ <Metadata>
2532
+ <Value name='ShouldSerialize'>true</Value>
2533
+ <Value name='FlagCategories'>Advanced</Value>
2534
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2535
+ </Metadata>
2536
+ </Prop>
2537
+ <Prop hidden='1'>
2538
+ <Id>DELETE_COLUMN_TOOLTIP</Id>
2539
+ <Name>Delete column tooltip text</Name>
2540
+ <Description>Delete column tooltip text</Description>
2541
+ <Type>Text</Type>
2542
+ <Dependencies>
2543
+ <Depend type='Apply'>
2544
+ <Cond>value(ModelType) == Design</Cond>
2545
+ <Condition>
2546
+ <Expression>
2547
+ <Type>Comparison</Type>
2548
+ <Operator>Equal</Operator>
2549
+ <PropName>ModelType</PropName>
2550
+ <Value>Design</Value>
2551
+ </Expression>
2552
+ </Condition>
2553
+ </Depend>
2554
+ </Dependencies>
2555
+ <Metadata>
2556
+ <Value name='ShouldSerialize'>true</Value>
2557
+ <Value name='FlagCategories'>Advanced</Value>
2558
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2559
+ </Metadata>
2560
+ </Prop>
2561
+ <Prop hidden='1'>
2562
+ <Id>DELETE_COLUMN_TITLE</Id>
2563
+ <Name>Delete column title</Name>
2564
+ <Description>Delete column title</Description>
2565
+ <Type>Text</Type>
2566
+ <Dependencies>
2567
+ <Depend type='Apply'>
2568
+ <Cond>value(ModelType) == Design</Cond>
2569
+ <Condition>
2570
+ <Expression>
2571
+ <Type>Comparison</Type>
2572
+ <Operator>Equal</Operator>
2573
+ <PropName>ModelType</PropName>
2574
+ <Value>Design</Value>
2575
+ </Expression>
2576
+ </Condition>
2577
+ </Depend>
2578
+ </Dependencies>
2579
+ <Metadata>
2580
+ <Value name='ShouldSerialize'>true</Value>
2581
+ <Value name='FlagCategories'>Advanced</Value>
2582
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2583
+ </Metadata>
2584
+ </Prop>
2585
+ </Children>
2586
+ </Group>
2587
+ <Group hidden='1'>
2588
+ <Id>IdWindowsInterfaceGroup</Id>
2589
+ <Name>Windows interface</Name>
2590
+ <Type>Group</Type>
2591
+ <Dependencies>
2592
+ <Depend type='Not Show'>
2593
+ <Cond>(value(ModelType) != Prototype) or (value(UserInterface) != 2)</Cond>
2594
+ <Condition>
2595
+ <Expression>
2596
+ <Type>BooleanExpression</Type>
2597
+ <FirstPart>
2598
+ <Expression>
2599
+ <Type>Comparison</Type>
2600
+ <Operator>NotEqual</Operator>
2601
+ <PropName>ModelType</PropName>
2602
+ <Value>Prototype</Value>
2603
+ </Expression>
2604
+ </FirstPart>
2605
+ <Operator>or</Operator>
2606
+ <SecondPart>
2607
+ <Expression>
2608
+ <Type>Comparison</Type>
2609
+ <Operator>NotEqual</Operator>
2610
+ <PropName>UserInterface</PropName>
2611
+ <Value>2</Value>
2612
+ </Expression>
2613
+ </SecondPart>
2614
+ </Expression>
2615
+ </Condition>
2616
+ </Depend>
2617
+ </Dependencies>
2618
+ <Metadata>
2619
+ <Value name='FlagCategories'>Win:Advanced</Value>
2620
+ </Metadata>
2621
+ <Children>
2622
+ <Prop hidden='1'>
2623
+ <Id>idFormClassList</Id>
2624
+ <Name>Form Classes</Name>
2625
+ <Type>Custom</Type>
2626
+ <CustomType>Artech.Genexus.Common.CustomTypes.FormClassList, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2627
+ </Prop>
2628
+ <Group hidden='1'>
2629
+ <Id>TRNS</Id>
2630
+ <Name>Transaction configuration</Name>
2631
+ <Description>Transaction configuration</Description>
2632
+ <Type>Group</Type>
2633
+ <Children>
2634
+ <Prop hidden='1'>
2635
+ <Id>ADD_BUTTON</Id>
2636
+ <Name>Add button bitmap</Name>
2637
+ <Description>Add button bitmap</Description>
2638
+ <Type>Custom</Type>
2639
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2640
+ <Metadata>
2641
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AddButtonBitmapDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2642
+ </Metadata>
2643
+ </Prop>
2644
+ <Prop hidden='1'>
2645
+ <Id>UPD_BUTTON</Id>
2646
+ <Name>Update button bitmap</Name>
2647
+ <Description>Update button bitmap</Description>
2648
+ <Type>Custom</Type>
2649
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2650
+ <Metadata>
2651
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.UpdateButtonBitmapDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2652
+ </Metadata>
2653
+ </Prop>
2654
+ <Prop hidden='1'>
2655
+ <Id>CNF_BUTTON</Id>
2656
+ <Name>Confirm button bitmap</Name>
2657
+ <Description>Confirm button bitmap</Description>
2658
+ <Type>Custom</Type>
2659
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2660
+ <Metadata>
2661
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ConfirmButtonBitmapDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2662
+ </Metadata>
2663
+ </Prop>
2664
+ <Prop hidden='1'>
2665
+ <Id>DLT_BUTTON</Id>
2666
+ <Name>Delete button bitmap</Name>
2667
+ <Description>Delete button bitmap</Description>
2668
+ <Type>Custom</Type>
2669
+ <CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
2670
+ <Metadata>
2671
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DeleteButtonBitmapDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2672
+ </Metadata>
2673
+ </Prop>
2674
+ </Children>
2675
+ </Group>
2676
+ <Group hidden='1'>
2677
+ <Id>FONTs</Id>
2678
+ <Name>Default Fonts</Name>
2679
+ <Type>Group</Type>
2680
+ <Children>
2681
+ <Prop hidden='1'>
2682
+ <Id>PROP_ATT_FONT</Id>
2683
+ <Name>Attribute Font</Name>
2684
+ <Type>Custom</Type>
2685
+ <Default>Courier New,9</Default>
2686
+ <CustomType>System.Drawing.Font, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</CustomType>
2687
+ <Metadata>
2688
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultAttFontDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2689
+ </Metadata>
2690
+ </Prop>
2691
+ <Prop hidden='1'>
2692
+ <Id>PROP_TEXT_FONT</Id>
2693
+ <Name>Text Block Font</Name>
2694
+ <Type>Custom</Type>
2695
+ <Default>Microsoft Sans Serif,8,style=Bold</Default>
2696
+ <CustomType>System.Drawing.Font, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</CustomType>
2697
+ <Metadata>
2698
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultTextFontDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2699
+ </Metadata>
2700
+ </Prop>
2701
+ <Prop hidden='1'>
2702
+ <Id>PROP_BTN_FONT</Id>
2703
+ <Name>Button Font</Name>
2704
+ <Type>Custom</Type>
2705
+ <Default>Microsoft Sans Serif,8</Default>
2706
+ <CustomType>System.Drawing.Font, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</CustomType>
2707
+ <Metadata>
2708
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultBtnFontDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2709
+ </Metadata>
2710
+ </Prop>
2711
+ </Children>
2712
+ </Group>
2713
+ <Group hidden='1'>
2714
+ <Name>Prompts</Name>
2715
+ <Type>Group</Type>
2716
+ <Children>
2717
+ <Prop hidden='1'>
2718
+ <Id>PromptDefaults</Id>
2719
+ <Name>Use Default Settings</Name>
2720
+ <Type>Boolean</Type>
2721
+ <Default>true</Default>
2722
+ </Prop>
2723
+ <Prop hidden='1'>
2724
+ <Id>ButtonpPrompt</Id>
2725
+ <Name>Button Prompt</Name>
2726
+ <Type>Boolean</Type>
2727
+ <Dependencies>
2728
+ <Depend type='Apply'>
2729
+ <Cond>value(PromptDefaults) == false</Cond>
2730
+ <Condition>
2731
+ <Expression>
2732
+ <Type>Comparison</Type>
2733
+ <Operator>Equal</Operator>
2734
+ <PropName>PromptDefaults</PropName>
2735
+ <Value>false</Value>
2736
+ </Expression>
2737
+ </Condition>
2738
+ </Depend>
2739
+ </Dependencies>
2740
+ </Prop>
2741
+ <Prop hidden='1'>
2742
+ <Id>ColorPrompt</Id>
2743
+ <Name>Colored Prompt</Name>
2744
+ <Type>Boolean</Type>
2745
+ <Dependencies>
2746
+ <Depend type='Apply'>
2747
+ <Cond>value(PromptDefaults) == false</Cond>
2748
+ <Condition>
2749
+ <Expression>
2750
+ <Type>Comparison</Type>
2751
+ <Operator>Equal</Operator>
2752
+ <PropName>PromptDefaults</PropName>
2753
+ <Value>false</Value>
2754
+ </Expression>
2755
+ </Condition>
2756
+ </Depend>
2757
+ </Dependencies>
2758
+ </Prop>
2759
+ <Prop hidden='1'>
2760
+ <Id>PromptColor</Id>
2761
+ <Name>Prompt Color</Name>
2762
+ <Type>Custom</Type>
2763
+ <Default>Black</Default>
2764
+ <CustomType>Artech.Genexus.Common.CustomTypes.TextColor, Artech.Genexus.Common</CustomType>
2765
+ <Dependencies>
2766
+ <Depend type='Apply'>
2767
+ <Cond>(value(PromptDefaults) == false) and (value(ColorPrompt) == true)</Cond>
2768
+ <Condition>
2769
+ <Expression>
2770
+ <Type>BooleanExpression</Type>
2771
+ <FirstPart>
2772
+ <Expression>
2773
+ <Type>Comparison</Type>
2774
+ <Operator>Equal</Operator>
2775
+ <PropName>PromptDefaults</PropName>
2776
+ <Value>false</Value>
2777
+ </Expression>
2778
+ </FirstPart>
2779
+ <Operator>and</Operator>
2780
+ <SecondPart>
2781
+ <Expression>
2782
+ <Type>Comparison</Type>
2783
+ <Operator>Equal</Operator>
2784
+ <PropName>ColorPrompt</PropName>
2785
+ <Value>true</Value>
2786
+ </Expression>
2787
+ </SecondPart>
2788
+ </Expression>
2789
+ </Condition>
2790
+ </Depend>
2791
+ </Dependencies>
2792
+ </Prop>
2793
+ </Children>
2794
+ </Group>
2795
+ </Children>
2796
+ </Group>
2797
+ <Group>
2798
+ <Id>DefaultReportFonts</Id>
2799
+ <Name>Report Default Fonts</Name>
2800
+ <Type>Group</Type>
2801
+ <Metadata>
2802
+ <Value name='FlagCategories'>Reports:Advanced</Value>
2803
+ </Metadata>
2804
+ <Children>
2805
+ <Prop>
2806
+ <Id>PROP_RPT_ATT_FONT</Id>
2807
+ <Name>Report Attribute Font</Name>
2808
+ <Type>Custom</Type>
2809
+ <Default>Microsoft Sans Serif,8</Default>
2810
+ <CustomType>System.Drawing.Font, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</CustomType>
2811
+ <Metadata>
2812
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultRptAttFontDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2813
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.NotDesignModelReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2814
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.OnlyDesignModelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2815
+ </Metadata>
2816
+ </Prop>
2817
+ <Prop>
2818
+ <Id>PROP_RPT_TEXT_FONT</Id>
2819
+ <Name>Report Text Block Font</Name>
2820
+ <Type>Custom</Type>
2821
+ <Default>Microsoft Sans Serif,8</Default>
2822
+ <CustomType>System.Drawing.Font, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</CustomType>
2823
+ <Metadata>
2824
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultRptTextFontDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2825
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.NotDesignModelReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2826
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.OnlyDesignModelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2827
+ </Metadata>
2828
+ </Prop>
2829
+ </Children>
2830
+ </Group>
2831
+ </Children>
2832
+ </Group>
2833
+ <Group hidden='1'>
2834
+ <Id>IdDEFAULTS</Id>
2835
+ <Name>Defaults</Name>
2836
+ <Type>Group</Type>
2837
+ <Metadata>
2838
+ <Value name='FlagCategories'>Advanced</Value>
2839
+ </Metadata>
2840
+ <Children>
2841
+ <Prop hidden='1'>
2842
+ <Id>DefaultReportOutput</Id>
2843
+ <Name>Report output</Name>
2844
+ <Description>Report output</Description>
2845
+ <Type>Combo</Type>
2846
+ <Default>FIL</Default>
2847
+ <Values>
2848
+ <Value id='ASK' desc='Ask User'/>
2849
+ <Value id='SCR' desc='Only To Screen'/>
2850
+ <Value id='PRN' desc='Only To Printer'/>
2851
+ <Value id='FIL' desc='Only To File'/>
2852
+ </Values>
2853
+ <Dependencies>
2854
+ <Depend type='Apply'>
2855
+ <Cond>value(ModelType) == Design</Cond>
2856
+ <Condition>
2857
+ <Expression>
2858
+ <Type>Comparison</Type>
2859
+ <Operator>Equal</Operator>
2860
+ <PropName>ModelType</PropName>
2861
+ <Value>Design</Value>
2862
+ </Expression>
2863
+ </Condition>
2864
+ </Depend>
2865
+ </Dependencies>
2866
+ </Prop>
2867
+ <Prop hidden='1'>
2868
+ <Id>ExternalNamespace</Id>
2869
+ <Name>Exposed namespace</Name>
2870
+ <Type>Text</Type>
2871
+ <Dependencies>
2872
+ <Depend type='Not Show'>
2873
+ <Cond>value(ModelType) != Design</Cond>
2874
+ <Condition>
2875
+ <Expression>
2876
+ <Type>Comparison</Type>
2877
+ <Operator>NotEqual</Operator>
2878
+ <PropName>ModelType</PropName>
2879
+ <Value>Design</Value>
2880
+ </Expression>
2881
+ </Condition>
2882
+ </Depend>
2883
+ </Dependencies>
2884
+ <Metadata>
2885
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DefaultExposedNamespaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2886
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2887
+ </Metadata>
2888
+ </Prop>
2889
+ <Prop hidden='1'>
2890
+ <Id>URLAccess</Id>
2891
+ <Name>URL access</Name>
2892
+ <Description>Object can be accessed through the URL</Description>
2893
+ <Type>Combo</Type>
2894
+ <Default>No</Default>
2895
+ <Values>
2896
+ <Value id='Yes' desc='Yes'/>
2897
+ <Value id='No' desc='No'/>
2898
+ </Values>
2899
+ <Dependencies>
2900
+ <Depend type='Apply'>
2901
+ <Cond>value(ModelType) == Design</Cond>
2902
+ <Condition>
2903
+ <Expression>
2904
+ <Type>Comparison</Type>
2905
+ <Operator>Equal</Operator>
2906
+ <PropName>ModelType</PropName>
2907
+ <Value>Design</Value>
2908
+ </Expression>
2909
+ </Condition>
2910
+ </Depend>
2911
+ </Dependencies>
2912
+ <Metadata>
2913
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2914
+ </Metadata>
2915
+ </Prop>
2916
+ <Prop hidden='1'>
2917
+ <Id>DefaultNLS_SUPPORT</Id>
2918
+ <Name>Enable national language support</Name>
2919
+ <Description>National language support</Description>
2920
+ <Type>Combo</Type>
2921
+ <Default>No</Default>
2922
+ <Values>
2923
+ <Value id='No' desc='No'/>
2924
+ <Value id='Yes' desc='Yes'/>
2925
+ </Values>
2926
+ <Dependencies>
2927
+ <Depend type='Not Show'>
2928
+ <Cond>value(ModelType) != Design</Cond>
2929
+ <Condition>
2930
+ <Expression>
2931
+ <Type>Comparison</Type>
2932
+ <Operator>NotEqual</Operator>
2933
+ <PropName>ModelType</PropName>
2934
+ <Value>Design</Value>
2935
+ </Expression>
2936
+ </Condition>
2937
+ </Depend>
2938
+ </Dependencies>
2939
+ <Metadata>
2940
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.NLSDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2941
+ <Value name='FlagBuildAction'>CreateDBAndRebuildAll</Value>
2942
+ </Metadata>
2943
+ </Prop>
2944
+ <Prop hidden='1'>
2945
+ <Id>AjaxRequestsSecurity</Id>
2946
+ <Name>Ajax requests security</Name>
2947
+ <Description>Security level on ajax requests</Description>
2948
+ <Type>Combo</Type>
2949
+ <Default>High</Default>
2950
+ <Values>
2951
+ <Value id='High' desc='High'/>
2952
+ <Value id='Medium' desc='Medium'/>
2953
+ <Value id='Low' desc='Low'/>
2954
+ </Values>
2955
+ <Dependencies>
2956
+ <Depend type='Apply'>
2957
+ <Cond>value(ModelType) == Design</Cond>
2958
+ <Condition>
2959
+ <Expression>
2960
+ <Type>Comparison</Type>
2961
+ <Operator>Equal</Operator>
2962
+ <PropName>ModelType</PropName>
2963
+ <Value>Design</Value>
2964
+ </Expression>
2965
+ </Condition>
2966
+ </Depend>
2967
+ </Dependencies>
2968
+ <Options>
2969
+ <Option type='Not Show'/>
2970
+ </Options>
2971
+ </Prop>
2972
+ <Prop hidden='1'>
2973
+ <Id>OnSessionTimeout</Id>
2974
+ <Name>On session timeout</Name>
2975
+ <Description>Action to perform on session timeout</Description>
2976
+ <Type>Combo</Type>
2977
+ <Default>Ignore</Default>
2978
+ <Values>
2979
+ <Value id='Ignore' desc='Ignore'/>
2980
+ <Value id='Warn' desc='Warn'/>
2981
+ </Values>
2982
+ <Dependencies>
2983
+ <Depend type='Apply'>
2984
+ <Cond>value(ModelType) == Design</Cond>
2985
+ <Condition>
2986
+ <Expression>
2987
+ <Type>Comparison</Type>
2988
+ <Operator>Equal</Operator>
2989
+ <PropName>ModelType</PropName>
2990
+ <Value>Design</Value>
2991
+ </Expression>
2992
+ </Condition>
2993
+ </Depend>
2994
+ </Dependencies>
2995
+ <Metadata>
2996
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2997
+ </Metadata>
2998
+ </Prop>
2999
+ <Prop hidden='1'>
3000
+ <Id>idXmlInclude</Id>
3001
+ <Name>XML Null Serialization</Name>
3002
+ <Description>XML Null Serialization</Description>
3003
+ <Type>Combo</Type>
3004
+ <Default>idXmlIncludeAlways</Default>
3005
+ <Values>
3006
+ <Value id='idXmlIncludeAlways' desc='Empty Tag'/>
3007
+ <Value id='idXmlIncludeNotNull' desc='No Tag'/>
3008
+ <Value id='idXmlIncludeAsNil' desc='Nil Tag'/>
3009
+ </Values>
3010
+ <Dependencies>
3011
+ <Depend type='Apply'>
3012
+ <Cond>value(ModelType) == Design</Cond>
3013
+ <Condition>
3014
+ <Expression>
3015
+ <Type>Comparison</Type>
3016
+ <Operator>Equal</Operator>
3017
+ <PropName>ModelType</PropName>
3018
+ <Value>Design</Value>
3019
+ </Expression>
3020
+ </Condition>
3021
+ </Depend>
3022
+ </Dependencies>
3023
+ <Metadata>
3024
+ <Value name='FlagBuildAction'>RebuildSdts</Value>
3025
+ </Metadata>
3026
+ </Prop>
3027
+ <Prop hidden='1'>
3028
+ <Id>idXmlDateSerialization</Id>
3029
+ <Name>XML Date Serialization</Name>
3030
+ <Description>XML Date Serialization</Description>
3031
+ <Type>Combo</Type>
3032
+ <Default>idXmlDateDefaultFormat</Default>
3033
+ <Values>
3034
+ <Value id='idXmlDateDefaultFormat' desc='Date &amp; Time'/>
3035
+ <Value id='idXmlDateIncludeTimeZone' desc='Date &amp; Time with Timezone'/>
3036
+ <Value id='idXmlDateIncludeTimeZoneAndMillis' desc='Date &amp; Time with Timezone and Milliseconds'/>
3037
+ </Values>
3038
+ <Dependencies>
3039
+ <Depend type='Apply'>
3040
+ <Cond>value(ModelType) == Design</Cond>
3041
+ <Condition>
3042
+ <Expression>
3043
+ <Type>Comparison</Type>
3044
+ <Operator>Equal</Operator>
3045
+ <PropName>ModelType</PropName>
3046
+ <Value>Design</Value>
3047
+ </Expression>
3048
+ </Condition>
3049
+ </Depend>
3050
+ </Dependencies>
3051
+ <Metadata>
3052
+ <Value name='FlagBuildAction'>RebuildSdts</Value>
3053
+ </Metadata>
3054
+ </Prop>
3055
+ <Prop hidden='1'>
3056
+ <Id>AUTO_REFRESH</Id>
3057
+ <Name>Automatic refresh</Name>
3058
+ <Description>Automatically refresh grids when their dependencies are changed</Description>
3059
+ <Type>Combo</Type>
3060
+ <Default>VARS_CHANGE</Default>
3061
+ <Values>
3062
+ <Value id='VARS_CHANGE' desc='Yes'/>
3063
+ <Value id='NO' desc='No'/>
3064
+ </Values>
3065
+ <Dependencies>
3066
+ <Depend type='Apply'>
3067
+ <Cond>value(ModelType) == Design</Cond>
3068
+ <Condition>
3069
+ <Expression>
3070
+ <Type>Comparison</Type>
3071
+ <Operator>Equal</Operator>
3072
+ <PropName>ModelType</PropName>
3073
+ <Value>Design</Value>
3074
+ </Expression>
3075
+ </Condition>
3076
+ </Depend>
3077
+ </Dependencies>
3078
+ </Prop>
3079
+ <Prop hidden='1'>
3080
+ <Id>CACHE_CONTENT_EXPIRATION</Id>
3081
+ <Name>Static content cache expiration (hours)</Name>
3082
+ <Description>Static content expiration for content such as images, javascript and css (value in hours). JAVA: Compatible only with Servlet 2.4 or higher</Description>
3083
+ <Type>Integer</Type>
3084
+ <Default>36</Default>
3085
+ <Dependencies>
3086
+ <Depend type='Apply'>
3087
+ <Cond>value(ModelType) == Design</Cond>
3088
+ <Condition>
3089
+ <Expression>
3090
+ <Type>Comparison</Type>
3091
+ <Operator>Equal</Operator>
3092
+ <PropName>ModelType</PropName>
3093
+ <Value>Design</Value>
3094
+ </Expression>
3095
+ </Condition>
3096
+ </Depend>
3097
+ </Dependencies>
3098
+ <Metadata>
3099
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
3100
+ </Metadata>
3101
+ </Prop>
3102
+ </Children>
3103
+ </Group>
3104
+ <Group hidden='1'>
3105
+ <Name>Images</Name>
3106
+ <Type>Group</Type>
3107
+ <Children>
3108
+ <Prop hidden='1'>
3109
+ <Id>LargeImageUploadSize</Id>
3110
+ <Name>LargeImageUploadSize</Name>
3111
+ <Description>Size in KBytes or Resolution (&lt;Width&gt; x &lt;Height&gt;) for Large value on Maximum Upload Size property</Description>
3112
+ <Type>Text</Type>
3113
+ <Default>1024x1024</Default>
3114
+ <Dependencies>
3115
+ <Depend type='Apply'>
3116
+ <Cond>value(ModelType) == Design</Cond>
3117
+ <Condition>
3118
+ <Expression>
3119
+ <Type>Comparison</Type>
3120
+ <Operator>Equal</Operator>
3121
+ <PropName>ModelType</PropName>
3122
+ <Value>Design</Value>
3123
+ </Expression>
3124
+ </Condition>
3125
+ </Depend>
3126
+ </Dependencies>
3127
+ <Metadata>
3128
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.ImageUploadSizeValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
3129
+ <Value name='Wiki'>http://iwiki.genexus.com/hwiki.aspx?Large+image+upload+size+property,</Value>
3130
+ <Value name='FlagSerializeToMetadata'>true</Value>
3131
+ <Value name='FlagModelIniIfApply'>false</Value>
3132
+ <Value name='FlagBuildAction'>UpdateMetadataSD</Value>
3133
+ </Metadata>
3134
+ </Prop>
3135
+ <Prop hidden='1'>
3136
+ <Id>MediumImageUploadSize</Id>
3137
+ <Name>MediumImageUploadSize</Name>
3138
+ <Description>Size in KBytes or Resolution (&lt;Width&gt; x &lt;Height&gt;) for Medium value on Maximum Upload Size property</Description>
3139
+ <Type>Text</Type>
3140
+ <Default>640x640</Default>
3141
+ <Dependencies>
3142
+ <Depend type='Apply'>
3143
+ <Cond>value(ModelType) == Design</Cond>
3144
+ <Condition>
3145
+ <Expression>
3146
+ <Type>Comparison</Type>
3147
+ <Operator>Equal</Operator>
3148
+ <PropName>ModelType</PropName>
3149
+ <Value>Design</Value>
3150
+ </Expression>
3151
+ </Condition>
3152
+ </Depend>
3153
+ </Dependencies>
3154
+ <Metadata>
3155
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.ImageUploadSizeValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
3156
+ <Value name='Wiki'>http://iwiki.genexus.com/hwiki.aspx?Medium+image+upload+size+property,</Value>
3157
+ <Value name='FlagSerializeToMetadata'>true</Value>
3158
+ <Value name='FlagModelIniIfApply'>false</Value>
3159
+ <Value name='FlagBuildAction'>UpdateMetadataSD</Value>
3160
+ </Metadata>
3161
+ </Prop>
3162
+ <Prop hidden='1'>
3163
+ <Id>SmallImageUploadSize</Id>
3164
+ <Name>SmallImageUploadSize</Name>
3165
+ <Description>Size in KBytes or Resolution (&lt;Width&gt; x &lt;Height&gt;) for Small value on Maximum Upload Size property</Description>
3166
+ <Type>Text</Type>
3167
+ <Default>320x320</Default>
3168
+ <Dependencies>
3169
+ <Depend type='Apply'>
3170
+ <Cond>value(ModelType) == Design</Cond>
3171
+ <Condition>
3172
+ <Expression>
3173
+ <Type>Comparison</Type>
3174
+ <Operator>Equal</Operator>
3175
+ <PropName>ModelType</PropName>
3176
+ <Value>Design</Value>
3177
+ </Expression>
3178
+ </Condition>
3179
+ </Depend>
3180
+ </Dependencies>
3181
+ <Metadata>
3182
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.ImageUploadSizeValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
3183
+ <Value name='Wiki'>http://iwiki.genexus.com/hwiki.aspx?Small+image+upload+size+property,</Value>
3184
+ <Value name='FlagSerializeToMetadata'>true</Value>
3185
+ <Value name='FlagModelIniIfApply'>false</Value>
3186
+ <Value name='FlagBuildAction'>UpdateMetadataSD</Value>
3187
+ </Metadata>
3188
+ </Prop>
3189
+ </Children>
3190
+ </Group>
3191
+ <Group hidden='1'>
3192
+ <Name>Team Development</Name>
3193
+ <Type>Group</Type>
3194
+ <Children>
3195
+ <Prop hidden='1'>
3196
+ <Id>RemoteVersionId</Id>
3197
+ <Name>Remote Version ID</Name>
3198
+ <Type>Integer</Type>
3199
+ <Default>-1</Default>
3200
+ <Metadata>
3201
+ <Value name='FlagExport'>false</Value>
3202
+ </Metadata>
3203
+ <Options>
3204
+ <Option type='Not Show'/>
3205
+ </Options>
3206
+ </Prop>
3207
+ <Prop hidden='1'>
3208
+ <Id>LinkedVersion</Id>
3209
+ <Name>Is Linked Version</Name>
3210
+ <Type>Boolean</Type>
3211
+ <Default>false</Default>
3212
+ <Dependencies>
3213
+ <Depend type='Default'>
3214
+ <Value>-1</Value>
3215
+ <Cond>value(RemoteVersionId) != -1</Cond>
3216
+ <Condition>
3217
+ <Expression>
3218
+ <Type>Comparison</Type>
3219
+ <Operator>NotEqual</Operator>
3220
+ <PropName>RemoteVersionId</PropName>
3221
+ <Value>-1</Value>
3222
+ </Expression>
3223
+ </Condition>
3224
+ </Depend>
3225
+ </Dependencies>
3226
+ <Metadata>
3227
+ <Value name='FlagOnlyDefault'></Value>
3228
+ <Value name='FlagForceSerialization'>true</Value>
3229
+ <Value name='FlagExport'>false</Value>
3230
+ </Metadata>
3231
+ <Options>
3232
+ <Option type='Not Show'/>
3233
+ </Options>
3234
+ </Prop>
3235
+ <Prop hidden='1'>
3236
+ <Id>RemoteVersion</Id>
3237
+ <Name>Remote Version</Name>
3238
+ <Description>Repository Version</Description>
3239
+ <Type>Text</Type>
3240
+ <Default></Default>
3241
+ <Dependencies>
3242
+ <Depend type='Apply'>
3243
+ <Cond>value(ModelType) == Design</Cond>
3244
+ <Condition>
3245
+ <Expression>
3246
+ <Type>Comparison</Type>
3247
+ <Operator>Equal</Operator>
3248
+ <PropName>ModelType</PropName>
3249
+ <Value>Design</Value>
3250
+ </Expression>
3251
+ </Condition>
3252
+ </Depend>
3253
+ </Dependencies>
3254
+ <Metadata>
3255
+ <Value name='FlagExport'>false</Value>
3256
+ </Metadata>
3257
+ <Options>
3258
+ <Option type='Readonly'/>
3259
+ </Options>
3260
+ </Prop>
3261
+ <Prop hidden='1'>
3262
+ <Id>FixedObjectsVersionDates</Id>
3263
+ <Name>Are Objects Version Dates Fixed</Name>
3264
+ <Type>Boolean</Type>
3265
+ <Default>false</Default>
3266
+ <Metadata>
3267
+ <Value name='FlagExport'>false</Value>
3268
+ </Metadata>
3269
+ <Options>
3270
+ <Option type='Not Show'/>
3271
+ </Options>
3272
+ </Prop>
3273
+ <Prop hidden='1'>
3274
+ <Id>DisconnectFromServer</Id>
3275
+ <Name>Disconnect This Version</Name>
3276
+ <Type>Custom</Type>
3277
+ <CustomType>Artech.Genexus.Common.CustomTypes.DisconnectFromServerAction, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
3278
+ <Dependencies>
3279
+ <Depend type='Not Show'>
3280
+ <Cond>value(RemoteVersion) == </Cond>
3281
+ <Condition>
3282
+ <Expression>
3283
+ <Type>Comparison</Type>
3284
+ <Operator>Equal</Operator>
3285
+ <PropName>RemoteVersion</PropName>
3286
+ <Value></Value>
3287
+ </Expression>
3288
+ </Condition>
3289
+ </Depend>
3290
+ <Depend type='Apply'>
3291
+ <Cond>value(ModelType) == Design</Cond>
3292
+ <Condition>
3293
+ <Expression>
3294
+ <Type>Comparison</Type>
3295
+ <Operator>Equal</Operator>
3296
+ <PropName>ModelType</PropName>
3297
+ <Value>Design</Value>
3298
+ </Expression>
3299
+ </Condition>
3300
+ </Depend>
3301
+ </Dependencies>
3302
+ <Options>
3303
+ <Option type='Not Show'/>
3304
+ </Options>
3305
+ </Prop>
3306
+ </Children>
3307
+ </Group>
3308
+ <Group hidden='1'>
3309
+ <Name>Compatibility</Name>
3310
+ <Type>Group</Type>
3311
+ <Children>
3312
+ <Prop hidden='1'>
3313
+ <Id>idTIME_IN_UTC_BUG</Id>
3314
+ <Name>Time Only Compatibility</Name>
3315
+ <Description>True to activate time only bug for Smart Devices and rest calls (Android and .net)</Description>
3316
+ <Type>Boolean</Type>
3317
+ <Default>true</Default>
3318
+ <Initial>false</Initial>
3319
+ <Dependencies>
3320
+ <Depend type='Apply'>
3321
+ <Cond>value(ModelType) == Design</Cond>
3322
+ <Condition>
3323
+ <Expression>
3324
+ <Type>Comparison</Type>
3325
+ <Operator>Equal</Operator>
3326
+ <PropName>ModelType</PropName>
3327
+ <Value>Design</Value>
3328
+ </Expression>
3329
+ </Condition>
3330
+ </Depend>
3331
+ </Dependencies>
3332
+ <Metadata>
3333
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.TimeInUtcBugVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
3334
+ </Metadata>
3335
+ </Prop>
3336
+ </Children>
3337
+ </Group>
3338
+ <Group hidden='1'>
3339
+ <Name>Test</Name>
3340
+ <Type>Group</Type>
3341
+ <Children>
3342
+ <Prop hidden='1'>
3343
+ <Id>idGenCodeCoverageInfo</Id>
3344
+ <Name>Generate Code Coverage information</Name>
3345
+ <Description>Indicates whether to generate GeneXus source-level runtime code coverage information</Description>
3346
+ <Type>Combo</Type>
3347
+ <Default>No</Default>
3348
+ <Values>
3349
+ <Value id='No' desc='No'/>
3350
+ <Value id='Yes' desc='Yes'/>
3351
+ </Values>
3352
+ <Dependencies>
3353
+ <Depend type='Apply'>
3354
+ <Cond>value(ModelType) == Prototype</Cond>
3355
+ <Condition>
3356
+ <Expression>
3357
+ <Type>Comparison</Type>
3358
+ <Operator>Equal</Operator>
3359
+ <PropName>ModelType</PropName>
3360
+ <Value>Prototype</Value>
3361
+ </Expression>
3362
+ </Condition>
3363
+ </Depend>
3364
+ </Dependencies>
3365
+ <Metadata>
3366
+ <Value name='FlagBuildAction'>RebuildAll</Value>
3367
+ </Metadata>
3368
+ </Prop>
3369
+ </Children>
3370
+ </Group>
3371
+ <Group>
3372
+ <Name>Compatibility</Name>
3373
+ <Type>Group</Type>
3374
+ <Metadata>
3375
+ <Value name='FlagCategories'>Compatibility</Value>
3376
+ </Metadata>
3377
+ <Children>
3378
+ <Prop hidden='1'>
3379
+ <Id>idNULLS_BEHAVIOR</Id>
3380
+ <Name>Nulls Behavior</Name>
3381
+ <Type>Combo</Type>
3382
+ <Default>idNB_Current</Default>
3383
+ <Values>
3384
+ <Value id='idNB_Current' desc='Current Version'/>
3385
+ <Value id='idNB_Ver8AndPrior' desc='Version 8.0 and prior (Deprecated)'/>
3386
+ </Values>
3387
+ <Dependencies>
3388
+ <Depend type='Apply'>
3389
+ <Cond>value(ModelType) == Design</Cond>
3390
+ <Condition>
3391
+ <Expression>
3392
+ <Type>Comparison</Type>
3393
+ <Operator>Equal</Operator>
3394
+ <PropName>ModelType</PropName>
3395
+ <Value>Design</Value>
3396
+ </Expression>
3397
+ </Condition>
3398
+ </Depend>
3399
+ </Dependencies>
3400
+ <Metadata>
3401
+ <Value name='FlagBuildAction'>RebuildAll</Value>
3402
+ </Metadata>
3403
+ </Prop>
3404
+ <Prop hidden='1'>
3405
+ <Id>idEMPTY_BEHAVIOR</Id>
3406
+ <Name>Empty as null behavior</Name>
3407
+ <Type>Combo</Type>
3408
+ <Default>idNB_Current</Default>
3409
+ <Values>
3410
+ <Value id='idNB_Current' desc='Current Version'/>
3411
+ <Value id='idNB_Ver8AndPrior' desc='Version 8.0 and prior (Deprecated)'/>
3412
+ <Value id='idNB_BlankasNull' desc='Blank as Null'/>
3413
+ </Values>
3414
+ <Dependencies>
3415
+ <Depend type='Apply'>
3416
+ <Cond>value(ModelType) == Design</Cond>
3417
+ <Condition>
3418
+ <Expression>
3419
+ <Type>Comparison</Type>
3420
+ <Operator>Equal</Operator>
3421
+ <PropName>ModelType</PropName>
3422
+ <Value>Design</Value>
3423
+ </Expression>
3424
+ </Condition>
3425
+ </Depend>
3426
+ </Dependencies>
3427
+ <Metadata>
3428
+ <Value name='FlagDisplayName'>Nulls in Forms behavior</Value>
3429
+ <Value name='FlagBuildAction'>RebuildAll</Value>
3430
+ </Metadata>
3431
+ </Prop>
3432
+ <Group>
3433
+ <Id>VersionWebInformationGroup</Id>
3434
+ <Name>Web Compatibility</Name>
3435
+ <Type>Group</Type>
3436
+ <Children>
3437
+ <Prop hidden='1'>
3438
+ <Id>SHOWMASTERPAGE_POPUP</Id>
3439
+ <Name>Show Master Page when Pop-up</Name>
3440
+ <Description>Show Master Page when Pop-up</Description>
3441
+ <Type>Boolean</Type>
3442
+ <Default>false</Default>
3443
+ <Dependencies>
3444
+ <Depend type='Apply'>
3445
+ <Cond>value(ModelType) == Design</Cond>
3446
+ <Condition>
3447
+ <Expression>
3448
+ <Type>Comparison</Type>
3449
+ <Operator>Equal</Operator>
3450
+ <PropName>ModelType</PropName>
3451
+ <Value>Design</Value>
3452
+ </Expression>
3453
+ </Condition>
3454
+ </Depend>
3455
+ </Dependencies>
3456
+ <Metadata>
3457
+ <Value name='FlagBuildAction'>RebuildAll</Value>
3458
+ </Metadata>
3459
+ </Prop>
3460
+ <Prop hidden='1'>
3461
+ <Id>COLUMN_TITLE_DEFAULT_FROM</Id>
3462
+ <Name>Column Title Default</Name>
3463
+ <Type>Combo</Type>
3464
+ <Default>CT_FromParent</Default>
3465
+ <Values>
3466
+ <Value id='CT_FromDescription' desc='From Description'/>
3467
+ <Value id='CT_FromParent' desc='From Parent'/>
3468
+ </Values>
3469
+ <Dependencies>
3470
+ <Depend type='Apply'>
3471
+ <Cond>value(ModelType) == Design</Cond>
3472
+ <Condition>
3473
+ <Expression>
3474
+ <Type>Comparison</Type>
3475
+ <Operator>Equal</Operator>
3476
+ <PropName>ModelType</PropName>
3477
+ <Value>Design</Value>
3478
+ </Expression>
3479
+ </Condition>
3480
+ </Depend>
3481
+ </Dependencies>
3482
+ <Metadata>
3483
+ <Value name='FlagDisplayName'>Variables Column Title Default</Value>
3484
+ <Value name='FlagBuildAction'>RebuildAll</Value>
3485
+ </Metadata>
3486
+ </Prop>
3487
+ <Prop>
3488
+ <Id>PARAMETERS_STYLE</Id>
3489
+ <Name>Parameters Style</Name>
3490
+ <Description>Defines that the generated application will be using the standard URL query component style (identifying each parameter by its name) or another supported style.</Description>
3491
+ <Type>Combo</Type>
3492
+ <Default>NamedParameters</Default>
3493
+ <Values>
3494
+ <Value id='NamedParameters' desc='Named'/>
3495
+ <Value id='PositionalParameters' desc='Positional'/>
3496
+ </Values>
3497
+ <Dependencies>
3498
+ <Depend type='Apply'>
3499
+ <Cond>value(ModelType) != Design</Cond>
3500
+ <Condition>
3501
+ <Expression>
3502
+ <Type>Comparison</Type>
3503
+ <Operator>NotEqual</Operator>
3504
+ <PropName>ModelType</PropName>
3505
+ <Value>Design</Value>
3506
+ </Expression>
3507
+ </Condition>
3508
+ </Depend>
3509
+ </Dependencies>
3510
+ </Prop>
3511
+ </Children>
3512
+ </Group>
3513
+ </Children>
3514
+ </Group>
3515
+ </Children>
3516
+ </Group>
3517
+ </Object>
3518
+ </Content>