genexus-mcp 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/publish/GxMcp.Gateway.deps.json +125 -0
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/GxMcp.Gateway.pdb +0 -0
- package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
- package/publish/Newtonsoft.Json.dll +0 -0
- package/publish/System.CodeDom.dll +0 -0
- package/publish/System.Management.dll +0 -0
- package/publish/System.Security.Permissions.dll +0 -0
- package/publish/System.Windows.Extensions.dll +0 -0
- package/publish/config.json +19 -0
- package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
- package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
- package/publish/start_mcp.bat +22 -0
- package/publish/tool_definitions.json +1062 -0
- package/publish/web.config +12 -0
- package/publish/worker/Definitions/APIDefinition.xml +427 -0
- package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
- package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
- package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
- package/publish/worker/Definitions/BASEDefinition.xml +60 -0
- package/publish/worker/Definitions/ContextDefinition.xml +43 -0
- package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
- package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
- package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
- package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
- package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
- package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
- package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
- package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
- package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
- package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
- package/publish/worker/Definitions/DeployDefinition.xml +151 -0
- package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
- package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
- package/publish/worker/Definitions/EXODefinition.xml +1877 -0
- package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
- package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
- package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
- package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
- package/publish/worker/Definitions/FILEDefinition.xml +223 -0
- package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
- package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
- package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
- package/publish/worker/Definitions/Functions.psx +2117 -0
- package/publish/worker/Definitions/GRPDefinition.xml +78 -0
- package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
- package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
- package/publish/worker/Definitions/GxpmConditions.xml +238 -0
- package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
- package/publish/worker/Definitions/IDXDefinition.xml +54 -0
- package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
- package/publish/worker/Definitions/KBDefinition.xml +696 -0
- package/publish/worker/Definitions/LNGDefinition.xml +558 -0
- package/publish/worker/Definitions/MBRDefinition.xml +131 -0
- package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
- package/publish/worker/Definitions/MNUDefinition.xml +334 -0
- package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
- package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
- package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
- package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
- package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
- package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
- package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
- package/publish/worker/Definitions/Prc.Rules.psx +393 -0
- package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
- package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
- package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
- package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
- package/publish/worker/Definitions/SD.Rules.psx +67 -0
- package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
- package/publish/worker/Definitions/SDTDefinition.xml +176 -0
- package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
- package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
- package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
- package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
- package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
- package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
- package/publish/worker/Definitions/Sync.Rules.psx +191 -0
- package/publish/worker/Definitions/TBDDefinition.xml +99 -0
- package/publish/worker/Definitions/TBLDefinition.xml +302 -0
- package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
- package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
- package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
- package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
- package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
- package/publish/worker/Definitions/Trn.Rules.psx +560 -0
- package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
- package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
- package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
- package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
- package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
- package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
- package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
- package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
- package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
- package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
- package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
- package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
- package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
- package/publish/worker/Definitions/XFLDefinition.xml +246 -0
- package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
- package/publish/worker/Definitions/conditions.xml +251 -0
- package/publish/worker/Definitions/conditionsSD.xml +236 -0
- package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
- package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
- package/publish/worker/Definitions/dataprovider.xml +254 -0
- package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
- package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
- package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
- package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
- package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
- package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
- package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
- package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
- package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
- package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
- package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
- package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
- package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
- package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
- package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/events.xml +340 -0
- package/publish/worker/Definitions/eventsSD.xml +331 -0
- package/publish/worker/Definitions/exportDefinition.xml +123 -0
- package/publish/worker/Definitions/formula.xml +215 -0
- package/publish/worker/Definitions/gxtypes.xml +24099 -0
- package/publish/worker/Definitions/importDefinition.xml +148 -0
- package/publish/worker/Definitions/javaDefinition.xml +4733 -0
- package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
- package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
- package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
- package/publish/worker/Definitions/procedures.xml +292 -0
- package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
- package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
- package/publish/worker/Definitions/rules.xml +279 -0
- package/publish/worker/Definitions/rulesSD.xml +253 -0
- package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
- package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
- package/publish/worker/Definitions/trn_src.xml +335 -0
- package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
- package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
- package/publish/worker/GxMcp.Worker.exe +0 -0
- package/publish/worker/GxMcp.Worker.exe.config +76 -0
- package/publish/worker/GxMcp.Worker.pdb +0 -0
- package/publish/worker/Newtonsoft.Json.dll +0 -0
|
@@ -0,0 +1,1874 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='WBP' inheritance='BASE '>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>Base properties</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop>
|
|
9
|
+
<Id>ObjName</Id>
|
|
10
|
+
<Name>Name</Name>
|
|
11
|
+
<Description>Name</Description>
|
|
12
|
+
<Alias>Name</Alias>
|
|
13
|
+
<Type>Text</Type>
|
|
14
|
+
<Dependencies>
|
|
15
|
+
<Depend type='Readonly'>
|
|
16
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
17
|
+
<Condition>
|
|
18
|
+
<Expression>
|
|
19
|
+
<Type>Comparison</Type>
|
|
20
|
+
<Operator>Equal</Operator>
|
|
21
|
+
<PropName>IsPrompt</PropName>
|
|
22
|
+
<Value>true</Value>
|
|
23
|
+
</Expression>
|
|
24
|
+
</Condition>
|
|
25
|
+
</Depend>
|
|
26
|
+
</Dependencies>
|
|
27
|
+
<Metadata>
|
|
28
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
29
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
30
|
+
<Value name='FlagSpecificable'></Value>
|
|
31
|
+
<Value name='FlagSpecificationName'>ObjName</Value>
|
|
32
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
33
|
+
<Value name='FlagDeklarit'></Value>
|
|
34
|
+
</Metadata>
|
|
35
|
+
<Options>
|
|
36
|
+
<Option type='Required'/>
|
|
37
|
+
<Option type="Don't serialize"/>
|
|
38
|
+
</Options>
|
|
39
|
+
</Prop>
|
|
40
|
+
<Prop>
|
|
41
|
+
<Id>ObjDesc</Id>
|
|
42
|
+
<Name>Description</Name>
|
|
43
|
+
<Description>Describe the content or purpose of the element</Description>
|
|
44
|
+
<Alias>Description</Alias>
|
|
45
|
+
<Type>Text</Type>
|
|
46
|
+
<Dependencies>
|
|
47
|
+
<Depend type='On Change'>
|
|
48
|
+
<Cond>onChange(ObjName)</Cond>
|
|
49
|
+
<Condition>
|
|
50
|
+
<Expression>
|
|
51
|
+
<Type>OnChange</Type>
|
|
52
|
+
<PropName>ObjName</PropName>
|
|
53
|
+
</Expression>
|
|
54
|
+
</Condition>
|
|
55
|
+
</Depend>
|
|
56
|
+
</Dependencies>
|
|
57
|
+
<Metadata>
|
|
58
|
+
<Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
59
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
60
|
+
<Value name='FlagSpecificable'></Value>
|
|
61
|
+
<Value name='FlagSpecificationName'>ObjDesc</Value>
|
|
62
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
63
|
+
<Value name='FlagDeklarit'></Value>
|
|
64
|
+
</Metadata>
|
|
65
|
+
<Options>
|
|
66
|
+
<Option type="Don't serialize"/>
|
|
67
|
+
<Option type='Dyn Default'/>
|
|
68
|
+
</Options>
|
|
69
|
+
</Prop>
|
|
70
|
+
</Children>
|
|
71
|
+
</Group>
|
|
72
|
+
<Group>
|
|
73
|
+
<Name>WBP</Name>
|
|
74
|
+
<Type>Main</Type>
|
|
75
|
+
<Children>
|
|
76
|
+
<Prop hidden='1'>
|
|
77
|
+
<Id>ObjId</Id>
|
|
78
|
+
<Name>ObjId</Name>
|
|
79
|
+
<Description>ObjId</Description>
|
|
80
|
+
<Alias>Key</Alias>
|
|
81
|
+
<Type>Integer</Type>
|
|
82
|
+
<Options>
|
|
83
|
+
<Option type='Readonly'/>
|
|
84
|
+
<Option type='Not Show'/>
|
|
85
|
+
<Option type="Don't serialize"/>
|
|
86
|
+
</Options>
|
|
87
|
+
</Prop>
|
|
88
|
+
<Prop>
|
|
89
|
+
<Id>Folder</Id>
|
|
90
|
+
<Name>Folder</Name>
|
|
91
|
+
<Description>Folder</Description>
|
|
92
|
+
<Type>Custom</Type>
|
|
93
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
94
|
+
</Prop>
|
|
95
|
+
<Prop hidden='1'>
|
|
96
|
+
<Id>ObjIsStyle</Id>
|
|
97
|
+
<Name>IsStyle</Name>
|
|
98
|
+
<Type>Boolean</Type>
|
|
99
|
+
<Default>false</Default>
|
|
100
|
+
<Options>
|
|
101
|
+
<Option type='Readonly'/>
|
|
102
|
+
<Option type='Not Show'/>
|
|
103
|
+
<Option type="Don't serialize"/>
|
|
104
|
+
</Options>
|
|
105
|
+
</Prop>
|
|
106
|
+
<Prop>
|
|
107
|
+
<Id>Theme</Id>
|
|
108
|
+
<Name>Theme</Name>
|
|
109
|
+
<Type>Custom</Type>
|
|
110
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ThemeWebReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
111
|
+
<Metadata>
|
|
112
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C804FDBD-7C0B-440d-8527-4316C92649A6,AllowedType=78b3fa0e-174c-4b2b-8716-718167a428b5),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
113
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ThemeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
114
|
+
<Value name='FlagSpecificable'></Value>
|
|
115
|
+
<Value name='FlagDisplayName'>Style</Value>
|
|
116
|
+
</Metadata>
|
|
117
|
+
</Prop>
|
|
118
|
+
<Prop hidden='1'>
|
|
119
|
+
<Id>idFormLayout</Id>
|
|
120
|
+
<Name>Form Layout</Name>
|
|
121
|
+
<Description>Specifies the form template used to generate default form.</Description>
|
|
122
|
+
<Type>Combo</Type>
|
|
123
|
+
<Values>
|
|
124
|
+
<Value id='FlatTemplate' desc='FlatTemplate'/>
|
|
125
|
+
<Value id='UnanimoTemplate' desc='UnanimoTemplate'/>
|
|
126
|
+
<Value id='CarmineTemplate' desc='CarmineTemplate'/>
|
|
127
|
+
<Value id='FioriTemplate' desc='FioriTemplate'/>
|
|
128
|
+
</Values>
|
|
129
|
+
<Dependencies>
|
|
130
|
+
<Depend type='Not Show'/>
|
|
131
|
+
</Dependencies>
|
|
132
|
+
<Metadata>
|
|
133
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FormLayoutDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
134
|
+
</Metadata>
|
|
135
|
+
</Prop>
|
|
136
|
+
<Prop>
|
|
137
|
+
<Id>WEB_COMP</Id>
|
|
138
|
+
<Name>Type</Name>
|
|
139
|
+
<Description>Web Panel Type</Description>
|
|
140
|
+
<Type>Combo</Type>
|
|
141
|
+
<Default>No</Default>
|
|
142
|
+
<Values>
|
|
143
|
+
<Value id='Yes' desc='Component'/>
|
|
144
|
+
<Value id='No' desc='Web Page'/>
|
|
145
|
+
<Value id='Master' desc='Master Page'/>
|
|
146
|
+
</Values>
|
|
147
|
+
<Metadata>
|
|
148
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
149
|
+
</Metadata>
|
|
150
|
+
</Prop>
|
|
151
|
+
<Prop hidden='1'>
|
|
152
|
+
<Id>URLAccess</Id>
|
|
153
|
+
<Name>URL access</Name>
|
|
154
|
+
<Description>Object can be accessed through the URL</Description>
|
|
155
|
+
<Type>Combo</Type>
|
|
156
|
+
<Default>No</Default>
|
|
157
|
+
<Values>
|
|
158
|
+
<Value id='Yes' desc='Yes'/>
|
|
159
|
+
<Value id='No' desc='No'/>
|
|
160
|
+
</Values>
|
|
161
|
+
<Dependencies>
|
|
162
|
+
<Depend type='Not Show'>
|
|
163
|
+
<Cond>value(WEB_COMP) != Yes</Cond>
|
|
164
|
+
<Condition>
|
|
165
|
+
<Expression>
|
|
166
|
+
<Type>Comparison</Type>
|
|
167
|
+
<Operator>NotEqual</Operator>
|
|
168
|
+
<PropName>WEB_COMP</PropName>
|
|
169
|
+
<Value>Yes</Value>
|
|
170
|
+
</Expression>
|
|
171
|
+
</Condition>
|
|
172
|
+
</Depend>
|
|
173
|
+
</Dependencies>
|
|
174
|
+
<Metadata>
|
|
175
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.UrlAccessDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
176
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
177
|
+
</Metadata>
|
|
178
|
+
<Options>
|
|
179
|
+
<Option type='Dyn Default'/>
|
|
180
|
+
</Options>
|
|
181
|
+
</Prop>
|
|
182
|
+
<Prop>
|
|
183
|
+
<Id>MasterPage</Id>
|
|
184
|
+
<Name>Master Page</Name>
|
|
185
|
+
<Description>The Master Page containing this object</Description>
|
|
186
|
+
<Type>Custom</Type>
|
|
187
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.WebPanelReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
188
|
+
<Dependencies>
|
|
189
|
+
<Depend type='Apply'>
|
|
190
|
+
<Cond>value(WEB_COMP) == No</Cond>
|
|
191
|
+
<Condition>
|
|
192
|
+
<Expression>
|
|
193
|
+
<Type>Comparison</Type>
|
|
194
|
+
<Operator>Equal</Operator>
|
|
195
|
+
<PropName>WEB_COMP</PropName>
|
|
196
|
+
<Value>No</Value>
|
|
197
|
+
</Expression>
|
|
198
|
+
</Condition>
|
|
199
|
+
</Depend>
|
|
200
|
+
</Dependencies>
|
|
201
|
+
<Metadata>
|
|
202
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.MasterPageValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
203
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.MasterPageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
204
|
+
</Metadata>
|
|
205
|
+
</Prop>
|
|
206
|
+
<Prop>
|
|
207
|
+
<Id>SHOWMASTERPAGE_POPUP</Id>
|
|
208
|
+
<Name>Show Master Page when Pop-up</Name>
|
|
209
|
+
<Description>Show Master Page when Pop-up</Description>
|
|
210
|
+
<Type>Boolean</Type>
|
|
211
|
+
<Metadata>
|
|
212
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.ShowMasterPagePopUpVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
213
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ShowMasterPagePopUpDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
214
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
215
|
+
<Value name='FlagCategories'>Web:Advanced</Value>
|
|
216
|
+
</Metadata>
|
|
217
|
+
</Prop>
|
|
218
|
+
<Prop>
|
|
219
|
+
<Id>sessiontype</Id>
|
|
220
|
+
<Name>Session Type</Name>
|
|
221
|
+
<Type>Combo</Type>
|
|
222
|
+
<Default>RW</Default>
|
|
223
|
+
<Values>
|
|
224
|
+
<Value id='RO' desc='Read Only'/>
|
|
225
|
+
<Value id='RW' desc='Read Write'/>
|
|
226
|
+
<Value id='NONE' desc='None'/>
|
|
227
|
+
</Values>
|
|
228
|
+
<Metadata>
|
|
229
|
+
<Value name='FlagSpecificable'>IfApply</Value>
|
|
230
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.SessionTypeVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
231
|
+
</Metadata>
|
|
232
|
+
</Prop>
|
|
233
|
+
<Prop>
|
|
234
|
+
<Id>IsMain</Id>
|
|
235
|
+
<Name>Main program</Name>
|
|
236
|
+
<Description>To specify that the object is main. That is: it can be executed as standalone application.</Description>
|
|
237
|
+
<Type>Boolean</Type>
|
|
238
|
+
<Default>false</Default>
|
|
239
|
+
<Dependencies>
|
|
240
|
+
<Depend type='Not Show'>
|
|
241
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
242
|
+
<Condition>
|
|
243
|
+
<Expression>
|
|
244
|
+
<Type>Comparison</Type>
|
|
245
|
+
<Operator>Equal</Operator>
|
|
246
|
+
<PropName>ObjIsStyle</PropName>
|
|
247
|
+
<Value>true</Value>
|
|
248
|
+
</Expression>
|
|
249
|
+
</Condition>
|
|
250
|
+
</Depend>
|
|
251
|
+
<Depend type='Not Show'>
|
|
252
|
+
<Cond>value(WEB_COMP) == Master</Cond>
|
|
253
|
+
<Condition>
|
|
254
|
+
<Expression>
|
|
255
|
+
<Type>Comparison</Type>
|
|
256
|
+
<Operator>Equal</Operator>
|
|
257
|
+
<PropName>WEB_COMP</PropName>
|
|
258
|
+
<Value>Master</Value>
|
|
259
|
+
</Expression>
|
|
260
|
+
</Condition>
|
|
261
|
+
</Depend>
|
|
262
|
+
<Depend type='Readonly'>
|
|
263
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
264
|
+
<Condition>
|
|
265
|
+
<Expression>
|
|
266
|
+
<Type>Comparison</Type>
|
|
267
|
+
<Operator>Equal</Operator>
|
|
268
|
+
<PropName>ObjIsStyle</PropName>
|
|
269
|
+
<Value>true</Value>
|
|
270
|
+
</Expression>
|
|
271
|
+
</Condition>
|
|
272
|
+
</Depend>
|
|
273
|
+
<Depend type='Invalid'>
|
|
274
|
+
<Value>-1</Value>
|
|
275
|
+
<Cond>value(WEB_COMP) == Master</Cond>
|
|
276
|
+
<Condition>
|
|
277
|
+
<Expression>
|
|
278
|
+
<Type>Comparison</Type>
|
|
279
|
+
<Operator>Equal</Operator>
|
|
280
|
+
<PropName>WEB_COMP</PropName>
|
|
281
|
+
<Value>Master</Value>
|
|
282
|
+
</Expression>
|
|
283
|
+
</Condition>
|
|
284
|
+
</Depend>
|
|
285
|
+
</Dependencies>
|
|
286
|
+
<Metadata>
|
|
287
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
288
|
+
</Metadata>
|
|
289
|
+
<Options>
|
|
290
|
+
<Option type="Don't serialize"/>
|
|
291
|
+
</Options>
|
|
292
|
+
</Prop>
|
|
293
|
+
<Group>
|
|
294
|
+
<Id>IntegratedSecurityGroup</Id>
|
|
295
|
+
<Name>Integrated Security</Name>
|
|
296
|
+
<Type>Group</Type>
|
|
297
|
+
<Children>
|
|
298
|
+
<Prop>
|
|
299
|
+
<Id>IntegratedSecurityLevel</Id>
|
|
300
|
+
<Name>Integrated Security Level</Name>
|
|
301
|
+
<Type>Combo</Type>
|
|
302
|
+
<Values>
|
|
303
|
+
<Value id='SecurityNone' desc='None'/>
|
|
304
|
+
<Value id='SecurityLow' desc='Authentication'/>
|
|
305
|
+
<Value id='SecurityHigh' desc='Authorization'/>
|
|
306
|
+
</Values>
|
|
307
|
+
<Metadata>
|
|
308
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
309
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
310
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelDefaultResolverFormVersion, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
311
|
+
<Value name='FlagNoCacheDefault'></Value>
|
|
312
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
313
|
+
</Metadata>
|
|
314
|
+
</Prop>
|
|
315
|
+
<Prop>
|
|
316
|
+
<Id>IntegratedSecurityPermissionPrefix</Id>
|
|
317
|
+
<Name>Permission Prefix</Name>
|
|
318
|
+
<Type>Text</Type>
|
|
319
|
+
<Metadata>
|
|
320
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
321
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
322
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
323
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
324
|
+
</Metadata>
|
|
325
|
+
</Prop>
|
|
326
|
+
<Prop hidden='1'>
|
|
327
|
+
<Id>IntegratedSecurityObjClientID</Id>
|
|
328
|
+
<Name>Security Client ID</Name>
|
|
329
|
+
<Description>This property identifies an SD application in GAM. The Client Id can be used by more than one SD application, note that to reuse the Client Id implies that just one application will exist in GAM.</Description>
|
|
330
|
+
<Type>Text</Type>
|
|
331
|
+
<Dependencies>
|
|
332
|
+
<Depend type='Not Show'>
|
|
333
|
+
<Cond>value(IsMain) == false</Cond>
|
|
334
|
+
<Condition>
|
|
335
|
+
<Expression>
|
|
336
|
+
<Type>Comparison</Type>
|
|
337
|
+
<Operator>Equal</Operator>
|
|
338
|
+
<PropName>IsMain</PropName>
|
|
339
|
+
<Value>false</Value>
|
|
340
|
+
</Expression>
|
|
341
|
+
</Condition>
|
|
342
|
+
</Depend>
|
|
343
|
+
</Dependencies>
|
|
344
|
+
<Metadata>
|
|
345
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
346
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
347
|
+
<Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
348
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
349
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientIdAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
350
|
+
<Value name='FlagExport'>false</Value>
|
|
351
|
+
</Metadata>
|
|
352
|
+
</Prop>
|
|
353
|
+
<Prop hidden='1'>
|
|
354
|
+
<Id>IntegratedSecurityObjClientSecret</Id>
|
|
355
|
+
<Name>Security Client Secret</Name>
|
|
356
|
+
<Description>The Client Secret is a key used, in conjuntion with Client Id, to identify and to authorize an application when an user is authenticated.</Description>
|
|
357
|
+
<Type>Text</Type>
|
|
358
|
+
<Dependencies>
|
|
359
|
+
<Depend type='Not Show'>
|
|
360
|
+
<Cond>value(IsMain) == false</Cond>
|
|
361
|
+
<Condition>
|
|
362
|
+
<Expression>
|
|
363
|
+
<Type>Comparison</Type>
|
|
364
|
+
<Operator>Equal</Operator>
|
|
365
|
+
<PropName>IsMain</PropName>
|
|
366
|
+
<Value>false</Value>
|
|
367
|
+
</Expression>
|
|
368
|
+
</Condition>
|
|
369
|
+
</Depend>
|
|
370
|
+
</Dependencies>
|
|
371
|
+
<Metadata>
|
|
372
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
373
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
374
|
+
<Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
375
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
376
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientSecretAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
377
|
+
<Value name='FlagExport'>false</Value>
|
|
378
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
379
|
+
</Metadata>
|
|
380
|
+
</Prop>
|
|
381
|
+
<Prop hidden='1'>
|
|
382
|
+
<Id>IntegratedSecurityObjClientEncriptionKey</Id>
|
|
383
|
+
<Name>Security Client Encription Key</Name>
|
|
384
|
+
<Type>Text</Type>
|
|
385
|
+
<Metadata>
|
|
386
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientEncryptionKeyDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
387
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientEncryptionKeyAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
388
|
+
<Value name='FlagExport'>false</Value>
|
|
389
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
390
|
+
</Metadata>
|
|
391
|
+
<Options>
|
|
392
|
+
<Option type='Not Show'/>
|
|
393
|
+
<Option type='Password'/>
|
|
394
|
+
</Options>
|
|
395
|
+
</Prop>
|
|
396
|
+
</Children>
|
|
397
|
+
</Group>
|
|
398
|
+
<Prop hidden='1'>
|
|
399
|
+
<Id>Signatures</Id>
|
|
400
|
+
<Name>Signatures</Name>
|
|
401
|
+
<Type>Text</Type>
|
|
402
|
+
<Default></Default>
|
|
403
|
+
<Options>
|
|
404
|
+
<Option type='Readonly'/>
|
|
405
|
+
<Option type='Not Show'/>
|
|
406
|
+
<Option type="Don't serialize"/>
|
|
407
|
+
</Options>
|
|
408
|
+
</Prop>
|
|
409
|
+
<Prop hidden='1'>
|
|
410
|
+
<Id>PublicMethods</Id>
|
|
411
|
+
<Name>Public Methods</Name>
|
|
412
|
+
<Type>Text</Type>
|
|
413
|
+
<Default></Default>
|
|
414
|
+
<Options>
|
|
415
|
+
<Option type='Readonly'/>
|
|
416
|
+
<Option type='Not Show'/>
|
|
417
|
+
<Option type="Don't serialize"/>
|
|
418
|
+
</Options>
|
|
419
|
+
</Prop>
|
|
420
|
+
<Group hidden='1'>
|
|
421
|
+
<Id>MainObjProps</Id>
|
|
422
|
+
<Name>Main object properties</Name>
|
|
423
|
+
<Description>Main object properties</Description>
|
|
424
|
+
<Type>Group</Type>
|
|
425
|
+
<Dependencies>
|
|
426
|
+
<Depend type='Not Show'>
|
|
427
|
+
<Cond>value(IsMain) == false</Cond>
|
|
428
|
+
<Condition>
|
|
429
|
+
<Expression>
|
|
430
|
+
<Type>Comparison</Type>
|
|
431
|
+
<Operator>Equal</Operator>
|
|
432
|
+
<PropName>IsMain</PropName>
|
|
433
|
+
<Value>false</Value>
|
|
434
|
+
</Expression>
|
|
435
|
+
</Condition>
|
|
436
|
+
</Depend>
|
|
437
|
+
</Dependencies>
|
|
438
|
+
<Children>
|
|
439
|
+
<Prop hidden='1'>
|
|
440
|
+
<Id>WebApplication</Id>
|
|
441
|
+
<Name>Web Application</Name>
|
|
442
|
+
<Description>Indicates the kind of web application to generate</Description>
|
|
443
|
+
<Type>Combo</Type>
|
|
444
|
+
<Default>idDefault</Default>
|
|
445
|
+
<Values>
|
|
446
|
+
<Value id='idDefault' desc='Default'/>
|
|
447
|
+
<Value id='idProgressive' desc='Progressive'/>
|
|
448
|
+
</Values>
|
|
449
|
+
<Dependencies>
|
|
450
|
+
<Depend type='Not Show'>
|
|
451
|
+
<Cond>value(IsMain) == false</Cond>
|
|
452
|
+
<Condition>
|
|
453
|
+
<Expression>
|
|
454
|
+
<Type>Comparison</Type>
|
|
455
|
+
<Operator>Equal</Operator>
|
|
456
|
+
<PropName>IsMain</PropName>
|
|
457
|
+
<Value>false</Value>
|
|
458
|
+
</Expression>
|
|
459
|
+
</Condition>
|
|
460
|
+
</Depend>
|
|
461
|
+
</Dependencies>
|
|
462
|
+
<Metadata>
|
|
463
|
+
<Value name='FlagSpecificable'></Value>
|
|
464
|
+
</Metadata>
|
|
465
|
+
</Prop>
|
|
466
|
+
<Prop hidden='1'>
|
|
467
|
+
<Id>AppLocation</Id>
|
|
468
|
+
<Name>Location</Name>
|
|
469
|
+
<Description>Location</Description>
|
|
470
|
+
<Type>Text</Type>
|
|
471
|
+
<Dependencies>
|
|
472
|
+
<Depend type='Readonly'>
|
|
473
|
+
<Cond>value(IsMain) == false</Cond>
|
|
474
|
+
<Condition>
|
|
475
|
+
<Expression>
|
|
476
|
+
<Type>Comparison</Type>
|
|
477
|
+
<Operator>Equal</Operator>
|
|
478
|
+
<PropName>IsMain</PropName>
|
|
479
|
+
<Value>false</Value>
|
|
480
|
+
</Expression>
|
|
481
|
+
</Condition>
|
|
482
|
+
</Depend>
|
|
483
|
+
<Depend type='Not Show'>
|
|
484
|
+
<Cond>value(IsMain) == false</Cond>
|
|
485
|
+
<Condition>
|
|
486
|
+
<Expression>
|
|
487
|
+
<Type>Comparison</Type>
|
|
488
|
+
<Operator>Equal</Operator>
|
|
489
|
+
<PropName>IsMain</PropName>
|
|
490
|
+
<Value>false</Value>
|
|
491
|
+
</Expression>
|
|
492
|
+
</Condition>
|
|
493
|
+
</Depend>
|
|
494
|
+
<Depend type='Not Show'>
|
|
495
|
+
<Cond>context(CALL_PROTOCOL) == EJB</Cond>
|
|
496
|
+
<Condition>
|
|
497
|
+
<Expression>
|
|
498
|
+
<Type>Comparison</Type>
|
|
499
|
+
<Operator>Equal</Operator>
|
|
500
|
+
<PropName source='context'>CALL_PROTOCOL</PropName>
|
|
501
|
+
<Value>EJB</Value>
|
|
502
|
+
</Expression>
|
|
503
|
+
</Condition>
|
|
504
|
+
</Depend>
|
|
505
|
+
</Dependencies>
|
|
506
|
+
<Options>
|
|
507
|
+
<Option type="Don't serialize"/>
|
|
508
|
+
</Options>
|
|
509
|
+
</Prop>
|
|
510
|
+
<Prop hidden='1'>
|
|
511
|
+
<Id>AppGenerator</Id>
|
|
512
|
+
<Name>Generator</Name>
|
|
513
|
+
<Description>Generator</Description>
|
|
514
|
+
<Type>Custom</Type>
|
|
515
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.GeneratorCategoryReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
516
|
+
<Dependencies>
|
|
517
|
+
<Depend type='Readonly'>
|
|
518
|
+
<Cond>value(IsMain) == false</Cond>
|
|
519
|
+
<Condition>
|
|
520
|
+
<Expression>
|
|
521
|
+
<Type>Comparison</Type>
|
|
522
|
+
<Operator>Equal</Operator>
|
|
523
|
+
<PropName>IsMain</PropName>
|
|
524
|
+
<Value>false</Value>
|
|
525
|
+
</Expression>
|
|
526
|
+
</Condition>
|
|
527
|
+
</Depend>
|
|
528
|
+
<Depend type='Not Show'>
|
|
529
|
+
<Cond>value(IsMain) == false</Cond>
|
|
530
|
+
<Condition>
|
|
531
|
+
<Expression>
|
|
532
|
+
<Type>Comparison</Type>
|
|
533
|
+
<Operator>Equal</Operator>
|
|
534
|
+
<PropName>IsMain</PropName>
|
|
535
|
+
<Value>false</Value>
|
|
536
|
+
</Expression>
|
|
537
|
+
</Condition>
|
|
538
|
+
</Depend>
|
|
539
|
+
</Dependencies>
|
|
540
|
+
<Metadata>
|
|
541
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ObjectGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
542
|
+
</Metadata>
|
|
543
|
+
<Options>
|
|
544
|
+
<Option type="Don't serialize"/>
|
|
545
|
+
</Options>
|
|
546
|
+
</Prop>
|
|
547
|
+
</Children>
|
|
548
|
+
</Group>
|
|
549
|
+
<Group hidden='1'>
|
|
550
|
+
<Id>idWebApplicationGroup</Id>
|
|
551
|
+
<Name>Web Application</Name>
|
|
552
|
+
<Description>Specify Web Application properties</Description>
|
|
553
|
+
<Type>Group</Type>
|
|
554
|
+
<Dependencies>
|
|
555
|
+
<Depend type='Not Show'>
|
|
556
|
+
<Cond>value(WebApplication) == idDefault</Cond>
|
|
557
|
+
<Condition>
|
|
558
|
+
<Expression>
|
|
559
|
+
<Type>Comparison</Type>
|
|
560
|
+
<Operator>Equal</Operator>
|
|
561
|
+
<PropName>WebApplication</PropName>
|
|
562
|
+
<Value>idDefault</Value>
|
|
563
|
+
</Expression>
|
|
564
|
+
</Condition>
|
|
565
|
+
</Depend>
|
|
566
|
+
</Dependencies>
|
|
567
|
+
<Children>
|
|
568
|
+
<Prop hidden='1'>
|
|
569
|
+
<Id>idWebApplicationName</Id>
|
|
570
|
+
<Name>Web Application Name</Name>
|
|
571
|
+
<Description>Provides a human-readable name for the site when displayed to the user. For example, among a list of other applications or as a label for an icon.</Description>
|
|
572
|
+
<Type>Text</Type>
|
|
573
|
+
<Metadata>
|
|
574
|
+
<Value name='FlagTranslatableString'></Value>
|
|
575
|
+
</Metadata>
|
|
576
|
+
</Prop>
|
|
577
|
+
<Prop hidden='1'>
|
|
578
|
+
<Id>idWebApplicationShortName</Id>
|
|
579
|
+
<Name>Web Application Short Name</Name>
|
|
580
|
+
<Description>Provides a short human-readable name for the application. This is intended for when there is insufficient space to display the full name of the web application, like device homescreens.</Description>
|
|
581
|
+
<Type>Text</Type>
|
|
582
|
+
<Metadata>
|
|
583
|
+
<Value name='FlagTranslatableString'></Value>
|
|
584
|
+
</Metadata>
|
|
585
|
+
</Prop>
|
|
586
|
+
<Prop hidden='1'>
|
|
587
|
+
<Id>idWebApplicationDescription</Id>
|
|
588
|
+
<Name>Web Application Description</Name>
|
|
589
|
+
<Description>Provides a general description of what the pinned website does.</Description>
|
|
590
|
+
<Type>Text</Type>
|
|
591
|
+
<Metadata>
|
|
592
|
+
<Value name='FlagTranslatableString'></Value>
|
|
593
|
+
</Metadata>
|
|
594
|
+
</Prop>
|
|
595
|
+
<Prop hidden='1'>
|
|
596
|
+
<Id>idPrimaryTextDirection</Id>
|
|
597
|
+
<Name>Primary Text Direction</Name>
|
|
598
|
+
<Description>Specifies the primary text direction for the name, short_name, and description members. Together with the lang member, it helps the correct display of right-to-left languages.</Description>
|
|
599
|
+
<Type>Combo</Type>
|
|
600
|
+
<Default>idAuto</Default>
|
|
601
|
+
<Values>
|
|
602
|
+
<Value id='idLeftToRight' desc='LeftToRight'/>
|
|
603
|
+
<Value id='idRightToLeft' desc='RightToLeft'/>
|
|
604
|
+
<Value id='idAuto' desc='Auto'/>
|
|
605
|
+
</Values>
|
|
606
|
+
</Prop>
|
|
607
|
+
<Prop hidden='1'>
|
|
608
|
+
<Id>idDisplay</Id>
|
|
609
|
+
<Name>Display</Name>
|
|
610
|
+
<Description>Defines the developers' preferred display mode for the website.</Description>
|
|
611
|
+
<Type>Combo</Type>
|
|
612
|
+
<Default>idStandalone</Default>
|
|
613
|
+
<Values>
|
|
614
|
+
<Value id='idStandalone' desc='Standalone'/>
|
|
615
|
+
<Value id='idFullscreen' desc='Fullscreen'/>
|
|
616
|
+
<Value id='idMinimalUI' desc='Minimal'/>
|
|
617
|
+
<Value id='idBrowser' desc='Browser'/>
|
|
618
|
+
</Values>
|
|
619
|
+
</Prop>
|
|
620
|
+
<Prop hidden='1'>
|
|
621
|
+
<Id>idBackgroundColor</Id>
|
|
622
|
+
<Name>Background Color</Name>
|
|
623
|
+
<Description>Defines the expected background color for the website. This value repeats what is already available in the theme, but can be used by browsers to draw the background color of a shortcut when the manifest is available before the stylesheet has loaded. This creates a smooth transition between launching the web application and loading the site's content.</Description>
|
|
624
|
+
<Type>Custom</Type>
|
|
625
|
+
<CustomType>Artech.Genexus.Common.Objects.Themes.CustomTypes.ColorType2, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
626
|
+
</Prop>
|
|
627
|
+
<Prop hidden='1'>
|
|
628
|
+
<Id>idThemeColor</Id>
|
|
629
|
+
<Name>Theme Color</Name>
|
|
630
|
+
<Description>Defines the default theme color for an application. This sometimes affects how the OS displays the site (e.g., on Android's task switcher, the theme color surrounds the site).</Description>
|
|
631
|
+
<Type>Custom</Type>
|
|
632
|
+
<CustomType>Artech.Genexus.Common.Objects.Themes.CustomTypes.ColorType2, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
633
|
+
</Prop>
|
|
634
|
+
<Prop hidden='1'>
|
|
635
|
+
<Id>idPreferRelatedApplications</Id>
|
|
636
|
+
<Name>Prefer Related Applications</Name>
|
|
637
|
+
<Description>Specifies a boolean value that hints for the user agent to indicate to the user that the specified native applications from the iOS Alternative and Android Alternative apps property are recommended over the website. This should only be used if the related native apps really do offer something that the website can't.</Description>
|
|
638
|
+
<Type>Boolean</Type>
|
|
639
|
+
<Default>false</Default>
|
|
640
|
+
</Prop>
|
|
641
|
+
<Prop hidden='1'>
|
|
642
|
+
<Id>WebApplicationIcon</Id>
|
|
643
|
+
<Name>Web Application Icon</Name>
|
|
644
|
+
<Type>Custom</Type>
|
|
645
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
646
|
+
</Prop>
|
|
647
|
+
<Prop hidden='1'>
|
|
648
|
+
<Id>idAndroidAlternativeApp</Id>
|
|
649
|
+
<Name>Android Alternative App</Name>
|
|
650
|
+
<Description>Url for the Android application alternative, it could be a Google Play url or a custom url where the Android application is hosted</Description>
|
|
651
|
+
<Type>Text</Type>
|
|
652
|
+
</Prop>
|
|
653
|
+
<Prop hidden='1'>
|
|
654
|
+
<Id>idAndroidAlternativeAppId</Id>
|
|
655
|
+
<Name>Android Alternative App Identifier</Name>
|
|
656
|
+
<Description>Identifier for the Android application alternative.</Description>
|
|
657
|
+
<Type>Text</Type>
|
|
658
|
+
</Prop>
|
|
659
|
+
<Prop hidden='1'>
|
|
660
|
+
<Id>idiOSdAlternativeApp</Id>
|
|
661
|
+
<Name>iOS Alternative App</Name>
|
|
662
|
+
<Description>Url to iTunes for the iOS application alternative</Description>
|
|
663
|
+
<Type>Text</Type>
|
|
664
|
+
</Prop>
|
|
665
|
+
<Prop hidden='1'>
|
|
666
|
+
<Id>OfflineObject</Id>
|
|
667
|
+
<Name>Offline Object</Name>
|
|
668
|
+
<Description>The object to be displayed when the web application is offline</Description>
|
|
669
|
+
<Type>Custom</Type>
|
|
670
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
671
|
+
<Metadata>
|
|
672
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C9584656-94B6-4ccd-890F-332D11FC2C25, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
673
|
+
</Metadata>
|
|
674
|
+
<Options>
|
|
675
|
+
<Option type='Required'/>
|
|
676
|
+
</Options>
|
|
677
|
+
</Prop>
|
|
678
|
+
</Children>
|
|
679
|
+
</Group>
|
|
680
|
+
<Group hidden='1'>
|
|
681
|
+
<Id>OBJ_PRIVATE</Id>
|
|
682
|
+
<Name>Privacy</Name>
|
|
683
|
+
<Description>Privacy</Description>
|
|
684
|
+
<Type>Group</Type>
|
|
685
|
+
<Children>
|
|
686
|
+
<Prop hidden='1'>
|
|
687
|
+
<Id>ObjAlreadyPrivate</Id>
|
|
688
|
+
<Name>Was private object</Name>
|
|
689
|
+
<Description>Was private object</Description>
|
|
690
|
+
<Type>Boolean</Type>
|
|
691
|
+
<Default>false</Default>
|
|
692
|
+
<Options>
|
|
693
|
+
<Option type='Readonly'/>
|
|
694
|
+
<Option type='Not Show'/>
|
|
695
|
+
<Option type="Don't serialize"/>
|
|
696
|
+
</Options>
|
|
697
|
+
</Prop>
|
|
698
|
+
<Prop hidden='1'>
|
|
699
|
+
<Id>ObjIsPrivate</Id>
|
|
700
|
+
<Name>Private object</Name>
|
|
701
|
+
<Description>Private object</Description>
|
|
702
|
+
<Alias>PrivateObject</Alias>
|
|
703
|
+
<Type>Boolean</Type>
|
|
704
|
+
<Default>false</Default>
|
|
705
|
+
<Dependencies>
|
|
706
|
+
<Depend type='Readonly'>
|
|
707
|
+
<Cond>value(ObjAlreadyPrivate) == true</Cond>
|
|
708
|
+
<Condition>
|
|
709
|
+
<Expression>
|
|
710
|
+
<Type>Comparison</Type>
|
|
711
|
+
<Operator>Equal</Operator>
|
|
712
|
+
<PropName>ObjAlreadyPrivate</PropName>
|
|
713
|
+
<Value>true</Value>
|
|
714
|
+
</Expression>
|
|
715
|
+
</Condition>
|
|
716
|
+
</Depend>
|
|
717
|
+
<Depend type='Readonly'>
|
|
718
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
719
|
+
<Condition>
|
|
720
|
+
<Expression>
|
|
721
|
+
<Type>Comparison</Type>
|
|
722
|
+
<Operator>Equal</Operator>
|
|
723
|
+
<PropName>ObjIsStyle</PropName>
|
|
724
|
+
<Value>true</Value>
|
|
725
|
+
</Expression>
|
|
726
|
+
</Condition>
|
|
727
|
+
</Depend>
|
|
728
|
+
<Depend type='Not Show'>
|
|
729
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
730
|
+
<Condition>
|
|
731
|
+
<Expression>
|
|
732
|
+
<Type>Comparison</Type>
|
|
733
|
+
<Operator>Equal</Operator>
|
|
734
|
+
<PropName>ObjIsStyle</PropName>
|
|
735
|
+
<Value>true</Value>
|
|
736
|
+
</Expression>
|
|
737
|
+
</Condition>
|
|
738
|
+
</Depend>
|
|
739
|
+
</Dependencies>
|
|
740
|
+
<Metadata>
|
|
741
|
+
<Value name='FlagSpecificationName'>ObjIsPrivate</Value>
|
|
742
|
+
</Metadata>
|
|
743
|
+
<Options>
|
|
744
|
+
<Option type='Not Show'/>
|
|
745
|
+
<Option type="Don't serialize"/>
|
|
746
|
+
<Option type='Dyn Readonly'/>
|
|
747
|
+
</Options>
|
|
748
|
+
</Prop>
|
|
749
|
+
<Prop hidden='1'>
|
|
750
|
+
<Id>ObjCopyright</Id>
|
|
751
|
+
<Name>Copyright</Name>
|
|
752
|
+
<Description>Copyright</Description>
|
|
753
|
+
<Type>Text</Type>
|
|
754
|
+
<Dependencies>
|
|
755
|
+
<Depend type='Not Show'>
|
|
756
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
757
|
+
<Condition>
|
|
758
|
+
<Expression>
|
|
759
|
+
<Type>Comparison</Type>
|
|
760
|
+
<Operator>Equal</Operator>
|
|
761
|
+
<PropName>ObjIsPrivate</PropName>
|
|
762
|
+
<Value>false</Value>
|
|
763
|
+
</Expression>
|
|
764
|
+
</Condition>
|
|
765
|
+
</Depend>
|
|
766
|
+
</Dependencies>
|
|
767
|
+
<Options>
|
|
768
|
+
<Option type='Readonly'/>
|
|
769
|
+
<Option type="Don't serialize"/>
|
|
770
|
+
</Options>
|
|
771
|
+
</Prop>
|
|
772
|
+
<Prop hidden='1'>
|
|
773
|
+
<Id>ObjBuyer</Id>
|
|
774
|
+
<Name>Buyer</Name>
|
|
775
|
+
<Description>Buyer</Description>
|
|
776
|
+
<Type>Text</Type>
|
|
777
|
+
<Dependencies>
|
|
778
|
+
<Depend type='Not Show'>
|
|
779
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
780
|
+
<Condition>
|
|
781
|
+
<Expression>
|
|
782
|
+
<Type>Comparison</Type>
|
|
783
|
+
<Operator>Equal</Operator>
|
|
784
|
+
<PropName>ObjIsPrivate</PropName>
|
|
785
|
+
<Value>false</Value>
|
|
786
|
+
</Expression>
|
|
787
|
+
</Condition>
|
|
788
|
+
</Depend>
|
|
789
|
+
</Dependencies>
|
|
790
|
+
<Options>
|
|
791
|
+
<Option type='Readonly'/>
|
|
792
|
+
<Option type="Don't serialize"/>
|
|
793
|
+
</Options>
|
|
794
|
+
</Prop>
|
|
795
|
+
<Prop hidden='1'>
|
|
796
|
+
<Id>ObjPurpose</Id>
|
|
797
|
+
<Name>Purpose</Name>
|
|
798
|
+
<Description>Purpose</Description>
|
|
799
|
+
<Type>Text</Type>
|
|
800
|
+
<Dependencies>
|
|
801
|
+
<Depend type='Not Show'>
|
|
802
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
803
|
+
<Condition>
|
|
804
|
+
<Expression>
|
|
805
|
+
<Type>Comparison</Type>
|
|
806
|
+
<Operator>Equal</Operator>
|
|
807
|
+
<PropName>ObjIsPrivate</PropName>
|
|
808
|
+
<Value>false</Value>
|
|
809
|
+
</Expression>
|
|
810
|
+
</Condition>
|
|
811
|
+
</Depend>
|
|
812
|
+
</Dependencies>
|
|
813
|
+
<Options>
|
|
814
|
+
<Option type='Readonly'/>
|
|
815
|
+
<Option type="Don't serialize"/>
|
|
816
|
+
</Options>
|
|
817
|
+
</Prop>
|
|
818
|
+
</Children>
|
|
819
|
+
</Group>
|
|
820
|
+
<Prop hidden='1'>
|
|
821
|
+
<Id>IsPrompt</Id>
|
|
822
|
+
<Name>IsPrompt</Name>
|
|
823
|
+
<Type>Boolean</Type>
|
|
824
|
+
<Default>false</Default>
|
|
825
|
+
<Options>
|
|
826
|
+
<Option type='Not Show'/>
|
|
827
|
+
</Options>
|
|
828
|
+
</Prop>
|
|
829
|
+
<Prop hidden='1'>
|
|
830
|
+
<Id>IsUserPrompt</Id>
|
|
831
|
+
<Name>Is User Prompt</Name>
|
|
832
|
+
<Description>Prompt was modified by user, it will not be generated automatically if associated table changes</Description>
|
|
833
|
+
<Type>Boolean</Type>
|
|
834
|
+
<Default>false</Default>
|
|
835
|
+
<Dependencies>
|
|
836
|
+
<Depend type='Not Show'>
|
|
837
|
+
<Cond>value(IsPrompt) == false</Cond>
|
|
838
|
+
<Condition>
|
|
839
|
+
<Expression>
|
|
840
|
+
<Type>Comparison</Type>
|
|
841
|
+
<Operator>Equal</Operator>
|
|
842
|
+
<PropName>IsPrompt</PropName>
|
|
843
|
+
<Value>false</Value>
|
|
844
|
+
</Expression>
|
|
845
|
+
</Condition>
|
|
846
|
+
</Depend>
|
|
847
|
+
</Dependencies>
|
|
848
|
+
<Options>
|
|
849
|
+
<Option type='Readonly'/>
|
|
850
|
+
</Options>
|
|
851
|
+
</Prop>
|
|
852
|
+
<Prop hidden='1'>
|
|
853
|
+
<Id>PMPTAssocTable</Id>
|
|
854
|
+
<Name>Associated table</Name>
|
|
855
|
+
<Description>Associated table</Description>
|
|
856
|
+
<Type>Custom</Type>
|
|
857
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
858
|
+
<Dependencies>
|
|
859
|
+
<Depend type='Apply'>
|
|
860
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
861
|
+
<Condition>
|
|
862
|
+
<Expression>
|
|
863
|
+
<Type>Comparison</Type>
|
|
864
|
+
<Operator>Equal</Operator>
|
|
865
|
+
<PropName>IsPrompt</PropName>
|
|
866
|
+
<Value>true</Value>
|
|
867
|
+
</Expression>
|
|
868
|
+
</Condition>
|
|
869
|
+
</Depend>
|
|
870
|
+
</Dependencies>
|
|
871
|
+
<Metadata>
|
|
872
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=857CA50E-7905-0000-0007-C5D9FF2975EC,DeclareReferences=Weak),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
873
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.TableCompositionConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
874
|
+
</Metadata>
|
|
875
|
+
<Options>
|
|
876
|
+
<Option type='Readonly'/>
|
|
877
|
+
</Options>
|
|
878
|
+
</Prop>
|
|
879
|
+
<Prop hidden='1'>
|
|
880
|
+
<Id>HelpKeyword</Id>
|
|
881
|
+
<Name>HelpKeyword</Name>
|
|
882
|
+
<Type>Integer</Type>
|
|
883
|
+
<Dependencies>
|
|
884
|
+
<Depend type='Default'>
|
|
885
|
+
<Value>3</Value>
|
|
886
|
+
</Depend>
|
|
887
|
+
</Dependencies>
|
|
888
|
+
<Options>
|
|
889
|
+
<Option type='Not Show'/>
|
|
890
|
+
</Options>
|
|
891
|
+
</Prop>
|
|
892
|
+
<Prop hidden='1'>
|
|
893
|
+
<Id>DEKLARIT_METADATA</Id>
|
|
894
|
+
<Name>DeklaritMetadata</Name>
|
|
895
|
+
<Type>Text</Type>
|
|
896
|
+
<Default></Default>
|
|
897
|
+
<Options>
|
|
898
|
+
<Option type='Not Show'/>
|
|
899
|
+
</Options>
|
|
900
|
+
</Prop>
|
|
901
|
+
<Prop hidden='1'>
|
|
902
|
+
<Id>OBJECT_METADATA</Id>
|
|
903
|
+
<Name>ObjectMetadata</Name>
|
|
904
|
+
<Type>Text</Type>
|
|
905
|
+
<Default></Default>
|
|
906
|
+
<Metadata>
|
|
907
|
+
<Value name='FlagSpecificable'></Value>
|
|
908
|
+
</Metadata>
|
|
909
|
+
<Options>
|
|
910
|
+
<Option type='Not Show'/>
|
|
911
|
+
</Options>
|
|
912
|
+
</Prop>
|
|
913
|
+
<Prop hidden='1'>
|
|
914
|
+
<Id>DKL_DEPENDENCIES_PROPS</Id>
|
|
915
|
+
<Name>DklDependenciesProps</Name>
|
|
916
|
+
<Type>Text</Type>
|
|
917
|
+
<Default></Default>
|
|
918
|
+
<Options>
|
|
919
|
+
<Option type='Not Show'/>
|
|
920
|
+
</Options>
|
|
921
|
+
</Prop>
|
|
922
|
+
<Prop hidden='1'>
|
|
923
|
+
<Id>DEKLARIT_TYPE</Id>
|
|
924
|
+
<Name>DeklaritType</Name>
|
|
925
|
+
<Type>Integer</Type>
|
|
926
|
+
<Default>-1</Default>
|
|
927
|
+
<Options>
|
|
928
|
+
<Option type='Not Show'/>
|
|
929
|
+
</Options>
|
|
930
|
+
</Prop>
|
|
931
|
+
<Prop hidden='1'>
|
|
932
|
+
<Id>WORKFLOW_METADATA</Id>
|
|
933
|
+
<Name>WorkflowMetadata</Name>
|
|
934
|
+
<Type>Text</Type>
|
|
935
|
+
<Default></Default>
|
|
936
|
+
<Options>
|
|
937
|
+
<Option type='Not Show'/>
|
|
938
|
+
</Options>
|
|
939
|
+
</Prop>
|
|
940
|
+
<Prop hidden='1'>
|
|
941
|
+
<Id>USER_METADATA</Id>
|
|
942
|
+
<Name>UserMetadata</Name>
|
|
943
|
+
<Type>Text</Type>
|
|
944
|
+
<Default></Default>
|
|
945
|
+
<Options>
|
|
946
|
+
<Option type='Not Show'/>
|
|
947
|
+
</Options>
|
|
948
|
+
</Prop>
|
|
949
|
+
<Prop hidden='1'>
|
|
950
|
+
<Id>DKL_CUSTOM_PROPERTIES</Id>
|
|
951
|
+
<Name>DKL_CUSTOM_PROPERTIES</Name>
|
|
952
|
+
<Type>Text</Type>
|
|
953
|
+
<Default></Default>
|
|
954
|
+
<Options>
|
|
955
|
+
<Option type='Not Show'/>
|
|
956
|
+
</Options>
|
|
957
|
+
</Prop>
|
|
958
|
+
<Prop hidden='1'>
|
|
959
|
+
<Id>DKL_BUILTIN_PROPERTIES</Id>
|
|
960
|
+
<Name>DKL_BUILTIN_PROPERTIES</Name>
|
|
961
|
+
<Type>Text</Type>
|
|
962
|
+
<Default></Default>
|
|
963
|
+
<Options>
|
|
964
|
+
<Option type='Not Show'/>
|
|
965
|
+
</Options>
|
|
966
|
+
</Prop>
|
|
967
|
+
<Group>
|
|
968
|
+
<Id>id_DEKLARIT_AUTHORIZATION_PROPERTIES</Id>
|
|
969
|
+
<Name>Authorization</Name>
|
|
970
|
+
<Description>Authorization</Description>
|
|
971
|
+
<Type>Group</Type>
|
|
972
|
+
<Children>
|
|
973
|
+
<Prop>
|
|
974
|
+
<Id>DKL_PERMISSION_BASE_ID</Id>
|
|
975
|
+
<Name>Parmission Base Id</Name>
|
|
976
|
+
<Description>Parmission Base Id</Description>
|
|
977
|
+
<Type>Integer</Type>
|
|
978
|
+
<Default>2001</Default>
|
|
979
|
+
</Prop>
|
|
980
|
+
<Prop hidden='1'>
|
|
981
|
+
<Id>DKL_ROLES</Id>
|
|
982
|
+
<Name>Security</Name>
|
|
983
|
+
<Description>Security Roles</Description>
|
|
984
|
+
<Type>Text</Type>
|
|
985
|
+
<Default></Default>
|
|
986
|
+
<Options>
|
|
987
|
+
<Option type='Not Show'/>
|
|
988
|
+
</Options>
|
|
989
|
+
</Prop>
|
|
990
|
+
</Children>
|
|
991
|
+
</Group>
|
|
992
|
+
<Group>
|
|
993
|
+
<Id>SPC_WARNING_MESSAGES_GROUP</Id>
|
|
994
|
+
<Name>Warning messages</Name>
|
|
995
|
+
<Description>Configure warning messages handling options.</Description>
|
|
996
|
+
<Type>Group</Type>
|
|
997
|
+
<Metadata>
|
|
998
|
+
<Value name='FlagCategories'>Output</Value>
|
|
999
|
+
</Metadata>
|
|
1000
|
+
<Children>
|
|
1001
|
+
<Prop>
|
|
1002
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
1003
|
+
<Name>Disabled warnings</Name>
|
|
1004
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
1005
|
+
<Type>Text</Type>
|
|
1006
|
+
<Metadata>
|
|
1007
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1008
|
+
</Metadata>
|
|
1009
|
+
</Prop>
|
|
1010
|
+
</Children>
|
|
1011
|
+
</Group>
|
|
1012
|
+
<Group>
|
|
1013
|
+
<Id>idObjectCompatibilityGroup</Id>
|
|
1014
|
+
<Name>Compatibility</Name>
|
|
1015
|
+
<Description>Compatibility with previous versions</Description>
|
|
1016
|
+
<Type>Group</Type>
|
|
1017
|
+
<Metadata>
|
|
1018
|
+
<Value name='FlagCategories'>Compatibility</Value>
|
|
1019
|
+
</Metadata>
|
|
1020
|
+
<Children>
|
|
1021
|
+
<Prop>
|
|
1022
|
+
<Id>STD_FUNC_OBJECT</Id>
|
|
1023
|
+
<Name>Standard Functions</Name>
|
|
1024
|
+
<Description>Standard functions checking</Description>
|
|
1025
|
+
<Type>Combo</Type>
|
|
1026
|
+
<Default>UMPV</Default>
|
|
1027
|
+
<Values>
|
|
1028
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1029
|
+
<Value id='Yes' desc='Only standard functions'/>
|
|
1030
|
+
<Value id='No' desc='Allow non-standard functions'/>
|
|
1031
|
+
</Values>
|
|
1032
|
+
<Metadata>
|
|
1033
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1034
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1035
|
+
</Metadata>
|
|
1036
|
+
</Prop>
|
|
1037
|
+
</Children>
|
|
1038
|
+
</Group>
|
|
1039
|
+
<Prop>
|
|
1040
|
+
<Id>OnSessionTimeout</Id>
|
|
1041
|
+
<Name>On session timeout</Name>
|
|
1042
|
+
<Description>Action to perform on session timeout</Description>
|
|
1043
|
+
<Type>Combo</Type>
|
|
1044
|
+
<Default>Ignore</Default>
|
|
1045
|
+
<Values>
|
|
1046
|
+
<Value id='Ignore' desc='Ignore'/>
|
|
1047
|
+
<Value id='Warn' desc='Warn'/>
|
|
1048
|
+
</Values>
|
|
1049
|
+
<Metadata>
|
|
1050
|
+
<Value name='FlagCategories'>Web:Advanced</Value>
|
|
1051
|
+
<Value name='FlagSpecificable'></Value>
|
|
1052
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.OnSessionTimeoutDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1053
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1054
|
+
</Metadata>
|
|
1055
|
+
<Options>
|
|
1056
|
+
<Option type='Dyn Default'/>
|
|
1057
|
+
</Options>
|
|
1058
|
+
</Prop>
|
|
1059
|
+
<Prop>
|
|
1060
|
+
<Id>WEB_AUTO_FOCUS</Id>
|
|
1061
|
+
<Name>Focus control</Name>
|
|
1062
|
+
<Description>Focus control</Description>
|
|
1063
|
+
<Type>Combo</Type>
|
|
1064
|
+
<Default>Yes</Default>
|
|
1065
|
+
<Values>
|
|
1066
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1067
|
+
<Value id='Yes' desc='First input att/var on the page'/>
|
|
1068
|
+
<Value id='YES_NOT_EMBEDDED' desc='First input att/var on the page only if not embedded'/>
|
|
1069
|
+
<Value id='No' desc='Browser dependent'/>
|
|
1070
|
+
</Values>
|
|
1071
|
+
<Dependencies>
|
|
1072
|
+
<Depend type='Default'>
|
|
1073
|
+
<Value>UMPV</Value>
|
|
1074
|
+
</Depend>
|
|
1075
|
+
</Dependencies>
|
|
1076
|
+
<Metadata>
|
|
1077
|
+
<Value name='FlagCategories'>Web:Advanced</Value>
|
|
1078
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1079
|
+
</Metadata>
|
|
1080
|
+
</Prop>
|
|
1081
|
+
<Prop>
|
|
1082
|
+
<Id>CACHE_EXPIRES</Id>
|
|
1083
|
+
<Name>Cache expiration lapse</Name>
|
|
1084
|
+
<Description>Cache expiration lapse</Description>
|
|
1085
|
+
<Type>Text</Type>
|
|
1086
|
+
<Metadata>
|
|
1087
|
+
<Value name='FlagCategories'>Web:Advanced</Value>
|
|
1088
|
+
</Metadata>
|
|
1089
|
+
</Prop>
|
|
1090
|
+
<Group>
|
|
1091
|
+
<Id>USERWEBUI_DSG</Id>
|
|
1092
|
+
<Name>Web interface</Name>
|
|
1093
|
+
<Description>Web interface</Description>
|
|
1094
|
+
<Type>Group</Type>
|
|
1095
|
+
<Metadata>
|
|
1096
|
+
<Value name='FlagCategories'>Web</Value>
|
|
1097
|
+
</Metadata>
|
|
1098
|
+
<Children>
|
|
1099
|
+
<Group>
|
|
1100
|
+
<Id>PROP_DATEPICKER_GROUP</Id>
|
|
1101
|
+
<Name>Datepicker</Name>
|
|
1102
|
+
<Type>Group</Type>
|
|
1103
|
+
<Children>
|
|
1104
|
+
<Prop>
|
|
1105
|
+
<Id>idUSE_WEB_DATEPICKER</Id>
|
|
1106
|
+
<Name>Enable Datepicker</Name>
|
|
1107
|
+
<Description>Enable datepicker calendar generation</Description>
|
|
1108
|
+
<Type>Combo</Type>
|
|
1109
|
+
<Default>Yes</Default>
|
|
1110
|
+
<Values>
|
|
1111
|
+
<Value id='Yes' desc='Yes'/>
|
|
1112
|
+
<Value id='No' desc='No'/>
|
|
1113
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1114
|
+
</Values>
|
|
1115
|
+
<Dependencies>
|
|
1116
|
+
<Depend type='Default'>
|
|
1117
|
+
<Value>UMPV</Value>
|
|
1118
|
+
</Depend>
|
|
1119
|
+
</Dependencies>
|
|
1120
|
+
</Prop>
|
|
1121
|
+
<Prop>
|
|
1122
|
+
<Id>WNUM_DATEPICKER</Id>
|
|
1123
|
+
<Name>Show week numbers</Name>
|
|
1124
|
+
<Description>Show calendar week numbers</Description>
|
|
1125
|
+
<Type>Combo</Type>
|
|
1126
|
+
<Default>No</Default>
|
|
1127
|
+
<Values>
|
|
1128
|
+
<Value id='Yes' desc='Yes'/>
|
|
1129
|
+
<Value id='No' desc='No'/>
|
|
1130
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1131
|
+
</Values>
|
|
1132
|
+
<Dependencies>
|
|
1133
|
+
<Depend type='Not Show'>
|
|
1134
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1135
|
+
<Condition>
|
|
1136
|
+
<Expression>
|
|
1137
|
+
<Type>Comparison</Type>
|
|
1138
|
+
<Operator>Equal</Operator>
|
|
1139
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1140
|
+
<Value>No</Value>
|
|
1141
|
+
</Expression>
|
|
1142
|
+
</Condition>
|
|
1143
|
+
</Depend>
|
|
1144
|
+
<Depend type='Invalid'>
|
|
1145
|
+
<Value>Yes</Value>
|
|
1146
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1147
|
+
<Condition>
|
|
1148
|
+
<Expression>
|
|
1149
|
+
<Type>Comparison</Type>
|
|
1150
|
+
<Operator>Equal</Operator>
|
|
1151
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1152
|
+
<Value>No</Value>
|
|
1153
|
+
</Expression>
|
|
1154
|
+
</Condition>
|
|
1155
|
+
</Depend>
|
|
1156
|
+
<Depend type='Invalid'>
|
|
1157
|
+
<Value>UMPV</Value>
|
|
1158
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1159
|
+
<Condition>
|
|
1160
|
+
<Expression>
|
|
1161
|
+
<Type>Comparison</Type>
|
|
1162
|
+
<Operator>Equal</Operator>
|
|
1163
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1164
|
+
<Value>No</Value>
|
|
1165
|
+
</Expression>
|
|
1166
|
+
</Condition>
|
|
1167
|
+
</Depend>
|
|
1168
|
+
<Depend type='Default'>
|
|
1169
|
+
<Value>UMPV</Value>
|
|
1170
|
+
</Depend>
|
|
1171
|
+
</Dependencies>
|
|
1172
|
+
</Prop>
|
|
1173
|
+
<Prop>
|
|
1174
|
+
<Id>FIRST_WD_DATEPICKER</Id>
|
|
1175
|
+
<Name>First day of week</Name>
|
|
1176
|
+
<Description>Select first day of week for calendar</Description>
|
|
1177
|
+
<Type>Combo</Type>
|
|
1178
|
+
<Default>Sunday</Default>
|
|
1179
|
+
<Values>
|
|
1180
|
+
<Value id='Sunday' desc='Sunday'/>
|
|
1181
|
+
<Value id='Monday' desc='Monday'/>
|
|
1182
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1183
|
+
</Values>
|
|
1184
|
+
<Dependencies>
|
|
1185
|
+
<Depend type='Not Show'>
|
|
1186
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1187
|
+
<Condition>
|
|
1188
|
+
<Expression>
|
|
1189
|
+
<Type>Comparison</Type>
|
|
1190
|
+
<Operator>Equal</Operator>
|
|
1191
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1192
|
+
<Value>No</Value>
|
|
1193
|
+
</Expression>
|
|
1194
|
+
</Condition>
|
|
1195
|
+
</Depend>
|
|
1196
|
+
<Depend type='Invalid'>
|
|
1197
|
+
<Value>Monday</Value>
|
|
1198
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1199
|
+
<Condition>
|
|
1200
|
+
<Expression>
|
|
1201
|
+
<Type>Comparison</Type>
|
|
1202
|
+
<Operator>Equal</Operator>
|
|
1203
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1204
|
+
<Value>No</Value>
|
|
1205
|
+
</Expression>
|
|
1206
|
+
</Condition>
|
|
1207
|
+
</Depend>
|
|
1208
|
+
<Depend type='Invalid'>
|
|
1209
|
+
<Value>UMPV</Value>
|
|
1210
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1211
|
+
<Condition>
|
|
1212
|
+
<Expression>
|
|
1213
|
+
<Type>Comparison</Type>
|
|
1214
|
+
<Operator>Equal</Operator>
|
|
1215
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1216
|
+
<Value>No</Value>
|
|
1217
|
+
</Expression>
|
|
1218
|
+
</Condition>
|
|
1219
|
+
</Depend>
|
|
1220
|
+
<Depend type='Default'>
|
|
1221
|
+
<Value>UMPV</Value>
|
|
1222
|
+
</Depend>
|
|
1223
|
+
</Dependencies>
|
|
1224
|
+
</Prop>
|
|
1225
|
+
</Children>
|
|
1226
|
+
</Group>
|
|
1227
|
+
<Prop>
|
|
1228
|
+
<Id>WebUX</Id>
|
|
1229
|
+
<Name>Web User Experience</Name>
|
|
1230
|
+
<Description>Web user experience</Description>
|
|
1231
|
+
<Type>Combo</Type>
|
|
1232
|
+
<Values>
|
|
1233
|
+
<Value id='SMOOTH' desc='Smooth'/>
|
|
1234
|
+
<Value id='COMPATIBLE' desc='Previous versions compatible'/>
|
|
1235
|
+
</Values>
|
|
1236
|
+
<Metadata>
|
|
1237
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.WebUserExperienceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1238
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1239
|
+
</Metadata>
|
|
1240
|
+
</Prop>
|
|
1241
|
+
</Children>
|
|
1242
|
+
</Group>
|
|
1243
|
+
<Group>
|
|
1244
|
+
<Id>idWebGroupWBP</Id>
|
|
1245
|
+
<Name>Web information</Name>
|
|
1246
|
+
<Type>Group</Type>
|
|
1247
|
+
<Children>
|
|
1248
|
+
<Group>
|
|
1249
|
+
<Id>idWebSecurity</Id>
|
|
1250
|
+
<Name>Security</Name>
|
|
1251
|
+
<Type>Group</Type>
|
|
1252
|
+
<Children>
|
|
1253
|
+
<Prop>
|
|
1254
|
+
<Id>USE_ENCRYPTION</Id>
|
|
1255
|
+
<Name>Encrypt URL parameters</Name>
|
|
1256
|
+
<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.
|
|
1257
|
+
Values:
|
|
1258
|
+
No -> Indicates that the parameters in the Web objects URL will not be encrypted.This is the default value.
|
|
1259
|
+
Session Key -> 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.
|
|
1260
|
+
Site Key -> 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>
|
|
1261
|
+
<Type>Combo</Type>
|
|
1262
|
+
<Default>NO</Default>
|
|
1263
|
+
<Values>
|
|
1264
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1265
|
+
<Value id='NO' desc='No'/>
|
|
1266
|
+
<Value id='SESSION' desc='Session key'/>
|
|
1267
|
+
<Value id='SITE' desc='Site key'/>
|
|
1268
|
+
</Values>
|
|
1269
|
+
<Dependencies>
|
|
1270
|
+
<Depend type='Not Show'>
|
|
1271
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
1272
|
+
<Condition>
|
|
1273
|
+
<Expression>
|
|
1274
|
+
<Type>Comparison</Type>
|
|
1275
|
+
<Operator>Equal</Operator>
|
|
1276
|
+
<PropName>IsPrompt</PropName>
|
|
1277
|
+
<Value>true</Value>
|
|
1278
|
+
</Expression>
|
|
1279
|
+
</Condition>
|
|
1280
|
+
</Depend>
|
|
1281
|
+
<Depend type='Default'>
|
|
1282
|
+
<Value>NO</Value>
|
|
1283
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
1284
|
+
<Condition>
|
|
1285
|
+
<Expression>
|
|
1286
|
+
<Type>Comparison</Type>
|
|
1287
|
+
<Operator>Equal</Operator>
|
|
1288
|
+
<PropName>IsPrompt</PropName>
|
|
1289
|
+
<Value>true</Value>
|
|
1290
|
+
</Expression>
|
|
1291
|
+
</Condition>
|
|
1292
|
+
</Depend>
|
|
1293
|
+
<Depend type='Invalid'>
|
|
1294
|
+
<Value>SESSION</Value>
|
|
1295
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
1296
|
+
<Condition>
|
|
1297
|
+
<Expression>
|
|
1298
|
+
<Type>Comparison</Type>
|
|
1299
|
+
<Operator>Equal</Operator>
|
|
1300
|
+
<PropName>IsPrompt</PropName>
|
|
1301
|
+
<Value>true</Value>
|
|
1302
|
+
</Expression>
|
|
1303
|
+
</Condition>
|
|
1304
|
+
</Depend>
|
|
1305
|
+
<Depend type='Invalid'>
|
|
1306
|
+
<Value>SITE</Value>
|
|
1307
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
1308
|
+
<Condition>
|
|
1309
|
+
<Expression>
|
|
1310
|
+
<Type>Comparison</Type>
|
|
1311
|
+
<Operator>Equal</Operator>
|
|
1312
|
+
<PropName>IsPrompt</PropName>
|
|
1313
|
+
<Value>true</Value>
|
|
1314
|
+
</Expression>
|
|
1315
|
+
</Condition>
|
|
1316
|
+
</Depend>
|
|
1317
|
+
</Dependencies>
|
|
1318
|
+
<Metadata>
|
|
1319
|
+
<Value name='FlagCategories'>Web</Value>
|
|
1320
|
+
<Value name='FlagSpecificable'></Value>
|
|
1321
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromEnvironmentDefaultResolver_EncryptUrlParameters, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1322
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1323
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1324
|
+
</Metadata>
|
|
1325
|
+
</Prop>
|
|
1326
|
+
<Prop>
|
|
1327
|
+
<Id>HTTP_PROTOCOL</Id>
|
|
1328
|
+
<Name>Protocol specification</Name>
|
|
1329
|
+
<Description>The protocol used for services and absolute urls.
|
|
1330
|
+
Values:
|
|
1331
|
+
|
|
1332
|
+
Secure (HTTPS) -> Forces the generation of HTTPS as protocol. HTTP indicates that the protocol to use will be Secure Hypertext Transfer Protocol.
|
|
1333
|
+
Unsecure(HTTP) -> Forces the generation of HTTP as protocol.HTTP indicates that the protocol to use will be Hypertext Transfer Protocol.
|
|
1334
|
+
Do not Specify -> No protocol is specified, the actual protocol is used.</Description>
|
|
1335
|
+
<Type>Combo</Type>
|
|
1336
|
+
<Default>Unsecure</Default>
|
|
1337
|
+
<Values>
|
|
1338
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1339
|
+
<Value id='Unsecure' desc='Unsecure (HTTP:)'/>
|
|
1340
|
+
<Value id='Secure' desc='Secure (HTTPS:)'/>
|
|
1341
|
+
<Value id='None' desc='Do not specify'/>
|
|
1342
|
+
</Values>
|
|
1343
|
+
<Metadata>
|
|
1344
|
+
<Value name='FlagCategories'>Web</Value>
|
|
1345
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromEnvironmentDefaultResolver_ProtocolSpecification, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1346
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1347
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1348
|
+
</Metadata>
|
|
1349
|
+
</Prop>
|
|
1350
|
+
<Prop hidden='1'>
|
|
1351
|
+
<Id>SAMESITE_COOKIE</Id>
|
|
1352
|
+
<Name>SameSite cookie attribute</Name>
|
|
1353
|
+
<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.
|
|
1354
|
+
Values:
|
|
1355
|
+
|
|
1356
|
+
Do not specify -> SameSite cookie attribute is not specified. Availability of cookies depends on browser/version.
|
|
1357
|
+
None -> Cookies are sent with same-site and cross-site requests. It requires a secure context/HTTPS.
|
|
1358
|
+
Lax -> Cookies are sent with same-site requests, and with cross-site top-level navigations.
|
|
1359
|
+
Strict -> Cookies are sent along with same site requests.</Description>
|
|
1360
|
+
<Type>Combo</Type>
|
|
1361
|
+
<Default>Lax</Default>
|
|
1362
|
+
<Values>
|
|
1363
|
+
<Value id='Unspecified' desc='Do not specify'/>
|
|
1364
|
+
<Value id='None' desc='None'/>
|
|
1365
|
+
<Value id='Lax' desc='Lax'/>
|
|
1366
|
+
<Value id='Strict' desc='Strict'/>
|
|
1367
|
+
</Values>
|
|
1368
|
+
<Dependencies>
|
|
1369
|
+
<Depend type='Not Show'/>
|
|
1370
|
+
</Dependencies>
|
|
1371
|
+
<Metadata>
|
|
1372
|
+
<Value name='FlagCategories'>Web</Value>
|
|
1373
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1374
|
+
<Value name='FlagBuildAction'>UpdateWebConfig</Value>
|
|
1375
|
+
<Value name='FlagOnlyDefault'>IfNotVisible</Value>
|
|
1376
|
+
</Metadata>
|
|
1377
|
+
</Prop>
|
|
1378
|
+
<Prop>
|
|
1379
|
+
<Id>WEB_SECURITY_LEVEL</Id>
|
|
1380
|
+
<Name>Web Security Level</Name>
|
|
1381
|
+
<Type>Combo</Type>
|
|
1382
|
+
<Default>High</Default>
|
|
1383
|
+
<Values>
|
|
1384
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1385
|
+
<Value id='High' desc='High'/>
|
|
1386
|
+
<Value id='Medium' desc='Medium'/>
|
|
1387
|
+
</Values>
|
|
1388
|
+
<Metadata>
|
|
1389
|
+
<Value name='FlagCategories'>Web:AdvancedSecurity</Value>
|
|
1390
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromEnvironmentDefaultResolver_WebSecurityLevel, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1391
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1392
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1393
|
+
</Metadata>
|
|
1394
|
+
</Prop>
|
|
1395
|
+
</Children>
|
|
1396
|
+
</Group>
|
|
1397
|
+
</Children>
|
|
1398
|
+
</Group>
|
|
1399
|
+
<Group>
|
|
1400
|
+
<Id>KEYC</Id>
|
|
1401
|
+
<Name>Key configuration</Name>
|
|
1402
|
+
<Description>Key configuration</Description>
|
|
1403
|
+
<Type>Group</Type>
|
|
1404
|
+
<Metadata>
|
|
1405
|
+
<Value name='FlagCategories'>Win</Value>
|
|
1406
|
+
</Metadata>
|
|
1407
|
+
<Children>
|
|
1408
|
+
<Group>
|
|
1409
|
+
<Id>AS4KEYS</Id>
|
|
1410
|
+
<Name>Key assignment</Name>
|
|
1411
|
+
<Description>Key assignment</Description>
|
|
1412
|
+
<Type>Group</Type>
|
|
1413
|
+
<Children>
|
|
1414
|
+
<Prop>
|
|
1415
|
+
<Id>ASSIGNED_FNC_KEYS</Id>
|
|
1416
|
+
<Name>Assign Function Keys to Standard Events</Name>
|
|
1417
|
+
<Type>Combo</Type>
|
|
1418
|
+
<Default>No</Default>
|
|
1419
|
+
<Values>
|
|
1420
|
+
<Value id='Yes' desc='Yes'/>
|
|
1421
|
+
<Value id='No' desc='No'/>
|
|
1422
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1423
|
+
</Values>
|
|
1424
|
+
<Dependencies>
|
|
1425
|
+
<Depend type='Default'>
|
|
1426
|
+
<Value>UMPV</Value>
|
|
1427
|
+
</Depend>
|
|
1428
|
+
<Depend type='Default'>
|
|
1429
|
+
<Value>Yes</Value>
|
|
1430
|
+
<Cond>context(IS_WEB_GEN) != -1</Cond>
|
|
1431
|
+
<Condition>
|
|
1432
|
+
<Expression>
|
|
1433
|
+
<Type>Comparison</Type>
|
|
1434
|
+
<Operator>NotEqual</Operator>
|
|
1435
|
+
<PropName source='context'>IS_WEB_GEN</PropName>
|
|
1436
|
+
<Value>-1</Value>
|
|
1437
|
+
</Expression>
|
|
1438
|
+
</Condition>
|
|
1439
|
+
</Depend>
|
|
1440
|
+
</Dependencies>
|
|
1441
|
+
</Prop>
|
|
1442
|
+
<Prop hidden='1'>
|
|
1443
|
+
<Id>KEY_HELP</Id>
|
|
1444
|
+
<Name>Help key</Name>
|
|
1445
|
+
<Description>Help key</Description>
|
|
1446
|
+
<Type>Combo</Type>
|
|
1447
|
+
<Values>
|
|
1448
|
+
<Value id='N' desc='None'/>
|
|
1449
|
+
<Value id='0' desc='Disabled'/>
|
|
1450
|
+
<Value id='1' desc='F1'/>
|
|
1451
|
+
<Value id='2' desc='F2'/>
|
|
1452
|
+
<Value id='3' desc='F3'/>
|
|
1453
|
+
<Value id='4' desc='F4'/>
|
|
1454
|
+
<Value id='5' desc='F5'/>
|
|
1455
|
+
<Value id='6' desc='F6'/>
|
|
1456
|
+
<Value id='7' desc='F7'/>
|
|
1457
|
+
<Value id='8' desc='F8'/>
|
|
1458
|
+
<Value id='9' desc='F9'/>
|
|
1459
|
+
<Value id='10' desc='F10'/>
|
|
1460
|
+
<Value id='11' desc='F11'/>
|
|
1461
|
+
<Value id='12' desc='F12'/>
|
|
1462
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1463
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1464
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1465
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1466
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1467
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1468
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1469
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1470
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1471
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1472
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1473
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1474
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1475
|
+
</Values>
|
|
1476
|
+
<Dependencies>
|
|
1477
|
+
<Depend type='Not Show'>
|
|
1478
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1479
|
+
<Condition>
|
|
1480
|
+
<Expression>
|
|
1481
|
+
<Type>Comparison</Type>
|
|
1482
|
+
<Operator>Equal</Operator>
|
|
1483
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1484
|
+
<Value>No</Value>
|
|
1485
|
+
</Expression>
|
|
1486
|
+
</Condition>
|
|
1487
|
+
</Depend>
|
|
1488
|
+
<Depend type='Default'>
|
|
1489
|
+
<Value>UMPV</Value>
|
|
1490
|
+
</Depend>
|
|
1491
|
+
<Depend type='Invalid'>
|
|
1492
|
+
<Value>0</Value>
|
|
1493
|
+
</Depend>
|
|
1494
|
+
</Dependencies>
|
|
1495
|
+
<Metadata>
|
|
1496
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1497
|
+
</Metadata>
|
|
1498
|
+
</Prop>
|
|
1499
|
+
<Prop hidden='1'>
|
|
1500
|
+
<Id>KEY_REFRESH</Id>
|
|
1501
|
+
<Name>Refresh key</Name>
|
|
1502
|
+
<Description>Refresh key</Description>
|
|
1503
|
+
<Type>Combo</Type>
|
|
1504
|
+
<Values>
|
|
1505
|
+
<Value id='N' desc='None'/>
|
|
1506
|
+
<Value id='0' desc='Disabled'/>
|
|
1507
|
+
<Value id='1' desc='F1'/>
|
|
1508
|
+
<Value id='2' desc='F2'/>
|
|
1509
|
+
<Value id='3' desc='F3'/>
|
|
1510
|
+
<Value id='4' desc='F4'/>
|
|
1511
|
+
<Value id='5' desc='F5'/>
|
|
1512
|
+
<Value id='6' desc='F6'/>
|
|
1513
|
+
<Value id='7' desc='F7'/>
|
|
1514
|
+
<Value id='8' desc='F8'/>
|
|
1515
|
+
<Value id='9' desc='F9'/>
|
|
1516
|
+
<Value id='10' desc='F10'/>
|
|
1517
|
+
<Value id='11' desc='F11'/>
|
|
1518
|
+
<Value id='12' desc='F12'/>
|
|
1519
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1520
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1521
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1522
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1523
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1524
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1525
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1526
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1527
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1528
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1529
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1530
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1531
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1532
|
+
</Values>
|
|
1533
|
+
<Dependencies>
|
|
1534
|
+
<Depend type='Not Show'>
|
|
1535
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1536
|
+
<Condition>
|
|
1537
|
+
<Expression>
|
|
1538
|
+
<Type>Comparison</Type>
|
|
1539
|
+
<Operator>Equal</Operator>
|
|
1540
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1541
|
+
<Value>No</Value>
|
|
1542
|
+
</Expression>
|
|
1543
|
+
</Condition>
|
|
1544
|
+
</Depend>
|
|
1545
|
+
<Depend type='Default'>
|
|
1546
|
+
<Value>UMPV</Value>
|
|
1547
|
+
</Depend>
|
|
1548
|
+
<Depend type='Invalid'>
|
|
1549
|
+
<Value>0</Value>
|
|
1550
|
+
</Depend>
|
|
1551
|
+
</Dependencies>
|
|
1552
|
+
<Metadata>
|
|
1553
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1554
|
+
</Metadata>
|
|
1555
|
+
</Prop>
|
|
1556
|
+
<Prop hidden='1'>
|
|
1557
|
+
<Id>KEY_CANCEL</Id>
|
|
1558
|
+
<Name>Cancel key</Name>
|
|
1559
|
+
<Description>Cancel key</Description>
|
|
1560
|
+
<Type>Combo</Type>
|
|
1561
|
+
<Values>
|
|
1562
|
+
<Value id='N' desc='None'/>
|
|
1563
|
+
<Value id='0' desc='Disabled'/>
|
|
1564
|
+
<Value id='1' desc='F1'/>
|
|
1565
|
+
<Value id='2' desc='F2'/>
|
|
1566
|
+
<Value id='3' desc='F3'/>
|
|
1567
|
+
<Value id='4' desc='F4'/>
|
|
1568
|
+
<Value id='5' desc='F5'/>
|
|
1569
|
+
<Value id='6' desc='F6'/>
|
|
1570
|
+
<Value id='7' desc='F7'/>
|
|
1571
|
+
<Value id='8' desc='F8'/>
|
|
1572
|
+
<Value id='9' desc='F9'/>
|
|
1573
|
+
<Value id='10' desc='F10'/>
|
|
1574
|
+
<Value id='11' desc='F11'/>
|
|
1575
|
+
<Value id='12' desc='F12'/>
|
|
1576
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1577
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1578
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1579
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1580
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1581
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1582
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1583
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1584
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1585
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1586
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1587
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1588
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1589
|
+
</Values>
|
|
1590
|
+
<Dependencies>
|
|
1591
|
+
<Depend type='Not Show'>
|
|
1592
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1593
|
+
<Condition>
|
|
1594
|
+
<Expression>
|
|
1595
|
+
<Type>Comparison</Type>
|
|
1596
|
+
<Operator>Equal</Operator>
|
|
1597
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1598
|
+
<Value>No</Value>
|
|
1599
|
+
</Expression>
|
|
1600
|
+
</Condition>
|
|
1601
|
+
</Depend>
|
|
1602
|
+
<Depend type='Default'>
|
|
1603
|
+
<Value>UMPV</Value>
|
|
1604
|
+
</Depend>
|
|
1605
|
+
<Depend type='Invalid'>
|
|
1606
|
+
<Value>0</Value>
|
|
1607
|
+
</Depend>
|
|
1608
|
+
</Dependencies>
|
|
1609
|
+
<Metadata>
|
|
1610
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1611
|
+
</Metadata>
|
|
1612
|
+
</Prop>
|
|
1613
|
+
<Prop hidden='1'>
|
|
1614
|
+
<Id>KEY_ENTER</Id>
|
|
1615
|
+
<Name>Enter key</Name>
|
|
1616
|
+
<Description>Enter key</Description>
|
|
1617
|
+
<Type>Combo</Type>
|
|
1618
|
+
<Values>
|
|
1619
|
+
<Value id='N' desc='None'/>
|
|
1620
|
+
<Value id='0' desc='Disabled'/>
|
|
1621
|
+
<Value id='1' desc='F1'/>
|
|
1622
|
+
<Value id='2' desc='F2'/>
|
|
1623
|
+
<Value id='3' desc='F3'/>
|
|
1624
|
+
<Value id='4' desc='F4'/>
|
|
1625
|
+
<Value id='5' desc='F5'/>
|
|
1626
|
+
<Value id='6' desc='F6'/>
|
|
1627
|
+
<Value id='7' desc='F7'/>
|
|
1628
|
+
<Value id='8' desc='F8'/>
|
|
1629
|
+
<Value id='9' desc='F9'/>
|
|
1630
|
+
<Value id='10' desc='F10'/>
|
|
1631
|
+
<Value id='11' desc='F11'/>
|
|
1632
|
+
<Value id='12' desc='F12'/>
|
|
1633
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1634
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1635
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1636
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1637
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1638
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1639
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1640
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1641
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1642
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1643
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1644
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1645
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1646
|
+
</Values>
|
|
1647
|
+
<Dependencies>
|
|
1648
|
+
<Depend type='Not Show'>
|
|
1649
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1650
|
+
<Condition>
|
|
1651
|
+
<Expression>
|
|
1652
|
+
<Type>Comparison</Type>
|
|
1653
|
+
<Operator>Equal</Operator>
|
|
1654
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1655
|
+
<Value>No</Value>
|
|
1656
|
+
</Expression>
|
|
1657
|
+
</Condition>
|
|
1658
|
+
</Depend>
|
|
1659
|
+
<Depend type='Default'>
|
|
1660
|
+
<Value>UMPV</Value>
|
|
1661
|
+
</Depend>
|
|
1662
|
+
<Depend type='Invalid'>
|
|
1663
|
+
<Value>0</Value>
|
|
1664
|
+
</Depend>
|
|
1665
|
+
</Dependencies>
|
|
1666
|
+
<Metadata>
|
|
1667
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1668
|
+
</Metadata>
|
|
1669
|
+
</Prop>
|
|
1670
|
+
</Children>
|
|
1671
|
+
</Group>
|
|
1672
|
+
</Children>
|
|
1673
|
+
</Group>
|
|
1674
|
+
<Group>
|
|
1675
|
+
<Id>RTIMEOUT</Id>
|
|
1676
|
+
<Name>Refresh timeout</Name>
|
|
1677
|
+
<Description>Refresh timeout</Description>
|
|
1678
|
+
<Type>Group</Type>
|
|
1679
|
+
<Children>
|
|
1680
|
+
<Prop>
|
|
1681
|
+
<Id>REFRESH_TOUT</Id>
|
|
1682
|
+
<Name>Lapse</Name>
|
|
1683
|
+
<Description>Lapse</Description>
|
|
1684
|
+
<Type>Text</Type>
|
|
1685
|
+
</Prop>
|
|
1686
|
+
<Prop>
|
|
1687
|
+
<Id>REFRESH_TOUT_TRIG</Id>
|
|
1688
|
+
<Name>Triggers</Name>
|
|
1689
|
+
<Description>Triggers</Description>
|
|
1690
|
+
<Type>Combo</Type>
|
|
1691
|
+
<Default>ALL</Default>
|
|
1692
|
+
<Values>
|
|
1693
|
+
<Value id='ALL' desc='Always'/>
|
|
1694
|
+
<Value id='FOCUS' desc='Only when the object has the focus'/>
|
|
1695
|
+
</Values>
|
|
1696
|
+
</Prop>
|
|
1697
|
+
</Children>
|
|
1698
|
+
</Group>
|
|
1699
|
+
<Prop>
|
|
1700
|
+
<Id>AUTO_REFRESH</Id>
|
|
1701
|
+
<Name>Automatic refresh</Name>
|
|
1702
|
+
<Description>Automatically refresh grids when their dependencies are changed</Description>
|
|
1703
|
+
<Type>Combo</Type>
|
|
1704
|
+
<Values>
|
|
1705
|
+
<Value id='VARS_CHANGE' desc='Yes'/>
|
|
1706
|
+
<Value id='NO' desc='No'/>
|
|
1707
|
+
</Values>
|
|
1708
|
+
<Metadata>
|
|
1709
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AutomaticRefreshDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1710
|
+
</Metadata>
|
|
1711
|
+
</Prop>
|
|
1712
|
+
<Group>
|
|
1713
|
+
<Id>CSGEN_WBP</Id>
|
|
1714
|
+
<Name>Client/Server specific</Name>
|
|
1715
|
+
<Description>Client/Server specific</Description>
|
|
1716
|
+
<Type>Group</Type>
|
|
1717
|
+
<Children>
|
|
1718
|
+
<Prop>
|
|
1719
|
+
<Id>DBMS_JOINS</Id>
|
|
1720
|
+
<Name>Join management</Name>
|
|
1721
|
+
<Description>Join management</Description>
|
|
1722
|
+
<Type>Combo</Type>
|
|
1723
|
+
<Default>Yes</Default>
|
|
1724
|
+
<Values>
|
|
1725
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1726
|
+
<Value id='Yes' desc='Join tables on the server'/>
|
|
1727
|
+
<Value id='No' desc='Join tables on the client'/>
|
|
1728
|
+
</Values>
|
|
1729
|
+
<Dependencies>
|
|
1730
|
+
<Depend type='Default'>
|
|
1731
|
+
<Value>UMPV</Value>
|
|
1732
|
+
</Depend>
|
|
1733
|
+
</Dependencies>
|
|
1734
|
+
<Metadata>
|
|
1735
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1736
|
+
</Metadata>
|
|
1737
|
+
</Prop>
|
|
1738
|
+
<Prop>
|
|
1739
|
+
<Id>JOIN_TYPE</Id>
|
|
1740
|
+
<Name>Join type</Name>
|
|
1741
|
+
<Description>Join type</Description>
|
|
1742
|
+
<Type>Combo</Type>
|
|
1743
|
+
<Default>Default</Default>
|
|
1744
|
+
<Values>
|
|
1745
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1746
|
+
<Value id='Default' desc='Use default for server'/>
|
|
1747
|
+
<Value id='Natural' desc='Natural join'/>
|
|
1748
|
+
<Value id='Outer' desc='Outer join'/>
|
|
1749
|
+
</Values>
|
|
1750
|
+
<Dependencies>
|
|
1751
|
+
<Depend type='Default'>
|
|
1752
|
+
<Value>UMPV</Value>
|
|
1753
|
+
</Depend>
|
|
1754
|
+
</Dependencies>
|
|
1755
|
+
<Options>
|
|
1756
|
+
<Option type='Dyn Show'/>
|
|
1757
|
+
</Options>
|
|
1758
|
+
</Prop>
|
|
1759
|
+
<Group>
|
|
1760
|
+
<Id>GRAL_OPT_WBP</Id>
|
|
1761
|
+
<Name>Optimization</Name>
|
|
1762
|
+
<Description>Optimization</Description>
|
|
1763
|
+
<Type>Group</Type>
|
|
1764
|
+
<Children>
|
|
1765
|
+
<Group>
|
|
1766
|
+
<Id>GRAL_HINTS_WBP</Id>
|
|
1767
|
+
<Name>Hints</Name>
|
|
1768
|
+
<Description>Hints</Description>
|
|
1769
|
+
<Type>Group</Type>
|
|
1770
|
+
<Children>
|
|
1771
|
+
<Prop>
|
|
1772
|
+
<Id>Hint_firstrows</Id>
|
|
1773
|
+
<Name>Fast first rows</Name>
|
|
1774
|
+
<Description>Fast first rows</Description>
|
|
1775
|
+
<Type>Combo</Type>
|
|
1776
|
+
<Default>Yes</Default>
|
|
1777
|
+
<Values>
|
|
1778
|
+
<Value id='Yes' desc='Yes'/>
|
|
1779
|
+
<Value id='No' desc='No'/>
|
|
1780
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1781
|
+
</Values>
|
|
1782
|
+
<Dependencies>
|
|
1783
|
+
<Depend type='Default'>
|
|
1784
|
+
<Value>UMPV</Value>
|
|
1785
|
+
</Depend>
|
|
1786
|
+
</Dependencies>
|
|
1787
|
+
</Prop>
|
|
1788
|
+
</Children>
|
|
1789
|
+
</Group>
|
|
1790
|
+
</Children>
|
|
1791
|
+
</Group>
|
|
1792
|
+
</Children>
|
|
1793
|
+
</Group>
|
|
1794
|
+
<Prop>
|
|
1795
|
+
<Id>COMPRESS_HTML</Id>
|
|
1796
|
+
<Name>Auto compress http traffic</Name>
|
|
1797
|
+
<Description>Auto compress http traffic</Description>
|
|
1798
|
+
<Type>Combo</Type>
|
|
1799
|
+
<Default>Yes</Default>
|
|
1800
|
+
<Values>
|
|
1801
|
+
<Value id='Yes' desc='Yes'/>
|
|
1802
|
+
<Value id='No' desc='No'/>
|
|
1803
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1804
|
+
</Values>
|
|
1805
|
+
<Dependencies>
|
|
1806
|
+
<Depend type='Default'>
|
|
1807
|
+
<Value>UMPV</Value>
|
|
1808
|
+
</Depend>
|
|
1809
|
+
</Dependencies>
|
|
1810
|
+
<Metadata>
|
|
1811
|
+
<Value name='FlagCategories'>Web:Advanced</Value>
|
|
1812
|
+
<Value name='FlagBuildAction'>UpdateWebConfig</Value>
|
|
1813
|
+
</Metadata>
|
|
1814
|
+
</Prop>
|
|
1815
|
+
<Group>
|
|
1816
|
+
<Id>idMiscellaneousGroup</Id>
|
|
1817
|
+
<Name>Miscellaneous</Name>
|
|
1818
|
+
<Type>Group</Type>
|
|
1819
|
+
<Children>
|
|
1820
|
+
<Prop hidden='1'>
|
|
1821
|
+
<Id>OBJ_IS_INTERFACE</Id>
|
|
1822
|
+
<Name>OBJ_IS_INTERFACE</Name>
|
|
1823
|
+
<Type>Boolean</Type>
|
|
1824
|
+
<Default>false</Default>
|
|
1825
|
+
<Metadata>
|
|
1826
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IsInterfaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1827
|
+
</Metadata>
|
|
1828
|
+
<Options>
|
|
1829
|
+
<Option type='Not Show'/>
|
|
1830
|
+
<Option type="Don't serialize"/>
|
|
1831
|
+
</Options>
|
|
1832
|
+
</Prop>
|
|
1833
|
+
<Prop>
|
|
1834
|
+
<Id>GenerateObject</Id>
|
|
1835
|
+
<Name>GenerateObject</Name>
|
|
1836
|
+
<Description>Allows to enable or disable the object specification and generation.</Description>
|
|
1837
|
+
<Type>Boolean</Type>
|
|
1838
|
+
<Default>true</Default>
|
|
1839
|
+
<Dependencies>
|
|
1840
|
+
<Depend type='Default'>
|
|
1841
|
+
<Value>0</Value>
|
|
1842
|
+
<Cond>value(OBJ_IS_INTERFACE) == true</Cond>
|
|
1843
|
+
<Condition>
|
|
1844
|
+
<Expression>
|
|
1845
|
+
<Type>Comparison</Type>
|
|
1846
|
+
<Operator>Equal</Operator>
|
|
1847
|
+
<PropName>OBJ_IS_INTERFACE</PropName>
|
|
1848
|
+
<Value>true</Value>
|
|
1849
|
+
</Expression>
|
|
1850
|
+
</Condition>
|
|
1851
|
+
</Depend>
|
|
1852
|
+
<Depend type='Invalid'>
|
|
1853
|
+
<Value>-1</Value>
|
|
1854
|
+
<Cond>value(OBJ_IS_INTERFACE) == true</Cond>
|
|
1855
|
+
<Condition>
|
|
1856
|
+
<Expression>
|
|
1857
|
+
<Type>Comparison</Type>
|
|
1858
|
+
<Operator>Equal</Operator>
|
|
1859
|
+
<PropName>OBJ_IS_INTERFACE</PropName>
|
|
1860
|
+
<Value>true</Value>
|
|
1861
|
+
</Expression>
|
|
1862
|
+
</Condition>
|
|
1863
|
+
</Depend>
|
|
1864
|
+
</Dependencies>
|
|
1865
|
+
<Metadata>
|
|
1866
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
1867
|
+
</Metadata>
|
|
1868
|
+
</Prop>
|
|
1869
|
+
</Children>
|
|
1870
|
+
</Group>
|
|
1871
|
+
</Children>
|
|
1872
|
+
</Group>
|
|
1873
|
+
</Object>
|
|
1874
|
+
</Content>
|