00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #pragma warning disable 1591
00015
00016 namespace Mcs.Epm.MicrosoftProject.mpFx.LookupTablesWebService {
00017 using System.Diagnostics;
00018 using System.Web.Services;
00019 using System.ComponentModel;
00020 using System.Web.Services.Protocols;
00021 using System;
00022 using System.Xml.Serialization;
00023
00024
00025
00026 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
00027 [System.Diagnostics.DebuggerStepThroughAttribute()]
00028 [System.ComponentModel.DesignerCategoryAttribute("code")]
00029 [System.Web.Services.WebServiceBindingAttribute(Name="LookupTableSoap", Namespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/")]
00030 public partial class LookupTable : System.Web.Services.Protocols.SoapHttpClientProtocol {
00031
00032 private System.Threading.SendOrPostCallback CheckOutLookupTablesOperationCompleted;
00033
00034 private System.Threading.SendOrPostCallback CheckInLookupTablesOperationCompleted;
00035
00036 private System.Threading.SendOrPostCallback ReadLookupTablesMultiLangOperationCompleted;
00037
00038 private System.Threading.SendOrPostCallback CreateLookupTablesMultiLangOperationCompleted;
00039
00040 private System.Threading.SendOrPostCallback DeleteLookupTablesOperationCompleted;
00041
00042 private System.Threading.SendOrPostCallback UpdateLookupTablesMultiLangOperationCompleted;
00043
00044 private System.Threading.SendOrPostCallback ReadLookupTablesOperationCompleted;
00045
00046 private System.Threading.SendOrPostCallback ReadLookupTablesByUidsOperationCompleted;
00047
00048 private System.Threading.SendOrPostCallback ReadLookupTablesMultiLangByUidsOperationCompleted;
00049
00050 private System.Threading.SendOrPostCallback CreateLookupTablesOperationCompleted;
00051
00052 private System.Threading.SendOrPostCallback UpdateLookupTablesOperationCompleted;
00053
00054 private bool useDefaultCredentialsSetExplicitly;
00055
00056
00057 public LookupTable() {
00058 this.Url = global::Mcs.Epm.MicrosoftProject.mpFx.Properties.Settings.Default.Mcs_Epm_ProjectServer_mpFx_LookupTablesWebServica_LookupTable;
00059 if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
00060 this.UseDefaultCredentials = true;
00061 this.useDefaultCredentialsSetExplicitly = false;
00062 }
00063 else {
00064 this.useDefaultCredentialsSetExplicitly = true;
00065 }
00066 }
00067
00068 public new string Url {
00069 get {
00070 return base.Url;
00071 }
00072 set {
00073 if ((((this.IsLocalFileSystemWebService(base.Url) == true)
00074 && (this.useDefaultCredentialsSetExplicitly == false))
00075 && (this.IsLocalFileSystemWebService(value) == false))) {
00076 base.UseDefaultCredentials = false;
00077 }
00078 base.Url = value;
00079 }
00080 }
00081
00082 public new bool UseDefaultCredentials {
00083 get {
00084 return base.UseDefaultCredentials;
00085 }
00086 set {
00087 base.UseDefaultCredentials = value;
00088 this.useDefaultCredentialsSetExplicitly = true;
00089 }
00090 }
00091
00092
00093 public event CheckOutLookupTablesCompletedEventHandler CheckOutLookupTablesCompleted;
00094
00095
00096 public event CheckInLookupTablesCompletedEventHandler CheckInLookupTablesCompleted;
00097
00098
00099 public event ReadLookupTablesMultiLangCompletedEventHandler ReadLookupTablesMultiLangCompleted;
00100
00101
00102 public event CreateLookupTablesMultiLangCompletedEventHandler CreateLookupTablesMultiLangCompleted;
00103
00104
00105 public event DeleteLookupTablesCompletedEventHandler DeleteLookupTablesCompleted;
00106
00107
00108 public event UpdateLookupTablesMultiLangCompletedEventHandler UpdateLookupTablesMultiLangCompleted;
00109
00110
00111 public event ReadLookupTablesCompletedEventHandler ReadLookupTablesCompleted;
00112
00113
00114 public event ReadLookupTablesByUidsCompletedEventHandler ReadLookupTablesByUidsCompleted;
00115
00116
00117 public event ReadLookupTablesMultiLangByUidsCompletedEventHandler ReadLookupTablesMultiLangByUidsCompleted;
00118
00119
00120 public event CreateLookupTablesCompletedEventHandler CreateLookupTablesCompleted;
00121
00122
00123 public event UpdateLookupTablesCompletedEventHandler UpdateLookupTablesCompleted;
00124
00125
00126 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckO" +
00127 "utLookupTables", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00128 public void CheckOutLookupTables(System.Guid[] array) {
00129 this.Invoke("CheckOutLookupTables", new object[] {
00130 array});
00131 }
00132
00133
00134 public void CheckOutLookupTablesAsync(System.Guid[] array) {
00135 this.CheckOutLookupTablesAsync(array, null);
00136 }
00137
00138
00139 public void CheckOutLookupTablesAsync(System.Guid[] array, object userState) {
00140 if ((this.CheckOutLookupTablesOperationCompleted == null)) {
00141 this.CheckOutLookupTablesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCheckOutLookupTablesOperationCompleted);
00142 }
00143 this.InvokeAsync("CheckOutLookupTables", new object[] {
00144 array}, this.CheckOutLookupTablesOperationCompleted, userState);
00145 }
00146
00147 private void OnCheckOutLookupTablesOperationCompleted(object arg) {
00148 if ((this.CheckOutLookupTablesCompleted != null)) {
00149 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00150 this.CheckOutLookupTablesCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00151 }
00152 }
00153
00154
00155 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckI" +
00156 "nLookupTables", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00157 public void CheckInLookupTables(System.Guid[] array, bool force) {
00158 this.Invoke("CheckInLookupTables", new object[] {
00159 array,
00160 force});
00161 }
00162
00163
00164 public void CheckInLookupTablesAsync(System.Guid[] array, bool force) {
00165 this.CheckInLookupTablesAsync(array, force, null);
00166 }
00167
00168
00169 public void CheckInLookupTablesAsync(System.Guid[] array, bool force, object userState) {
00170 if ((this.CheckInLookupTablesOperationCompleted == null)) {
00171 this.CheckInLookupTablesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCheckInLookupTablesOperationCompleted);
00172 }
00173 this.InvokeAsync("CheckInLookupTables", new object[] {
00174 array,
00175 force}, this.CheckInLookupTablesOperationCompleted, userState);
00176 }
00177
00178 private void OnCheckInLookupTablesOperationCompleted(object arg) {
00179 if ((this.CheckInLookupTablesCompleted != null)) {
00180 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00181 this.CheckInLookupTablesCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00182 }
00183 }
00184
00185
00186 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/ReadLo" +
00187 "okupTablesMultiLang", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00188 public LookupTableMultiLangDataSet ReadLookupTablesMultiLang(string xmlFilter, bool autoCheckOut) {
00189 object[] results = this.Invoke("ReadLookupTablesMultiLang", new object[] {
00190 xmlFilter,
00191 autoCheckOut});
00192 return ((LookupTableMultiLangDataSet)(results[0]));
00193 }
00194
00195
00196 public void ReadLookupTablesMultiLangAsync(string xmlFilter, bool autoCheckOut) {
00197 this.ReadLookupTablesMultiLangAsync(xmlFilter, autoCheckOut, null);
00198 }
00199
00200
00201 public void ReadLookupTablesMultiLangAsync(string xmlFilter, bool autoCheckOut, object userState) {
00202 if ((this.ReadLookupTablesMultiLangOperationCompleted == null)) {
00203 this.ReadLookupTablesMultiLangOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadLookupTablesMultiLangOperationCompleted);
00204 }
00205 this.InvokeAsync("ReadLookupTablesMultiLang", new object[] {
00206 xmlFilter,
00207 autoCheckOut}, this.ReadLookupTablesMultiLangOperationCompleted, userState);
00208 }
00209
00210 private void OnReadLookupTablesMultiLangOperationCompleted(object arg) {
00211 if ((this.ReadLookupTablesMultiLangCompleted != null)) {
00212 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00213 this.ReadLookupTablesMultiLangCompleted(this, new ReadLookupTablesMultiLangCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00214 }
00215 }
00216
00217
00218 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/Create" +
00219 "LookupTablesMultiLang", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00220 public void CreateLookupTablesMultiLang(LookupTableMultiLangDataSet ltds, bool validateOnly, bool autoCheckIn) {
00221 this.Invoke("CreateLookupTablesMultiLang", new object[] {
00222 ltds,
00223 validateOnly,
00224 autoCheckIn});
00225 }
00226
00227
00228 public void CreateLookupTablesMultiLangAsync(LookupTableMultiLangDataSet ltds, bool validateOnly, bool autoCheckIn) {
00229 this.CreateLookupTablesMultiLangAsync(ltds, validateOnly, autoCheckIn, null);
00230 }
00231
00232
00233 public void CreateLookupTablesMultiLangAsync(LookupTableMultiLangDataSet ltds, bool validateOnly, bool autoCheckIn, object userState) {
00234 if ((this.CreateLookupTablesMultiLangOperationCompleted == null)) {
00235 this.CreateLookupTablesMultiLangOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateLookupTablesMultiLangOperationCompleted);
00236 }
00237 this.InvokeAsync("CreateLookupTablesMultiLang", new object[] {
00238 ltds,
00239 validateOnly,
00240 autoCheckIn}, this.CreateLookupTablesMultiLangOperationCompleted, userState);
00241 }
00242
00243 private void OnCreateLookupTablesMultiLangOperationCompleted(object arg) {
00244 if ((this.CreateLookupTablesMultiLangCompleted != null)) {
00245 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00246 this.CreateLookupTablesMultiLangCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00247 }
00248 }
00249
00250
00251 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/Delete" +
00252 "LookupTables", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00253 public void DeleteLookupTables(System.Guid[] ltGuids) {
00254 this.Invoke("DeleteLookupTables", new object[] {
00255 ltGuids});
00256 }
00257
00258
00259 public void DeleteLookupTablesAsync(System.Guid[] ltGuids) {
00260 this.DeleteLookupTablesAsync(ltGuids, null);
00261 }
00262
00263
00264 public void DeleteLookupTablesAsync(System.Guid[] ltGuids, object userState) {
00265 if ((this.DeleteLookupTablesOperationCompleted == null)) {
00266 this.DeleteLookupTablesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteLookupTablesOperationCompleted);
00267 }
00268 this.InvokeAsync("DeleteLookupTables", new object[] {
00269 ltGuids}, this.DeleteLookupTablesOperationCompleted, userState);
00270 }
00271
00272 private void OnDeleteLookupTablesOperationCompleted(object arg) {
00273 if ((this.DeleteLookupTablesCompleted != null)) {
00274 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00275 this.DeleteLookupTablesCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00276 }
00277 }
00278
00279
00280 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/Update" +
00281 "LookupTablesMultiLang", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00282 public void UpdateLookupTablesMultiLang(LookupTableMultiLangDataSet ltds, bool validateOnly, bool autoCheckIn) {
00283 this.Invoke("UpdateLookupTablesMultiLang", new object[] {
00284 ltds,
00285 validateOnly,
00286 autoCheckIn});
00287 }
00288
00289
00290 public void UpdateLookupTablesMultiLangAsync(LookupTableMultiLangDataSet ltds, bool validateOnly, bool autoCheckIn) {
00291 this.UpdateLookupTablesMultiLangAsync(ltds, validateOnly, autoCheckIn, null);
00292 }
00293
00294
00295 public void UpdateLookupTablesMultiLangAsync(LookupTableMultiLangDataSet ltds, bool validateOnly, bool autoCheckIn, object userState) {
00296 if ((this.UpdateLookupTablesMultiLangOperationCompleted == null)) {
00297 this.UpdateLookupTablesMultiLangOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateLookupTablesMultiLangOperationCompleted);
00298 }
00299 this.InvokeAsync("UpdateLookupTablesMultiLang", new object[] {
00300 ltds,
00301 validateOnly,
00302 autoCheckIn}, this.UpdateLookupTablesMultiLangOperationCompleted, userState);
00303 }
00304
00305 private void OnUpdateLookupTablesMultiLangOperationCompleted(object arg) {
00306 if ((this.UpdateLookupTablesMultiLangCompleted != null)) {
00307 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00308 this.UpdateLookupTablesMultiLangCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00309 }
00310 }
00311
00312
00313 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/ReadLo" +
00314 "okupTables", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00315 public LookupTableDataSet ReadLookupTables(string xmlFilter, bool autoCheckOut, int language) {
00316 object[] results = this.Invoke("ReadLookupTables", new object[] {
00317 xmlFilter,
00318 autoCheckOut,
00319 language});
00320 return ((LookupTableDataSet)(results[0]));
00321 }
00322
00323
00324 public void ReadLookupTablesAsync(string xmlFilter, bool autoCheckOut, int language) {
00325 this.ReadLookupTablesAsync(xmlFilter, autoCheckOut, language, null);
00326 }
00327
00328
00329 public void ReadLookupTablesAsync(string xmlFilter, bool autoCheckOut, int language, object userState) {
00330 if ((this.ReadLookupTablesOperationCompleted == null)) {
00331 this.ReadLookupTablesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadLookupTablesOperationCompleted);
00332 }
00333 this.InvokeAsync("ReadLookupTables", new object[] {
00334 xmlFilter,
00335 autoCheckOut,
00336 language}, this.ReadLookupTablesOperationCompleted, userState);
00337 }
00338
00339 private void OnReadLookupTablesOperationCompleted(object arg) {
00340 if ((this.ReadLookupTablesCompleted != null)) {
00341 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00342 this.ReadLookupTablesCompleted(this, new ReadLookupTablesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00343 }
00344 }
00345
00346
00347 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/ReadLo" +
00348 "okupTablesByUids", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00349 public LookupTableDataSet ReadLookupTablesByUids(System.Guid[] ltUidList, bool autoCheckOut, int language) {
00350 object[] results = this.Invoke("ReadLookupTablesByUids", new object[] {
00351 ltUidList,
00352 autoCheckOut,
00353 language});
00354 return ((LookupTableDataSet)(results[0]));
00355 }
00356
00357
00358 public void ReadLookupTablesByUidsAsync(System.Guid[] ltUidList, bool autoCheckOut, int language) {
00359 this.ReadLookupTablesByUidsAsync(ltUidList, autoCheckOut, language, null);
00360 }
00361
00362
00363 public void ReadLookupTablesByUidsAsync(System.Guid[] ltUidList, bool autoCheckOut, int language, object userState) {
00364 if ((this.ReadLookupTablesByUidsOperationCompleted == null)) {
00365 this.ReadLookupTablesByUidsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadLookupTablesByUidsOperationCompleted);
00366 }
00367 this.InvokeAsync("ReadLookupTablesByUids", new object[] {
00368 ltUidList,
00369 autoCheckOut,
00370 language}, this.ReadLookupTablesByUidsOperationCompleted, userState);
00371 }
00372
00373 private void OnReadLookupTablesByUidsOperationCompleted(object arg) {
00374 if ((this.ReadLookupTablesByUidsCompleted != null)) {
00375 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00376 this.ReadLookupTablesByUidsCompleted(this, new ReadLookupTablesByUidsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00377 }
00378 }
00379
00380
00381 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/ReadLo" +
00382 "okupTablesMultiLangByUids", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00383 public LookupTableMultiLangDataSet ReadLookupTablesMultiLangByUids(System.Guid[] ltUidList, bool autoCheckOut) {
00384 object[] results = this.Invoke("ReadLookupTablesMultiLangByUids", new object[] {
00385 ltUidList,
00386 autoCheckOut});
00387 return ((LookupTableMultiLangDataSet)(results[0]));
00388 }
00389
00390
00391 public void ReadLookupTablesMultiLangByUidsAsync(System.Guid[] ltUidList, bool autoCheckOut) {
00392 this.ReadLookupTablesMultiLangByUidsAsync(ltUidList, autoCheckOut, null);
00393 }
00394
00395
00396 public void ReadLookupTablesMultiLangByUidsAsync(System.Guid[] ltUidList, bool autoCheckOut, object userState) {
00397 if ((this.ReadLookupTablesMultiLangByUidsOperationCompleted == null)) {
00398 this.ReadLookupTablesMultiLangByUidsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadLookupTablesMultiLangByUidsOperationCompleted);
00399 }
00400 this.InvokeAsync("ReadLookupTablesMultiLangByUids", new object[] {
00401 ltUidList,
00402 autoCheckOut}, this.ReadLookupTablesMultiLangByUidsOperationCompleted, userState);
00403 }
00404
00405 private void OnReadLookupTablesMultiLangByUidsOperationCompleted(object arg) {
00406 if ((this.ReadLookupTablesMultiLangByUidsCompleted != null)) {
00407 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00408 this.ReadLookupTablesMultiLangByUidsCompleted(this, new ReadLookupTablesMultiLangByUidsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00409 }
00410 }
00411
00412
00413 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/Create" +
00414 "LookupTables", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00415 public void CreateLookupTables(LookupTableDataSet ltds, bool validateOnly, bool autoCheckIn) {
00416 this.Invoke("CreateLookupTables", new object[] {
00417 ltds,
00418 validateOnly,
00419 autoCheckIn});
00420 }
00421
00422
00423 public void CreateLookupTablesAsync(LookupTableDataSet ltds, bool validateOnly, bool autoCheckIn) {
00424 this.CreateLookupTablesAsync(ltds, validateOnly, autoCheckIn, null);
00425 }
00426
00427
00428 public void CreateLookupTablesAsync(LookupTableDataSet ltds, bool validateOnly, bool autoCheckIn, object userState) {
00429 if ((this.CreateLookupTablesOperationCompleted == null)) {
00430 this.CreateLookupTablesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateLookupTablesOperationCompleted);
00431 }
00432 this.InvokeAsync("CreateLookupTables", new object[] {
00433 ltds,
00434 validateOnly,
00435 autoCheckIn}, this.CreateLookupTablesOperationCompleted, userState);
00436 }
00437
00438 private void OnCreateLookupTablesOperationCompleted(object arg) {
00439 if ((this.CreateLookupTablesCompleted != null)) {
00440 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00441 this.CreateLookupTablesCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00442 }
00443 }
00444
00445
00446 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/Update" +
00447 "LookupTables", RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00448 public void UpdateLookupTables(LookupTableDataSet ltds, bool validateOnly, bool autoCheckIn, int language) {
00449 this.Invoke("UpdateLookupTables", new object[] {
00450 ltds,
00451 validateOnly,
00452 autoCheckIn,
00453 language});
00454 }
00455
00456
00457 public void UpdateLookupTablesAsync(LookupTableDataSet ltds, bool validateOnly, bool autoCheckIn, int language) {
00458 this.UpdateLookupTablesAsync(ltds, validateOnly, autoCheckIn, language, null);
00459 }
00460
00461
00462 public void UpdateLookupTablesAsync(LookupTableDataSet ltds, bool validateOnly, bool autoCheckIn, int language, object userState) {
00463 if ((this.UpdateLookupTablesOperationCompleted == null)) {
00464 this.UpdateLookupTablesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateLookupTablesOperationCompleted);
00465 }
00466 this.InvokeAsync("UpdateLookupTables", new object[] {
00467 ltds,
00468 validateOnly,
00469 autoCheckIn,
00470 language}, this.UpdateLookupTablesOperationCompleted, userState);
00471 }
00472
00473 private void OnUpdateLookupTablesOperationCompleted(object arg) {
00474 if ((this.UpdateLookupTablesCompleted != null)) {
00475 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00476 this.UpdateLookupTablesCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00477 }
00478 }
00479
00480
00481 public new void CancelAsync(object userState) {
00482 base.CancelAsync(userState);
00483 }
00484
00485 private bool IsLocalFileSystemWebService(string url) {
00486 if (((url == null)
00487 || (url == string.Empty))) {
00488 return false;
00489 }
00490 System.Uri wsUri = new System.Uri(url);
00491 if (((wsUri.Port >= 1024)
00492 && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
00493 return true;
00494 }
00495 return false;
00496 }
00497 }
00498
00499
00500
00501
00502
00503 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
00504 [global::System.Serializable()]
00505 [global::System.ComponentModel.DesignerCategoryAttribute("code")]
00506 [global::System.ComponentModel.ToolboxItem(true)]
00507 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
00508 [global::System.Xml.Serialization.XmlRootAttribute("LookupTableMultiLangDataSet")]
00509 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
00510 public partial class LookupTableMultiLangDataSet : global::System.Data.DataSet {
00511
00512 private LookupTablesDataTable tableLookupTables;
00513
00514 private LookupTableMaskStructuresDataTable tableLookupTableMaskStructures;
00515
00516 private LookupTableMaskValuesDataTable tableLookupTableMaskValues;
00517
00518 private LookupTableStructuresDataTable tableLookupTableStructures;
00519
00520 private LookupTableValuesDataTable tableLookupTableValues;
00521
00522 private LookupTableLanguagesDataTable tableLookupTableLanguages;
00523
00524 private global::System.Data.DataRelation relationLookupTablesLookupTableMaskStructures;
00525
00526 private global::System.Data.DataRelation relationLookupTableMaskStructuresLookupTableMaskValues;
00527
00528 private global::System.Data.DataRelation relationLookupTableStructuresLookupTableStructures;
00529
00530 private global::System.Data.DataRelation relationLookupTablesLookupTableStructures;
00531
00532 private global::System.Data.DataRelation relationLookupTableStructuresLookupTableValues;
00533
00534 private global::System.Data.DataRelation relationLookupTablesLookupTableLanguages;
00535
00536 private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
00537
00538 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00539 public LookupTableMultiLangDataSet() {
00540 this.BeginInit();
00541 this.InitClass();
00542 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
00543 base.Tables.CollectionChanged += schemaChangedHandler;
00544 base.Relations.CollectionChanged += schemaChangedHandler;
00545 this.EndInit();
00546 }
00547
00548 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00549 protected LookupTableMultiLangDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
00550 base(info, context, false) {
00551 if ((this.IsBinarySerialized(info, context) == true)) {
00552 this.InitVars(false);
00553 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
00554 this.Tables.CollectionChanged += schemaChangedHandler1;
00555 this.Relations.CollectionChanged += schemaChangedHandler1;
00556 return;
00557 }
00558 string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
00559 if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
00560 global::System.Data.DataSet ds = new global::System.Data.DataSet();
00561 ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
00562 if ((ds.Tables["LookupTables"] != null)) {
00563 base.Tables.Add(new LookupTablesDataTable(ds.Tables["LookupTables"]));
00564 }
00565 if ((ds.Tables["LookupTableMaskStructures"] != null)) {
00566 base.Tables.Add(new LookupTableMaskStructuresDataTable(ds.Tables["LookupTableMaskStructures"]));
00567 }
00568 if ((ds.Tables["LookupTableMaskValues"] != null)) {
00569 base.Tables.Add(new LookupTableMaskValuesDataTable(ds.Tables["LookupTableMaskValues"]));
00570 }
00571 if ((ds.Tables["LookupTableStructures"] != null)) {
00572 base.Tables.Add(new LookupTableStructuresDataTable(ds.Tables["LookupTableStructures"]));
00573 }
00574 if ((ds.Tables["LookupTableValues"] != null)) {
00575 base.Tables.Add(new LookupTableValuesDataTable(ds.Tables["LookupTableValues"]));
00576 }
00577 if ((ds.Tables["LookupTableLanguages"] != null)) {
00578 base.Tables.Add(new LookupTableLanguagesDataTable(ds.Tables["LookupTableLanguages"]));
00579 }
00580 this.DataSetName = ds.DataSetName;
00581 this.Prefix = ds.Prefix;
00582 this.Namespace = ds.Namespace;
00583 this.Locale = ds.Locale;
00584 this.CaseSensitive = ds.CaseSensitive;
00585 this.EnforceConstraints = ds.EnforceConstraints;
00586 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
00587 this.InitVars();
00588 }
00589 else {
00590 this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
00591 }
00592 this.GetSerializationData(info, context);
00593 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
00594 base.Tables.CollectionChanged += schemaChangedHandler;
00595 this.Relations.CollectionChanged += schemaChangedHandler;
00596 }
00597
00598 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00599 [global::System.ComponentModel.Browsable(false)]
00600 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
00601 public LookupTablesDataTable LookupTables {
00602 get {
00603 return this.tableLookupTables;
00604 }
00605 }
00606
00607 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00608 [global::System.ComponentModel.Browsable(false)]
00609 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
00610 public LookupTableMaskStructuresDataTable LookupTableMaskStructures {
00611 get {
00612 return this.tableLookupTableMaskStructures;
00613 }
00614 }
00615
00616 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00617 [global::System.ComponentModel.Browsable(false)]
00618 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
00619 public LookupTableMaskValuesDataTable LookupTableMaskValues {
00620 get {
00621 return this.tableLookupTableMaskValues;
00622 }
00623 }
00624
00625 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00626 [global::System.ComponentModel.Browsable(false)]
00627 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
00628 public LookupTableStructuresDataTable LookupTableStructures {
00629 get {
00630 return this.tableLookupTableStructures;
00631 }
00632 }
00633
00634 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00635 [global::System.ComponentModel.Browsable(false)]
00636 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
00637 public LookupTableValuesDataTable LookupTableValues {
00638 get {
00639 return this.tableLookupTableValues;
00640 }
00641 }
00642
00643 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00644 [global::System.ComponentModel.Browsable(false)]
00645 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
00646 public LookupTableLanguagesDataTable LookupTableLanguages {
00647 get {
00648 return this.tableLookupTableLanguages;
00649 }
00650 }
00651
00652 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00653 [global::System.ComponentModel.BrowsableAttribute(true)]
00654 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
00655 public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
00656 get {
00657 return this._schemaSerializationMode;
00658 }
00659 set {
00660 this._schemaSerializationMode = value;
00661 }
00662 }
00663
00664 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00665 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
00666 public new global::System.Data.DataTableCollection Tables {
00667 get {
00668 return base.Tables;
00669 }
00670 }
00671
00672 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00673 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
00674 public new global::System.Data.DataRelationCollection Relations {
00675 get {
00676 return base.Relations;
00677 }
00678 }
00679
00680 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00681 protected override void InitializeDerivedDataSet() {
00682 this.BeginInit();
00683 this.InitClass();
00684 this.EndInit();
00685 }
00686
00687 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00688 public override global::System.Data.DataSet Clone() {
00689 LookupTableMultiLangDataSet cln = ((LookupTableMultiLangDataSet)(base.Clone()));
00690 cln.InitVars();
00691 cln.SchemaSerializationMode = this.SchemaSerializationMode;
00692 return cln;
00693 }
00694
00695 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00696 protected override bool ShouldSerializeTables() {
00697 return false;
00698 }
00699
00700 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00701 protected override bool ShouldSerializeRelations() {
00702 return false;
00703 }
00704
00705 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00706 protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
00707 if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
00708 this.Reset();
00709 global::System.Data.DataSet ds = new global::System.Data.DataSet();
00710 ds.ReadXml(reader);
00711 if ((ds.Tables["LookupTables"] != null)) {
00712 base.Tables.Add(new LookupTablesDataTable(ds.Tables["LookupTables"]));
00713 }
00714 if ((ds.Tables["LookupTableMaskStructures"] != null)) {
00715 base.Tables.Add(new LookupTableMaskStructuresDataTable(ds.Tables["LookupTableMaskStructures"]));
00716 }
00717 if ((ds.Tables["LookupTableMaskValues"] != null)) {
00718 base.Tables.Add(new LookupTableMaskValuesDataTable(ds.Tables["LookupTableMaskValues"]));
00719 }
00720 if ((ds.Tables["LookupTableStructures"] != null)) {
00721 base.Tables.Add(new LookupTableStructuresDataTable(ds.Tables["LookupTableStructures"]));
00722 }
00723 if ((ds.Tables["LookupTableValues"] != null)) {
00724 base.Tables.Add(new LookupTableValuesDataTable(ds.Tables["LookupTableValues"]));
00725 }
00726 if ((ds.Tables["LookupTableLanguages"] != null)) {
00727 base.Tables.Add(new LookupTableLanguagesDataTable(ds.Tables["LookupTableLanguages"]));
00728 }
00729 this.DataSetName = ds.DataSetName;
00730 this.Prefix = ds.Prefix;
00731 this.Namespace = ds.Namespace;
00732 this.Locale = ds.Locale;
00733 this.CaseSensitive = ds.CaseSensitive;
00734 this.EnforceConstraints = ds.EnforceConstraints;
00735 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
00736 this.InitVars();
00737 }
00738 else {
00739 this.ReadXml(reader);
00740 this.InitVars();
00741 }
00742 }
00743
00744 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00745 protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
00746 global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
00747 this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
00748 stream.Position = 0;
00749 return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
00750 }
00751
00752 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00753 internal void InitVars() {
00754 this.InitVars(true);
00755 }
00756
00757 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00758 internal void InitVars(bool initTable) {
00759 this.tableLookupTables = ((LookupTablesDataTable)(base.Tables["LookupTables"]));
00760 if ((initTable == true)) {
00761 if ((this.tableLookupTables != null)) {
00762 this.tableLookupTables.InitVars();
00763 }
00764 }
00765 this.tableLookupTableMaskStructures = ((LookupTableMaskStructuresDataTable)(base.Tables["LookupTableMaskStructures"]));
00766 if ((initTable == true)) {
00767 if ((this.tableLookupTableMaskStructures != null)) {
00768 this.tableLookupTableMaskStructures.InitVars();
00769 }
00770 }
00771 this.tableLookupTableMaskValues = ((LookupTableMaskValuesDataTable)(base.Tables["LookupTableMaskValues"]));
00772 if ((initTable == true)) {
00773 if ((this.tableLookupTableMaskValues != null)) {
00774 this.tableLookupTableMaskValues.InitVars();
00775 }
00776 }
00777 this.tableLookupTableStructures = ((LookupTableStructuresDataTable)(base.Tables["LookupTableStructures"]));
00778 if ((initTable == true)) {
00779 if ((this.tableLookupTableStructures != null)) {
00780 this.tableLookupTableStructures.InitVars();
00781 }
00782 }
00783 this.tableLookupTableValues = ((LookupTableValuesDataTable)(base.Tables["LookupTableValues"]));
00784 if ((initTable == true)) {
00785 if ((this.tableLookupTableValues != null)) {
00786 this.tableLookupTableValues.InitVars();
00787 }
00788 }
00789 this.tableLookupTableLanguages = ((LookupTableLanguagesDataTable)(base.Tables["LookupTableLanguages"]));
00790 if ((initTable == true)) {
00791 if ((this.tableLookupTableLanguages != null)) {
00792 this.tableLookupTableLanguages.InitVars();
00793 }
00794 }
00795 this.relationLookupTablesLookupTableMaskStructures = this.Relations["LookupTablesLookupTableMaskStructures"];
00796 this.relationLookupTableMaskStructuresLookupTableMaskValues = this.Relations["LookupTableMaskStructuresLookupTableMaskValues"];
00797 this.relationLookupTableStructuresLookupTableStructures = this.Relations["LookupTableStructuresLookupTableStructures"];
00798 this.relationLookupTablesLookupTableStructures = this.Relations["LookupTablesLookupTableStructures"];
00799 this.relationLookupTableStructuresLookupTableValues = this.Relations["LookupTableStructuresLookupTableValues"];
00800 this.relationLookupTablesLookupTableLanguages = this.Relations["LookupTablesLookupTableLanguages"];
00801 }
00802
00803 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00804 private void InitClass() {
00805 this.DataSetName = "LookupTableMultiLangDataSet";
00806 this.Prefix = "";
00807 this.Namespace = "http://schemas.microsoft.com/office/project/server/webservices/LookupTableMultiLa" +
00808 "ngDataSet/";
00809 this.EnforceConstraints = true;
00810 this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
00811 this.tableLookupTables = new LookupTablesDataTable();
00812 base.Tables.Add(this.tableLookupTables);
00813 this.tableLookupTableMaskStructures = new LookupTableMaskStructuresDataTable();
00814 base.Tables.Add(this.tableLookupTableMaskStructures);
00815 this.tableLookupTableMaskValues = new LookupTableMaskValuesDataTable();
00816 base.Tables.Add(this.tableLookupTableMaskValues);
00817 this.tableLookupTableStructures = new LookupTableStructuresDataTable();
00818 base.Tables.Add(this.tableLookupTableStructures);
00819 this.tableLookupTableValues = new LookupTableValuesDataTable();
00820 base.Tables.Add(this.tableLookupTableValues);
00821 this.tableLookupTableLanguages = new LookupTableLanguagesDataTable();
00822 base.Tables.Add(this.tableLookupTableLanguages);
00823 global::System.Data.ForeignKeyConstraint fkc;
00824 fkc = new global::System.Data.ForeignKeyConstraint("LookupTablesLookupTableMaskStructures", new global::System.Data.DataColumn[] {
00825 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
00826 this.tableLookupTableMaskStructures.LT_UIDColumn});
00827 this.tableLookupTableMaskStructures.Constraints.Add(fkc);
00828 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
00829 fkc.DeleteRule = global::System.Data.Rule.Cascade;
00830 fkc.UpdateRule = global::System.Data.Rule.Cascade;
00831 fkc = new global::System.Data.ForeignKeyConstraint("LookupTableMaskStructuresLookupTableMaskValues", new global::System.Data.DataColumn[] {
00832 this.tableLookupTableMaskStructures.LT_UIDColumn,
00833 this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LEVELColumn}, new global::System.Data.DataColumn[] {
00834 this.tableLookupTableMaskValues.LT_UIDColumn,
00835 this.tableLookupTableMaskValues.LT_MASK_STRUCT_LEVELColumn});
00836 this.tableLookupTableMaskValues.Constraints.Add(fkc);
00837 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
00838 fkc.DeleteRule = global::System.Data.Rule.Cascade;
00839 fkc.UpdateRule = global::System.Data.Rule.Cascade;
00840 fkc = new global::System.Data.ForeignKeyConstraint("LookupTableStructuresLookupTableStructures", new global::System.Data.DataColumn[] {
00841 this.tableLookupTableStructures.LT_STRUCT_UIDColumn}, new global::System.Data.DataColumn[] {
00842 this.tableLookupTableStructures.LT_PARENT_STRUCT_UIDColumn});
00843 this.tableLookupTableStructures.Constraints.Add(fkc);
00844 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
00845 fkc.DeleteRule = global::System.Data.Rule.Cascade;
00846 fkc.UpdateRule = global::System.Data.Rule.Cascade;
00847 fkc = new global::System.Data.ForeignKeyConstraint("LookupTablesLookupTableStructures", new global::System.Data.DataColumn[] {
00848 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
00849 this.tableLookupTableStructures.LT_UIDColumn});
00850 this.tableLookupTableStructures.Constraints.Add(fkc);
00851 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
00852 fkc.DeleteRule = global::System.Data.Rule.Cascade;
00853 fkc.UpdateRule = global::System.Data.Rule.Cascade;
00854 fkc = new global::System.Data.ForeignKeyConstraint("LookupTableStructuresLookupTableValues", new global::System.Data.DataColumn[] {
00855 this.tableLookupTableStructures.LT_STRUCT_UIDColumn}, new global::System.Data.DataColumn[] {
00856 this.tableLookupTableValues.LT_STRUCT_UIDColumn});
00857 this.tableLookupTableValues.Constraints.Add(fkc);
00858 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
00859 fkc.DeleteRule = global::System.Data.Rule.Cascade;
00860 fkc.UpdateRule = global::System.Data.Rule.Cascade;
00861 fkc = new global::System.Data.ForeignKeyConstraint("LookupTablesLookupTableLanguages", new global::System.Data.DataColumn[] {
00862 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
00863 this.tableLookupTableLanguages.LT_UIDColumn});
00864 this.tableLookupTableLanguages.Constraints.Add(fkc);
00865 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
00866 fkc.DeleteRule = global::System.Data.Rule.Cascade;
00867 fkc.UpdateRule = global::System.Data.Rule.Cascade;
00868 this.relationLookupTablesLookupTableMaskStructures = new global::System.Data.DataRelation("LookupTablesLookupTableMaskStructures", new global::System.Data.DataColumn[] {
00869 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
00870 this.tableLookupTableMaskStructures.LT_UIDColumn}, false);
00871 this.Relations.Add(this.relationLookupTablesLookupTableMaskStructures);
00872 this.relationLookupTableMaskStructuresLookupTableMaskValues = new global::System.Data.DataRelation("LookupTableMaskStructuresLookupTableMaskValues", new global::System.Data.DataColumn[] {
00873 this.tableLookupTableMaskStructures.LT_UIDColumn,
00874 this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LEVELColumn}, new global::System.Data.DataColumn[] {
00875 this.tableLookupTableMaskValues.LT_UIDColumn,
00876 this.tableLookupTableMaskValues.LT_MASK_STRUCT_LEVELColumn}, false);
00877 this.Relations.Add(this.relationLookupTableMaskStructuresLookupTableMaskValues);
00878 this.relationLookupTableStructuresLookupTableStructures = new global::System.Data.DataRelation("LookupTableStructuresLookupTableStructures", new global::System.Data.DataColumn[] {
00879 this.tableLookupTableStructures.LT_STRUCT_UIDColumn}, new global::System.Data.DataColumn[] {
00880 this.tableLookupTableStructures.LT_PARENT_STRUCT_UIDColumn}, false);
00881 this.Relations.Add(this.relationLookupTableStructuresLookupTableStructures);
00882 this.relationLookupTablesLookupTableStructures = new global::System.Data.DataRelation("LookupTablesLookupTableStructures", new global::System.Data.DataColumn[] {
00883 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
00884 this.tableLookupTableStructures.LT_UIDColumn}, false);
00885 this.Relations.Add(this.relationLookupTablesLookupTableStructures);
00886 this.relationLookupTableStructuresLookupTableValues = new global::System.Data.DataRelation("LookupTableStructuresLookupTableValues", new global::System.Data.DataColumn[] {
00887 this.tableLookupTableStructures.LT_STRUCT_UIDColumn}, new global::System.Data.DataColumn[] {
00888 this.tableLookupTableValues.LT_STRUCT_UIDColumn}, false);
00889 this.Relations.Add(this.relationLookupTableStructuresLookupTableValues);
00890 this.relationLookupTablesLookupTableLanguages = new global::System.Data.DataRelation("LookupTablesLookupTableLanguages", new global::System.Data.DataColumn[] {
00891 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
00892 this.tableLookupTableLanguages.LT_UIDColumn}, false);
00893 this.Relations.Add(this.relationLookupTablesLookupTableLanguages);
00894 }
00895
00896 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00897 private bool ShouldSerializeLookupTables() {
00898 return false;
00899 }
00900
00901 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00902 private bool ShouldSerializeLookupTableMaskStructures() {
00903 return false;
00904 }
00905
00906 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00907 private bool ShouldSerializeLookupTableMaskValues() {
00908 return false;
00909 }
00910
00911 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00912 private bool ShouldSerializeLookupTableStructures() {
00913 return false;
00914 }
00915
00916 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00917 private bool ShouldSerializeLookupTableValues() {
00918 return false;
00919 }
00920
00921 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00922 private bool ShouldSerializeLookupTableLanguages() {
00923 return false;
00924 }
00925
00926 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00927 private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
00928 if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
00929 this.InitVars();
00930 }
00931 }
00932
00933 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00934 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
00935 LookupTableMultiLangDataSet ds = new LookupTableMultiLangDataSet();
00936 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
00937 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
00938 global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
00939 any.Namespace = ds.Namespace;
00940 sequence.Items.Add(any);
00941 type.Particle = sequence;
00942 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
00943 if (xs.Contains(dsSchema.TargetNamespace)) {
00944 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
00945 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
00946 try {
00947 global::System.Xml.Schema.XmlSchema schema = null;
00948 dsSchema.Write(s1);
00949 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
00950 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
00951 s2.SetLength(0);
00952 schema.Write(s2);
00953 if ((s1.Length == s2.Length)) {
00954 s1.Position = 0;
00955 s2.Position = 0;
00956 for (; ((s1.Position != s1.Length)
00957 && (s1.ReadByte() == s2.ReadByte())); ) {
00958 ;
00959 }
00960 if ((s1.Position == s1.Length)) {
00961 return type;
00962 }
00963 }
00964 }
00965 }
00966 finally {
00967 if ((s1 != null)) {
00968 s1.Close();
00969 }
00970 if ((s2 != null)) {
00971 s2.Close();
00972 }
00973 }
00974 }
00975 xs.Add(dsSchema);
00976 return type;
00977 }
00978
00979 public delegate void LookupTablesRowChangeEventHandler(object sender, LookupTablesRowChangeEvent e);
00980
00981 public delegate void LookupTableMaskStructuresRowChangeEventHandler(object sender, LookupTableMaskStructuresRowChangeEvent e);
00982
00983 public delegate void LookupTableMaskValuesRowChangeEventHandler(object sender, LookupTableMaskValuesRowChangeEvent e);
00984
00985 public delegate void LookupTableStructuresRowChangeEventHandler(object sender, LookupTableStructuresRowChangeEvent e);
00986
00987 public delegate void LookupTableValuesRowChangeEventHandler(object sender, LookupTableValuesRowChangeEvent e);
00988
00989 public delegate void LookupTableLanguagesRowChangeEventHandler(object sender, LookupTableLanguagesRowChangeEvent e);
00990
00991
00992
00993
00994 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
00995 [global::System.Serializable()]
00996 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
00997 public partial class LookupTablesDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
00998
00999 private global::System.Data.DataColumn columnLT_UID;
01000
01001 private global::System.Data.DataColumn columnLT_NAME;
01002
01003 private global::System.Data.DataColumn columnLT_SORT_ORDER_ENUM;
01004
01005 private global::System.Data.DataColumn columnLT_PRIMARY_LCID;
01006
01007 private global::System.Data.DataColumn columnLT_FILL_ALL_LEVELS;
01008
01009 private global::System.Data.DataColumn columnLT_CHECKOUTBY;
01010
01011 private global::System.Data.DataColumn columnLT_CHECKOUTDATE;
01012
01013 private global::System.Data.DataColumn columnMOD_DATE;
01014
01015 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01016 public LookupTablesDataTable() {
01017 this.TableName = "LookupTables";
01018 this.BeginInit();
01019 this.InitClass();
01020 this.EndInit();
01021 }
01022
01023 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01024 internal LookupTablesDataTable(global::System.Data.DataTable table) {
01025 this.TableName = table.TableName;
01026 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
01027 this.CaseSensitive = table.CaseSensitive;
01028 }
01029 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
01030 this.Locale = table.Locale;
01031 }
01032 if ((table.Namespace != table.DataSet.Namespace)) {
01033 this.Namespace = table.Namespace;
01034 }
01035 this.Prefix = table.Prefix;
01036 this.MinimumCapacity = table.MinimumCapacity;
01037 }
01038
01039 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01040 protected LookupTablesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
01041 base(info, context) {
01042 this.InitVars();
01043 }
01044
01045 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01046 public global::System.Data.DataColumn LT_UIDColumn {
01047 get {
01048 return this.columnLT_UID;
01049 }
01050 }
01051
01052 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01053 public global::System.Data.DataColumn LT_NAMEColumn {
01054 get {
01055 return this.columnLT_NAME;
01056 }
01057 }
01058
01059 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01060 public global::System.Data.DataColumn LT_SORT_ORDER_ENUMColumn {
01061 get {
01062 return this.columnLT_SORT_ORDER_ENUM;
01063 }
01064 }
01065
01066 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01067 public global::System.Data.DataColumn LT_PRIMARY_LCIDColumn {
01068 get {
01069 return this.columnLT_PRIMARY_LCID;
01070 }
01071 }
01072
01073 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01074 public global::System.Data.DataColumn LT_FILL_ALL_LEVELSColumn {
01075 get {
01076 return this.columnLT_FILL_ALL_LEVELS;
01077 }
01078 }
01079
01080 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01081 public global::System.Data.DataColumn LT_CHECKOUTBYColumn {
01082 get {
01083 return this.columnLT_CHECKOUTBY;
01084 }
01085 }
01086
01087 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01088 public global::System.Data.DataColumn LT_CHECKOUTDATEColumn {
01089 get {
01090 return this.columnLT_CHECKOUTDATE;
01091 }
01092 }
01093
01094 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01095 public global::System.Data.DataColumn MOD_DATEColumn {
01096 get {
01097 return this.columnMOD_DATE;
01098 }
01099 }
01100
01101 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01102 [global::System.ComponentModel.Browsable(false)]
01103 public int Count {
01104 get {
01105 return this.Rows.Count;
01106 }
01107 }
01108
01109 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01110 public LookupTablesRow this[int index] {
01111 get {
01112 return ((LookupTablesRow)(this.Rows[index]));
01113 }
01114 }
01115
01116 public event LookupTablesRowChangeEventHandler LookupTablesRowChanging;
01117
01118 public event LookupTablesRowChangeEventHandler LookupTablesRowChanged;
01119
01120 public event LookupTablesRowChangeEventHandler LookupTablesRowDeleting;
01121
01122 public event LookupTablesRowChangeEventHandler LookupTablesRowDeleted;
01123
01124 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01125 public void AddLookupTablesRow(LookupTablesRow row) {
01126 this.Rows.Add(row);
01127 }
01128
01129 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01130 public LookupTablesRow AddLookupTablesRow(System.Guid LT_UID, string LT_NAME, byte LT_SORT_ORDER_ENUM, int LT_PRIMARY_LCID, bool LT_FILL_ALL_LEVELS, System.Guid LT_CHECKOUTBY, System.DateTime LT_CHECKOUTDATE, System.DateTime MOD_DATE) {
01131 LookupTablesRow rowLookupTablesRow = ((LookupTablesRow)(this.NewRow()));
01132 object[] columnValuesArray = new object[] {
01133 LT_UID,
01134 LT_NAME,
01135 LT_SORT_ORDER_ENUM,
01136 LT_PRIMARY_LCID,
01137 LT_FILL_ALL_LEVELS,
01138 LT_CHECKOUTBY,
01139 LT_CHECKOUTDATE,
01140 MOD_DATE};
01141 rowLookupTablesRow.ItemArray = columnValuesArray;
01142 this.Rows.Add(rowLookupTablesRow);
01143 return rowLookupTablesRow;
01144 }
01145
01146 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01147 public LookupTablesRow FindByLT_UID(System.Guid LT_UID) {
01148 return ((LookupTablesRow)(this.Rows.Find(new object[] {
01149 LT_UID})));
01150 }
01151
01152 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01153 public virtual global::System.Collections.IEnumerator GetEnumerator() {
01154 return this.Rows.GetEnumerator();
01155 }
01156
01157 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01158 public override global::System.Data.DataTable Clone() {
01159 LookupTablesDataTable cln = ((LookupTablesDataTable)(base.Clone()));
01160 cln.InitVars();
01161 return cln;
01162 }
01163
01164 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01165 protected override global::System.Data.DataTable CreateInstance() {
01166 return new LookupTablesDataTable();
01167 }
01168
01169 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01170 internal void InitVars() {
01171 this.columnLT_UID = base.Columns["LT_UID"];
01172 this.columnLT_NAME = base.Columns["LT_NAME"];
01173 this.columnLT_SORT_ORDER_ENUM = base.Columns["LT_SORT_ORDER_ENUM"];
01174 this.columnLT_PRIMARY_LCID = base.Columns["LT_PRIMARY_LCID"];
01175 this.columnLT_FILL_ALL_LEVELS = base.Columns["LT_FILL_ALL_LEVELS"];
01176 this.columnLT_CHECKOUTBY = base.Columns["LT_CHECKOUTBY"];
01177 this.columnLT_CHECKOUTDATE = base.Columns["LT_CHECKOUTDATE"];
01178 this.columnMOD_DATE = base.Columns["MOD_DATE"];
01179 }
01180
01181 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01182 private void InitClass() {
01183 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
01184 base.Columns.Add(this.columnLT_UID);
01185 this.columnLT_NAME = new global::System.Data.DataColumn("LT_NAME", typeof(string), null, global::System.Data.MappingType.Element);
01186 base.Columns.Add(this.columnLT_NAME);
01187 this.columnLT_SORT_ORDER_ENUM = new global::System.Data.DataColumn("LT_SORT_ORDER_ENUM", typeof(byte), null, global::System.Data.MappingType.Element);
01188 base.Columns.Add(this.columnLT_SORT_ORDER_ENUM);
01189 this.columnLT_PRIMARY_LCID = new global::System.Data.DataColumn("LT_PRIMARY_LCID", typeof(int), null, global::System.Data.MappingType.Element);
01190 base.Columns.Add(this.columnLT_PRIMARY_LCID);
01191 this.columnLT_FILL_ALL_LEVELS = new global::System.Data.DataColumn("LT_FILL_ALL_LEVELS", typeof(bool), null, global::System.Data.MappingType.Element);
01192 base.Columns.Add(this.columnLT_FILL_ALL_LEVELS);
01193 this.columnLT_CHECKOUTBY = new global::System.Data.DataColumn("LT_CHECKOUTBY", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
01194 base.Columns.Add(this.columnLT_CHECKOUTBY);
01195 this.columnLT_CHECKOUTDATE = new global::System.Data.DataColumn("LT_CHECKOUTDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
01196 base.Columns.Add(this.columnLT_CHECKOUTDATE);
01197 this.columnMOD_DATE = new global::System.Data.DataColumn("MOD_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
01198 base.Columns.Add(this.columnMOD_DATE);
01199 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableMultiLangDataSetKey1", new global::System.Data.DataColumn[] {
01200 this.columnLT_UID}, true));
01201 this.columnLT_UID.AllowDBNull = false;
01202 this.columnLT_UID.Unique = true;
01203 this.columnLT_NAME.AllowDBNull = false;
01204 this.columnLT_PRIMARY_LCID.AllowDBNull = false;
01205 this.columnLT_FILL_ALL_LEVELS.DefaultValue = ((bool)(false));
01206 this.columnLT_CHECKOUTBY.ReadOnly = true;
01207 this.columnLT_CHECKOUTDATE.ReadOnly = true;
01208 this.columnMOD_DATE.ReadOnly = true;
01209 }
01210
01211 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01212 public LookupTablesRow NewLookupTablesRow() {
01213 return ((LookupTablesRow)(this.NewRow()));
01214 }
01215
01216 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01217 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
01218 return new LookupTablesRow(builder);
01219 }
01220
01221 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01222 protected override global::System.Type GetRowType() {
01223 return typeof(LookupTablesRow);
01224 }
01225
01226 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01227 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
01228 base.OnRowChanged(e);
01229 if ((this.LookupTablesRowChanged != null)) {
01230 this.LookupTablesRowChanged(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
01231 }
01232 }
01233
01234 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01235 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
01236 base.OnRowChanging(e);
01237 if ((this.LookupTablesRowChanging != null)) {
01238 this.LookupTablesRowChanging(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
01239 }
01240 }
01241
01242 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01243 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
01244 base.OnRowDeleted(e);
01245 if ((this.LookupTablesRowDeleted != null)) {
01246 this.LookupTablesRowDeleted(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
01247 }
01248 }
01249
01250 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01251 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
01252 base.OnRowDeleting(e);
01253 if ((this.LookupTablesRowDeleting != null)) {
01254 this.LookupTablesRowDeleting(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
01255 }
01256 }
01257
01258 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01259 public void RemoveLookupTablesRow(LookupTablesRow row) {
01260 this.Rows.Remove(row);
01261 }
01262
01263 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01264 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
01265 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
01266 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
01267 LookupTableMultiLangDataSet ds = new LookupTableMultiLangDataSet();
01268 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
01269 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
01270 any1.MinOccurs = new decimal(0);
01271 any1.MaxOccurs = decimal.MaxValue;
01272 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
01273 sequence.Items.Add(any1);
01274 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
01275 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
01276 any2.MinOccurs = new decimal(1);
01277 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
01278 sequence.Items.Add(any2);
01279 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
01280 attribute1.Name = "namespace";
01281 attribute1.FixedValue = ds.Namespace;
01282 type.Attributes.Add(attribute1);
01283 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
01284 attribute2.Name = "tableTypeName";
01285 attribute2.FixedValue = "LookupTablesDataTable";
01286 type.Attributes.Add(attribute2);
01287 type.Particle = sequence;
01288 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
01289 if (xs.Contains(dsSchema.TargetNamespace)) {
01290 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
01291 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
01292 try {
01293 global::System.Xml.Schema.XmlSchema schema = null;
01294 dsSchema.Write(s1);
01295 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
01296 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
01297 s2.SetLength(0);
01298 schema.Write(s2);
01299 if ((s1.Length == s2.Length)) {
01300 s1.Position = 0;
01301 s2.Position = 0;
01302 for (; ((s1.Position != s1.Length)
01303 && (s1.ReadByte() == s2.ReadByte())); ) {
01304 ;
01305 }
01306 if ((s1.Position == s1.Length)) {
01307 return type;
01308 }
01309 }
01310 }
01311 }
01312 finally {
01313 if ((s1 != null)) {
01314 s1.Close();
01315 }
01316 if ((s2 != null)) {
01317 s2.Close();
01318 }
01319 }
01320 }
01321 xs.Add(dsSchema);
01322 return type;
01323 }
01324 }
01325
01326
01327
01328
01329 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
01330 [global::System.Serializable()]
01331 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
01332 public partial class LookupTableMaskStructuresDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
01333
01334 private global::System.Data.DataColumn columnLT_UID;
01335
01336 private global::System.Data.DataColumn columnLT_MASK_STRUCT_LEVEL;
01337
01338 private global::System.Data.DataColumn columnLT_MASK_STRUCT_TYPE_ENUM;
01339
01340 private global::System.Data.DataColumn columnLT_MASK_STRUCT_LENGTH;
01341
01342 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01343 public LookupTableMaskStructuresDataTable() {
01344 this.TableName = "LookupTableMaskStructures";
01345 this.BeginInit();
01346 this.InitClass();
01347 this.EndInit();
01348 }
01349
01350 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01351 internal LookupTableMaskStructuresDataTable(global::System.Data.DataTable table) {
01352 this.TableName = table.TableName;
01353 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
01354 this.CaseSensitive = table.CaseSensitive;
01355 }
01356 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
01357 this.Locale = table.Locale;
01358 }
01359 if ((table.Namespace != table.DataSet.Namespace)) {
01360 this.Namespace = table.Namespace;
01361 }
01362 this.Prefix = table.Prefix;
01363 this.MinimumCapacity = table.MinimumCapacity;
01364 }
01365
01366 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01367 protected LookupTableMaskStructuresDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
01368 base(info, context) {
01369 this.InitVars();
01370 }
01371
01372 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01373 public global::System.Data.DataColumn LT_UIDColumn {
01374 get {
01375 return this.columnLT_UID;
01376 }
01377 }
01378
01379 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01380 public global::System.Data.DataColumn LT_MASK_STRUCT_LEVELColumn {
01381 get {
01382 return this.columnLT_MASK_STRUCT_LEVEL;
01383 }
01384 }
01385
01386 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01387 public global::System.Data.DataColumn LT_MASK_STRUCT_TYPE_ENUMColumn {
01388 get {
01389 return this.columnLT_MASK_STRUCT_TYPE_ENUM;
01390 }
01391 }
01392
01393 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01394 public global::System.Data.DataColumn LT_MASK_STRUCT_LENGTHColumn {
01395 get {
01396 return this.columnLT_MASK_STRUCT_LENGTH;
01397 }
01398 }
01399
01400 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01401 [global::System.ComponentModel.Browsable(false)]
01402 public int Count {
01403 get {
01404 return this.Rows.Count;
01405 }
01406 }
01407
01408 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01409 public LookupTableMaskStructuresRow this[int index] {
01410 get {
01411 return ((LookupTableMaskStructuresRow)(this.Rows[index]));
01412 }
01413 }
01414
01415 public event LookupTableMaskStructuresRowChangeEventHandler LookupTableMaskStructuresRowChanging;
01416
01417 public event LookupTableMaskStructuresRowChangeEventHandler LookupTableMaskStructuresRowChanged;
01418
01419 public event LookupTableMaskStructuresRowChangeEventHandler LookupTableMaskStructuresRowDeleting;
01420
01421 public event LookupTableMaskStructuresRowChangeEventHandler LookupTableMaskStructuresRowDeleted;
01422
01423 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01424 public void AddLookupTableMaskStructuresRow(LookupTableMaskStructuresRow row) {
01425 this.Rows.Add(row);
01426 }
01427
01428 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01429 public LookupTableMaskStructuresRow AddLookupTableMaskStructuresRow(LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableMaskStructures, int LT_MASK_STRUCT_LEVEL, byte LT_MASK_STRUCT_TYPE_ENUM, int LT_MASK_STRUCT_LENGTH) {
01430 LookupTableMaskStructuresRow rowLookupTableMaskStructuresRow = ((LookupTableMaskStructuresRow)(this.NewRow()));
01431 object[] columnValuesArray = new object[] {
01432 null,
01433 LT_MASK_STRUCT_LEVEL,
01434 LT_MASK_STRUCT_TYPE_ENUM,
01435 LT_MASK_STRUCT_LENGTH};
01436 if ((parentLookupTablesRowByLookupTablesLookupTableMaskStructures != null)) {
01437 columnValuesArray[0] = parentLookupTablesRowByLookupTablesLookupTableMaskStructures[0];
01438 }
01439 rowLookupTableMaskStructuresRow.ItemArray = columnValuesArray;
01440 this.Rows.Add(rowLookupTableMaskStructuresRow);
01441 return rowLookupTableMaskStructuresRow;
01442 }
01443
01444 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01445 public LookupTableMaskStructuresRow FindByLT_UIDLT_MASK_STRUCT_LEVEL(System.Guid LT_UID, int LT_MASK_STRUCT_LEVEL) {
01446 return ((LookupTableMaskStructuresRow)(this.Rows.Find(new object[] {
01447 LT_UID,
01448 LT_MASK_STRUCT_LEVEL})));
01449 }
01450
01451 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01452 public virtual global::System.Collections.IEnumerator GetEnumerator() {
01453 return this.Rows.GetEnumerator();
01454 }
01455
01456 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01457 public override global::System.Data.DataTable Clone() {
01458 LookupTableMaskStructuresDataTable cln = ((LookupTableMaskStructuresDataTable)(base.Clone()));
01459 cln.InitVars();
01460 return cln;
01461 }
01462
01463 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01464 protected override global::System.Data.DataTable CreateInstance() {
01465 return new LookupTableMaskStructuresDataTable();
01466 }
01467
01468 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01469 internal void InitVars() {
01470 this.columnLT_UID = base.Columns["LT_UID"];
01471 this.columnLT_MASK_STRUCT_LEVEL = base.Columns["LT_MASK_STRUCT_LEVEL"];
01472 this.columnLT_MASK_STRUCT_TYPE_ENUM = base.Columns["LT_MASK_STRUCT_TYPE_ENUM"];
01473 this.columnLT_MASK_STRUCT_LENGTH = base.Columns["LT_MASK_STRUCT_LENGTH"];
01474 }
01475
01476 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01477 private void InitClass() {
01478 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
01479 base.Columns.Add(this.columnLT_UID);
01480 this.columnLT_MASK_STRUCT_LEVEL = new global::System.Data.DataColumn("LT_MASK_STRUCT_LEVEL", typeof(int), null, global::System.Data.MappingType.Element);
01481 base.Columns.Add(this.columnLT_MASK_STRUCT_LEVEL);
01482 this.columnLT_MASK_STRUCT_TYPE_ENUM = new global::System.Data.DataColumn("LT_MASK_STRUCT_TYPE_ENUM", typeof(byte), null, global::System.Data.MappingType.Element);
01483 base.Columns.Add(this.columnLT_MASK_STRUCT_TYPE_ENUM);
01484 this.columnLT_MASK_STRUCT_LENGTH = new global::System.Data.DataColumn("LT_MASK_STRUCT_LENGTH", typeof(int), null, global::System.Data.MappingType.Element);
01485 base.Columns.Add(this.columnLT_MASK_STRUCT_LENGTH);
01486 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableMultiLangDataSetKey2", new global::System.Data.DataColumn[] {
01487 this.columnLT_UID,
01488 this.columnLT_MASK_STRUCT_LEVEL}, true));
01489 this.columnLT_UID.AllowDBNull = false;
01490 this.columnLT_MASK_STRUCT_LEVEL.AllowDBNull = false;
01491 this.columnLT_MASK_STRUCT_LENGTH.DefaultValue = ((int)(0));
01492 }
01493
01494 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01495 public LookupTableMaskStructuresRow NewLookupTableMaskStructuresRow() {
01496 return ((LookupTableMaskStructuresRow)(this.NewRow()));
01497 }
01498
01499 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01500 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
01501 return new LookupTableMaskStructuresRow(builder);
01502 }
01503
01504 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01505 protected override global::System.Type GetRowType() {
01506 return typeof(LookupTableMaskStructuresRow);
01507 }
01508
01509 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01510 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
01511 base.OnRowChanged(e);
01512 if ((this.LookupTableMaskStructuresRowChanged != null)) {
01513 this.LookupTableMaskStructuresRowChanged(this, new LookupTableMaskStructuresRowChangeEvent(((LookupTableMaskStructuresRow)(e.Row)), e.Action));
01514 }
01515 }
01516
01517 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01518 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
01519 base.OnRowChanging(e);
01520 if ((this.LookupTableMaskStructuresRowChanging != null)) {
01521 this.LookupTableMaskStructuresRowChanging(this, new LookupTableMaskStructuresRowChangeEvent(((LookupTableMaskStructuresRow)(e.Row)), e.Action));
01522 }
01523 }
01524
01525 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01526 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
01527 base.OnRowDeleted(e);
01528 if ((this.LookupTableMaskStructuresRowDeleted != null)) {
01529 this.LookupTableMaskStructuresRowDeleted(this, new LookupTableMaskStructuresRowChangeEvent(((LookupTableMaskStructuresRow)(e.Row)), e.Action));
01530 }
01531 }
01532
01533 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01534 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
01535 base.OnRowDeleting(e);
01536 if ((this.LookupTableMaskStructuresRowDeleting != null)) {
01537 this.LookupTableMaskStructuresRowDeleting(this, new LookupTableMaskStructuresRowChangeEvent(((LookupTableMaskStructuresRow)(e.Row)), e.Action));
01538 }
01539 }
01540
01541 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01542 public void RemoveLookupTableMaskStructuresRow(LookupTableMaskStructuresRow row) {
01543 this.Rows.Remove(row);
01544 }
01545
01546 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01547 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
01548 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
01549 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
01550 LookupTableMultiLangDataSet ds = new LookupTableMultiLangDataSet();
01551 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
01552 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
01553 any1.MinOccurs = new decimal(0);
01554 any1.MaxOccurs = decimal.MaxValue;
01555 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
01556 sequence.Items.Add(any1);
01557 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
01558 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
01559 any2.MinOccurs = new decimal(1);
01560 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
01561 sequence.Items.Add(any2);
01562 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
01563 attribute1.Name = "namespace";
01564 attribute1.FixedValue = ds.Namespace;
01565 type.Attributes.Add(attribute1);
01566 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
01567 attribute2.Name = "tableTypeName";
01568 attribute2.FixedValue = "LookupTableMaskStructuresDataTable";
01569 type.Attributes.Add(attribute2);
01570 type.Particle = sequence;
01571 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
01572 if (xs.Contains(dsSchema.TargetNamespace)) {
01573 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
01574 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
01575 try {
01576 global::System.Xml.Schema.XmlSchema schema = null;
01577 dsSchema.Write(s1);
01578 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
01579 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
01580 s2.SetLength(0);
01581 schema.Write(s2);
01582 if ((s1.Length == s2.Length)) {
01583 s1.Position = 0;
01584 s2.Position = 0;
01585 for (; ((s1.Position != s1.Length)
01586 && (s1.ReadByte() == s2.ReadByte())); ) {
01587 ;
01588 }
01589 if ((s1.Position == s1.Length)) {
01590 return type;
01591 }
01592 }
01593 }
01594 }
01595 finally {
01596 if ((s1 != null)) {
01597 s1.Close();
01598 }
01599 if ((s2 != null)) {
01600 s2.Close();
01601 }
01602 }
01603 }
01604 xs.Add(dsSchema);
01605 return type;
01606 }
01607 }
01608
01609
01610
01611
01612 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
01613 [global::System.Serializable()]
01614 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
01615 public partial class LookupTableMaskValuesDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
01616
01617 private global::System.Data.DataColumn columnLT_UID;
01618
01619 private global::System.Data.DataColumn columnLT_MASK_VALUE_SEPARATOR;
01620
01621 private global::System.Data.DataColumn columnLT_MASK_STRUCT_LEVEL;
01622
01623 private global::System.Data.DataColumn columnLCID;
01624
01625 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01626 public LookupTableMaskValuesDataTable() {
01627 this.TableName = "LookupTableMaskValues";
01628 this.BeginInit();
01629 this.InitClass();
01630 this.EndInit();
01631 }
01632
01633 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01634 internal LookupTableMaskValuesDataTable(global::System.Data.DataTable table) {
01635 this.TableName = table.TableName;
01636 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
01637 this.CaseSensitive = table.CaseSensitive;
01638 }
01639 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
01640 this.Locale = table.Locale;
01641 }
01642 if ((table.Namespace != table.DataSet.Namespace)) {
01643 this.Namespace = table.Namespace;
01644 }
01645 this.Prefix = table.Prefix;
01646 this.MinimumCapacity = table.MinimumCapacity;
01647 }
01648
01649 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01650 protected LookupTableMaskValuesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
01651 base(info, context) {
01652 this.InitVars();
01653 }
01654
01655 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01656 public global::System.Data.DataColumn LT_UIDColumn {
01657 get {
01658 return this.columnLT_UID;
01659 }
01660 }
01661
01662 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01663 public global::System.Data.DataColumn LT_MASK_VALUE_SEPARATORColumn {
01664 get {
01665 return this.columnLT_MASK_VALUE_SEPARATOR;
01666 }
01667 }
01668
01669 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01670 public global::System.Data.DataColumn LT_MASK_STRUCT_LEVELColumn {
01671 get {
01672 return this.columnLT_MASK_STRUCT_LEVEL;
01673 }
01674 }
01675
01676 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01677 public global::System.Data.DataColumn LCIDColumn {
01678 get {
01679 return this.columnLCID;
01680 }
01681 }
01682
01683 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01684 [global::System.ComponentModel.Browsable(false)]
01685 public int Count {
01686 get {
01687 return this.Rows.Count;
01688 }
01689 }
01690
01691 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01692 public LookupTableMaskValuesRow this[int index] {
01693 get {
01694 return ((LookupTableMaskValuesRow)(this.Rows[index]));
01695 }
01696 }
01697
01698 public event LookupTableMaskValuesRowChangeEventHandler LookupTableMaskValuesRowChanging;
01699
01700 public event LookupTableMaskValuesRowChangeEventHandler LookupTableMaskValuesRowChanged;
01701
01702 public event LookupTableMaskValuesRowChangeEventHandler LookupTableMaskValuesRowDeleting;
01703
01704 public event LookupTableMaskValuesRowChangeEventHandler LookupTableMaskValuesRowDeleted;
01705
01706 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01707 public void AddLookupTableMaskValuesRow(LookupTableMaskValuesRow row) {
01708 this.Rows.Add(row);
01709 }
01710
01711 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01712 public LookupTableMaskValuesRow AddLookupTableMaskValuesRow(System.Guid LT_UID, string LT_MASK_VALUE_SEPARATOR, int LT_MASK_STRUCT_LEVEL, int LCID) {
01713 LookupTableMaskValuesRow rowLookupTableMaskValuesRow = ((LookupTableMaskValuesRow)(this.NewRow()));
01714 object[] columnValuesArray = new object[] {
01715 LT_UID,
01716 LT_MASK_VALUE_SEPARATOR,
01717 LT_MASK_STRUCT_LEVEL,
01718 LCID};
01719 rowLookupTableMaskValuesRow.ItemArray = columnValuesArray;
01720 this.Rows.Add(rowLookupTableMaskValuesRow);
01721 return rowLookupTableMaskValuesRow;
01722 }
01723
01724 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01725 public LookupTableMaskValuesRow FindByLT_UIDLT_MASK_STRUCT_LEVELLCID(System.Guid LT_UID, int LT_MASK_STRUCT_LEVEL, int LCID) {
01726 return ((LookupTableMaskValuesRow)(this.Rows.Find(new object[] {
01727 LT_UID,
01728 LT_MASK_STRUCT_LEVEL,
01729 LCID})));
01730 }
01731
01732 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01733 public virtual global::System.Collections.IEnumerator GetEnumerator() {
01734 return this.Rows.GetEnumerator();
01735 }
01736
01737 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01738 public override global::System.Data.DataTable Clone() {
01739 LookupTableMaskValuesDataTable cln = ((LookupTableMaskValuesDataTable)(base.Clone()));
01740 cln.InitVars();
01741 return cln;
01742 }
01743
01744 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01745 protected override global::System.Data.DataTable CreateInstance() {
01746 return new LookupTableMaskValuesDataTable();
01747 }
01748
01749 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01750 internal void InitVars() {
01751 this.columnLT_UID = base.Columns["LT_UID"];
01752 this.columnLT_MASK_VALUE_SEPARATOR = base.Columns["LT_MASK_VALUE_SEPARATOR"];
01753 this.columnLT_MASK_STRUCT_LEVEL = base.Columns["LT_MASK_STRUCT_LEVEL"];
01754 this.columnLCID = base.Columns["LCID"];
01755 }
01756
01757 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01758 private void InitClass() {
01759 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
01760 base.Columns.Add(this.columnLT_UID);
01761 this.columnLT_MASK_VALUE_SEPARATOR = new global::System.Data.DataColumn("LT_MASK_VALUE_SEPARATOR", typeof(string), null, global::System.Data.MappingType.Element);
01762 base.Columns.Add(this.columnLT_MASK_VALUE_SEPARATOR);
01763 this.columnLT_MASK_STRUCT_LEVEL = new global::System.Data.DataColumn("LT_MASK_STRUCT_LEVEL", typeof(int), null, global::System.Data.MappingType.Element);
01764 base.Columns.Add(this.columnLT_MASK_STRUCT_LEVEL);
01765 this.columnLCID = new global::System.Data.DataColumn("LCID", typeof(int), null, global::System.Data.MappingType.Element);
01766 base.Columns.Add(this.columnLCID);
01767 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableMultiLangDataSetKey3", new global::System.Data.DataColumn[] {
01768 this.columnLT_UID,
01769 this.columnLT_MASK_STRUCT_LEVEL,
01770 this.columnLCID}, true));
01771 this.columnLT_UID.AllowDBNull = false;
01772 this.columnLT_MASK_VALUE_SEPARATOR.DefaultValue = ((string)(""));
01773 this.columnLT_MASK_STRUCT_LEVEL.AllowDBNull = false;
01774 this.columnLCID.AllowDBNull = false;
01775 }
01776
01777 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01778 public LookupTableMaskValuesRow NewLookupTableMaskValuesRow() {
01779 return ((LookupTableMaskValuesRow)(this.NewRow()));
01780 }
01781
01782 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01783 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
01784 return new LookupTableMaskValuesRow(builder);
01785 }
01786
01787 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01788 protected override global::System.Type GetRowType() {
01789 return typeof(LookupTableMaskValuesRow);
01790 }
01791
01792 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01793 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
01794 base.OnRowChanged(e);
01795 if ((this.LookupTableMaskValuesRowChanged != null)) {
01796 this.LookupTableMaskValuesRowChanged(this, new LookupTableMaskValuesRowChangeEvent(((LookupTableMaskValuesRow)(e.Row)), e.Action));
01797 }
01798 }
01799
01800 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01801 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
01802 base.OnRowChanging(e);
01803 if ((this.LookupTableMaskValuesRowChanging != null)) {
01804 this.LookupTableMaskValuesRowChanging(this, new LookupTableMaskValuesRowChangeEvent(((LookupTableMaskValuesRow)(e.Row)), e.Action));
01805 }
01806 }
01807
01808 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01809 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
01810 base.OnRowDeleted(e);
01811 if ((this.LookupTableMaskValuesRowDeleted != null)) {
01812 this.LookupTableMaskValuesRowDeleted(this, new LookupTableMaskValuesRowChangeEvent(((LookupTableMaskValuesRow)(e.Row)), e.Action));
01813 }
01814 }
01815
01816 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01817 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
01818 base.OnRowDeleting(e);
01819 if ((this.LookupTableMaskValuesRowDeleting != null)) {
01820 this.LookupTableMaskValuesRowDeleting(this, new LookupTableMaskValuesRowChangeEvent(((LookupTableMaskValuesRow)(e.Row)), e.Action));
01821 }
01822 }
01823
01824 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01825 public void RemoveLookupTableMaskValuesRow(LookupTableMaskValuesRow row) {
01826 this.Rows.Remove(row);
01827 }
01828
01829 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01830 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
01831 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
01832 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
01833 LookupTableMultiLangDataSet ds = new LookupTableMultiLangDataSet();
01834 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
01835 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
01836 any1.MinOccurs = new decimal(0);
01837 any1.MaxOccurs = decimal.MaxValue;
01838 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
01839 sequence.Items.Add(any1);
01840 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
01841 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
01842 any2.MinOccurs = new decimal(1);
01843 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
01844 sequence.Items.Add(any2);
01845 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
01846 attribute1.Name = "namespace";
01847 attribute1.FixedValue = ds.Namespace;
01848 type.Attributes.Add(attribute1);
01849 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
01850 attribute2.Name = "tableTypeName";
01851 attribute2.FixedValue = "LookupTableMaskValuesDataTable";
01852 type.Attributes.Add(attribute2);
01853 type.Particle = sequence;
01854 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
01855 if (xs.Contains(dsSchema.TargetNamespace)) {
01856 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
01857 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
01858 try {
01859 global::System.Xml.Schema.XmlSchema schema = null;
01860 dsSchema.Write(s1);
01861 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
01862 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
01863 s2.SetLength(0);
01864 schema.Write(s2);
01865 if ((s1.Length == s2.Length)) {
01866 s1.Position = 0;
01867 s2.Position = 0;
01868 for (; ((s1.Position != s1.Length)
01869 && (s1.ReadByte() == s2.ReadByte())); ) {
01870 ;
01871 }
01872 if ((s1.Position == s1.Length)) {
01873 return type;
01874 }
01875 }
01876 }
01877 }
01878 finally {
01879 if ((s1 != null)) {
01880 s1.Close();
01881 }
01882 if ((s2 != null)) {
01883 s2.Close();
01884 }
01885 }
01886 }
01887 xs.Add(dsSchema);
01888 return type;
01889 }
01890 }
01891
01892
01893
01894
01895 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
01896 [global::System.Serializable()]
01897 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
01898 public partial class LookupTableStructuresDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
01899
01900 private global::System.Data.DataColumn columnLT_STRUCT_UID;
01901
01902 private global::System.Data.DataColumn columnLT_UID;
01903
01904 private global::System.Data.DataColumn columnLT_PARENT_STRUCT_UID;
01905
01906 private global::System.Data.DataColumn columnLT_STRUCT_COOKIE;
01907
01908 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01909 public LookupTableStructuresDataTable() {
01910 this.TableName = "LookupTableStructures";
01911 this.BeginInit();
01912 this.InitClass();
01913 this.EndInit();
01914 }
01915
01916 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01917 internal LookupTableStructuresDataTable(global::System.Data.DataTable table) {
01918 this.TableName = table.TableName;
01919 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
01920 this.CaseSensitive = table.CaseSensitive;
01921 }
01922 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
01923 this.Locale = table.Locale;
01924 }
01925 if ((table.Namespace != table.DataSet.Namespace)) {
01926 this.Namespace = table.Namespace;
01927 }
01928 this.Prefix = table.Prefix;
01929 this.MinimumCapacity = table.MinimumCapacity;
01930 }
01931
01932 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01933 protected LookupTableStructuresDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
01934 base(info, context) {
01935 this.InitVars();
01936 }
01937
01938 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01939 public global::System.Data.DataColumn LT_STRUCT_UIDColumn {
01940 get {
01941 return this.columnLT_STRUCT_UID;
01942 }
01943 }
01944
01945 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01946 public global::System.Data.DataColumn LT_UIDColumn {
01947 get {
01948 return this.columnLT_UID;
01949 }
01950 }
01951
01952 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01953 public global::System.Data.DataColumn LT_PARENT_STRUCT_UIDColumn {
01954 get {
01955 return this.columnLT_PARENT_STRUCT_UID;
01956 }
01957 }
01958
01959 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01960 public global::System.Data.DataColumn LT_STRUCT_COOKIEColumn {
01961 get {
01962 return this.columnLT_STRUCT_COOKIE;
01963 }
01964 }
01965
01966 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01967 [global::System.ComponentModel.Browsable(false)]
01968 public int Count {
01969 get {
01970 return this.Rows.Count;
01971 }
01972 }
01973
01974 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01975 public LookupTableStructuresRow this[int index] {
01976 get {
01977 return ((LookupTableStructuresRow)(this.Rows[index]));
01978 }
01979 }
01980
01981 public event LookupTableStructuresRowChangeEventHandler LookupTableStructuresRowChanging;
01982
01983 public event LookupTableStructuresRowChangeEventHandler LookupTableStructuresRowChanged;
01984
01985 public event LookupTableStructuresRowChangeEventHandler LookupTableStructuresRowDeleting;
01986
01987 public event LookupTableStructuresRowChangeEventHandler LookupTableStructuresRowDeleted;
01988
01989 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01990 public void AddLookupTableStructuresRow(LookupTableStructuresRow row) {
01991 this.Rows.Add(row);
01992 }
01993
01994 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
01995 public LookupTableStructuresRow AddLookupTableStructuresRow(System.Guid LT_STRUCT_UID, LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableStructures, LookupTableStructuresRow parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures, string LT_STRUCT_COOKIE) {
01996 LookupTableStructuresRow rowLookupTableStructuresRow = ((LookupTableStructuresRow)(this.NewRow()));
01997 object[] columnValuesArray = new object[] {
01998 LT_STRUCT_UID,
01999 null,
02000 null,
02001 LT_STRUCT_COOKIE};
02002 if ((parentLookupTablesRowByLookupTablesLookupTableStructures != null)) {
02003 columnValuesArray[1] = parentLookupTablesRowByLookupTablesLookupTableStructures[0];
02004 }
02005 if ((parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures != null)) {
02006 columnValuesArray[2] = parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures[0];
02007 }
02008 rowLookupTableStructuresRow.ItemArray = columnValuesArray;
02009 this.Rows.Add(rowLookupTableStructuresRow);
02010 return rowLookupTableStructuresRow;
02011 }
02012
02013 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02014 public LookupTableStructuresRow FindByLT_STRUCT_UID(System.Guid LT_STRUCT_UID) {
02015 return ((LookupTableStructuresRow)(this.Rows.Find(new object[] {
02016 LT_STRUCT_UID})));
02017 }
02018
02019 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02020 public virtual global::System.Collections.IEnumerator GetEnumerator() {
02021 return this.Rows.GetEnumerator();
02022 }
02023
02024 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02025 public override global::System.Data.DataTable Clone() {
02026 LookupTableStructuresDataTable cln = ((LookupTableStructuresDataTable)(base.Clone()));
02027 cln.InitVars();
02028 return cln;
02029 }
02030
02031 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02032 protected override global::System.Data.DataTable CreateInstance() {
02033 return new LookupTableStructuresDataTable();
02034 }
02035
02036 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02037 internal void InitVars() {
02038 this.columnLT_STRUCT_UID = base.Columns["LT_STRUCT_UID"];
02039 this.columnLT_UID = base.Columns["LT_UID"];
02040 this.columnLT_PARENT_STRUCT_UID = base.Columns["LT_PARENT_STRUCT_UID"];
02041 this.columnLT_STRUCT_COOKIE = base.Columns["LT_STRUCT_COOKIE"];
02042 }
02043
02044 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02045 private void InitClass() {
02046 this.columnLT_STRUCT_UID = new global::System.Data.DataColumn("LT_STRUCT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
02047 base.Columns.Add(this.columnLT_STRUCT_UID);
02048 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
02049 base.Columns.Add(this.columnLT_UID);
02050 this.columnLT_PARENT_STRUCT_UID = new global::System.Data.DataColumn("LT_PARENT_STRUCT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
02051 base.Columns.Add(this.columnLT_PARENT_STRUCT_UID);
02052 this.columnLT_STRUCT_COOKIE = new global::System.Data.DataColumn("LT_STRUCT_COOKIE", typeof(string), null, global::System.Data.MappingType.Element);
02053 base.Columns.Add(this.columnLT_STRUCT_COOKIE);
02054 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableMultiLangDataSetKey4", new global::System.Data.DataColumn[] {
02055 this.columnLT_STRUCT_UID}, true));
02056 this.columnLT_STRUCT_UID.AllowDBNull = false;
02057 this.columnLT_STRUCT_UID.Unique = true;
02058 this.columnLT_UID.AllowDBNull = false;
02059 }
02060
02061 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02062 public LookupTableStructuresRow NewLookupTableStructuresRow() {
02063 return ((LookupTableStructuresRow)(this.NewRow()));
02064 }
02065
02066 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02067 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
02068 return new LookupTableStructuresRow(builder);
02069 }
02070
02071 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02072 protected override global::System.Type GetRowType() {
02073 return typeof(LookupTableStructuresRow);
02074 }
02075
02076 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02077 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
02078 base.OnRowChanged(e);
02079 if ((this.LookupTableStructuresRowChanged != null)) {
02080 this.LookupTableStructuresRowChanged(this, new LookupTableStructuresRowChangeEvent(((LookupTableStructuresRow)(e.Row)), e.Action));
02081 }
02082 }
02083
02084 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02085 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
02086 base.OnRowChanging(e);
02087 if ((this.LookupTableStructuresRowChanging != null)) {
02088 this.LookupTableStructuresRowChanging(this, new LookupTableStructuresRowChangeEvent(((LookupTableStructuresRow)(e.Row)), e.Action));
02089 }
02090 }
02091
02092 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02093 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
02094 base.OnRowDeleted(e);
02095 if ((this.LookupTableStructuresRowDeleted != null)) {
02096 this.LookupTableStructuresRowDeleted(this, new LookupTableStructuresRowChangeEvent(((LookupTableStructuresRow)(e.Row)), e.Action));
02097 }
02098 }
02099
02100 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02101 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
02102 base.OnRowDeleting(e);
02103 if ((this.LookupTableStructuresRowDeleting != null)) {
02104 this.LookupTableStructuresRowDeleting(this, new LookupTableStructuresRowChangeEvent(((LookupTableStructuresRow)(e.Row)), e.Action));
02105 }
02106 }
02107
02108 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02109 public void RemoveLookupTableStructuresRow(LookupTableStructuresRow row) {
02110 this.Rows.Remove(row);
02111 }
02112
02113 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02114 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
02115 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
02116 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
02117 LookupTableMultiLangDataSet ds = new LookupTableMultiLangDataSet();
02118 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
02119 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
02120 any1.MinOccurs = new decimal(0);
02121 any1.MaxOccurs = decimal.MaxValue;
02122 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
02123 sequence.Items.Add(any1);
02124 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
02125 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
02126 any2.MinOccurs = new decimal(1);
02127 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
02128 sequence.Items.Add(any2);
02129 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
02130 attribute1.Name = "namespace";
02131 attribute1.FixedValue = ds.Namespace;
02132 type.Attributes.Add(attribute1);
02133 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
02134 attribute2.Name = "tableTypeName";
02135 attribute2.FixedValue = "LookupTableStructuresDataTable";
02136 type.Attributes.Add(attribute2);
02137 type.Particle = sequence;
02138 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
02139 if (xs.Contains(dsSchema.TargetNamespace)) {
02140 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
02141 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
02142 try {
02143 global::System.Xml.Schema.XmlSchema schema = null;
02144 dsSchema.Write(s1);
02145 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
02146 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
02147 s2.SetLength(0);
02148 schema.Write(s2);
02149 if ((s1.Length == s2.Length)) {
02150 s1.Position = 0;
02151 s2.Position = 0;
02152 for (; ((s1.Position != s1.Length)
02153 && (s1.ReadByte() == s2.ReadByte())); ) {
02154 ;
02155 }
02156 if ((s1.Position == s1.Length)) {
02157 return type;
02158 }
02159 }
02160 }
02161 }
02162 finally {
02163 if ((s1 != null)) {
02164 s1.Close();
02165 }
02166 if ((s2 != null)) {
02167 s2.Close();
02168 }
02169 }
02170 }
02171 xs.Add(dsSchema);
02172 return type;
02173 }
02174 }
02175
02176
02177
02178
02179 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
02180 [global::System.Serializable()]
02181 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
02182 public partial class LookupTableValuesDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
02183
02184 private global::System.Data.DataColumn columnLT_STRUCT_UID;
02185
02186 private global::System.Data.DataColumn columnLCID;
02187
02188 private global::System.Data.DataColumn columnLT_UID;
02189
02190 private global::System.Data.DataColumn columnLT_VALUE_DUR;
02191
02192 private global::System.Data.DataColumn columnLT_VALUE_NUM;
02193
02194 private global::System.Data.DataColumn columnLT_VALUE_DUR_FMT;
02195
02196 private global::System.Data.DataColumn columnLT_VALUE_DATE;
02197
02198 private global::System.Data.DataColumn columnLT_VALUE_TEXT;
02199
02200 private global::System.Data.DataColumn columnLT_VALUE_PHONETIC;
02201
02202 private global::System.Data.DataColumn columnLT_VALUE_FULL;
02203
02204 private global::System.Data.DataColumn columnLT_VALUE_DESC;
02205
02206 private global::System.Data.DataColumn columnLT_VALUE_SORT_INDEX;
02207
02208 private global::System.Data.DataColumn columnLT_VALUE_LOCALIZED_COOKIE;
02209
02210 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02211 public LookupTableValuesDataTable() {
02212 this.TableName = "LookupTableValues";
02213 this.BeginInit();
02214 this.InitClass();
02215 this.EndInit();
02216 }
02217
02218 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02219 internal LookupTableValuesDataTable(global::System.Data.DataTable table) {
02220 this.TableName = table.TableName;
02221 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
02222 this.CaseSensitive = table.CaseSensitive;
02223 }
02224 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
02225 this.Locale = table.Locale;
02226 }
02227 if ((table.Namespace != table.DataSet.Namespace)) {
02228 this.Namespace = table.Namespace;
02229 }
02230 this.Prefix = table.Prefix;
02231 this.MinimumCapacity = table.MinimumCapacity;
02232 }
02233
02234 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02235 protected LookupTableValuesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
02236 base(info, context) {
02237 this.InitVars();
02238 }
02239
02240 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02241 public global::System.Data.DataColumn LT_STRUCT_UIDColumn {
02242 get {
02243 return this.columnLT_STRUCT_UID;
02244 }
02245 }
02246
02247 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02248 public global::System.Data.DataColumn LCIDColumn {
02249 get {
02250 return this.columnLCID;
02251 }
02252 }
02253
02254 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02255 public global::System.Data.DataColumn LT_UIDColumn {
02256 get {
02257 return this.columnLT_UID;
02258 }
02259 }
02260
02261 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02262 public global::System.Data.DataColumn LT_VALUE_DURColumn {
02263 get {
02264 return this.columnLT_VALUE_DUR;
02265 }
02266 }
02267
02268 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02269 public global::System.Data.DataColumn LT_VALUE_NUMColumn {
02270 get {
02271 return this.columnLT_VALUE_NUM;
02272 }
02273 }
02274
02275 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02276 public global::System.Data.DataColumn LT_VALUE_DUR_FMTColumn {
02277 get {
02278 return this.columnLT_VALUE_DUR_FMT;
02279 }
02280 }
02281
02282 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02283 public global::System.Data.DataColumn LT_VALUE_DATEColumn {
02284 get {
02285 return this.columnLT_VALUE_DATE;
02286 }
02287 }
02288
02289 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02290 public global::System.Data.DataColumn LT_VALUE_TEXTColumn {
02291 get {
02292 return this.columnLT_VALUE_TEXT;
02293 }
02294 }
02295
02296 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02297 public global::System.Data.DataColumn LT_VALUE_PHONETICColumn {
02298 get {
02299 return this.columnLT_VALUE_PHONETIC;
02300 }
02301 }
02302
02303 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02304 public global::System.Data.DataColumn LT_VALUE_FULLColumn {
02305 get {
02306 return this.columnLT_VALUE_FULL;
02307 }
02308 }
02309
02310 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02311 public global::System.Data.DataColumn LT_VALUE_DESCColumn {
02312 get {
02313 return this.columnLT_VALUE_DESC;
02314 }
02315 }
02316
02317 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02318 public global::System.Data.DataColumn LT_VALUE_SORT_INDEXColumn {
02319 get {
02320 return this.columnLT_VALUE_SORT_INDEX;
02321 }
02322 }
02323
02324 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02325 public global::System.Data.DataColumn LT_VALUE_LOCALIZED_COOKIEColumn {
02326 get {
02327 return this.columnLT_VALUE_LOCALIZED_COOKIE;
02328 }
02329 }
02330
02331 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02332 [global::System.ComponentModel.Browsable(false)]
02333 public int Count {
02334 get {
02335 return this.Rows.Count;
02336 }
02337 }
02338
02339 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02340 public LookupTableValuesRow this[int index] {
02341 get {
02342 return ((LookupTableValuesRow)(this.Rows[index]));
02343 }
02344 }
02345
02346 public event LookupTableValuesRowChangeEventHandler LookupTableValuesRowChanging;
02347
02348 public event LookupTableValuesRowChangeEventHandler LookupTableValuesRowChanged;
02349
02350 public event LookupTableValuesRowChangeEventHandler LookupTableValuesRowDeleting;
02351
02352 public event LookupTableValuesRowChangeEventHandler LookupTableValuesRowDeleted;
02353
02354 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02355 public void AddLookupTableValuesRow(LookupTableValuesRow row) {
02356 this.Rows.Add(row);
02357 }
02358
02359 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02360 public LookupTableValuesRow AddLookupTableValuesRow(LookupTableStructuresRow parentLookupTableStructuresRowByLookupTableStructuresLookupTableValues, int LCID, System.Guid LT_UID, int LT_VALUE_DUR, decimal LT_VALUE_NUM, byte LT_VALUE_DUR_FMT, System.DateTime LT_VALUE_DATE, string LT_VALUE_TEXT, string LT_VALUE_PHONETIC, string LT_VALUE_FULL, string LT_VALUE_DESC, decimal LT_VALUE_SORT_INDEX, string LT_VALUE_LOCALIZED_COOKIE) {
02361 LookupTableValuesRow rowLookupTableValuesRow = ((LookupTableValuesRow)(this.NewRow()));
02362 object[] columnValuesArray = new object[] {
02363 null,
02364 LCID,
02365 LT_UID,
02366 LT_VALUE_DUR,
02367 LT_VALUE_NUM,
02368 LT_VALUE_DUR_FMT,
02369 LT_VALUE_DATE,
02370 LT_VALUE_TEXT,
02371 LT_VALUE_PHONETIC,
02372 LT_VALUE_FULL,
02373 LT_VALUE_DESC,
02374 LT_VALUE_SORT_INDEX,
02375 LT_VALUE_LOCALIZED_COOKIE};
02376 if ((parentLookupTableStructuresRowByLookupTableStructuresLookupTableValues != null)) {
02377 columnValuesArray[0] = parentLookupTableStructuresRowByLookupTableStructuresLookupTableValues[0];
02378 }
02379 rowLookupTableValuesRow.ItemArray = columnValuesArray;
02380 this.Rows.Add(rowLookupTableValuesRow);
02381 return rowLookupTableValuesRow;
02382 }
02383
02384 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02385 public LookupTableValuesRow FindByLT_STRUCT_UIDLCID(System.Guid LT_STRUCT_UID, int LCID) {
02386 return ((LookupTableValuesRow)(this.Rows.Find(new object[] {
02387 LT_STRUCT_UID,
02388 LCID})));
02389 }
02390
02391 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02392 public virtual global::System.Collections.IEnumerator GetEnumerator() {
02393 return this.Rows.GetEnumerator();
02394 }
02395
02396 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02397 public override global::System.Data.DataTable Clone() {
02398 LookupTableValuesDataTable cln = ((LookupTableValuesDataTable)(base.Clone()));
02399 cln.InitVars();
02400 return cln;
02401 }
02402
02403 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02404 protected override global::System.Data.DataTable CreateInstance() {
02405 return new LookupTableValuesDataTable();
02406 }
02407
02408 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02409 internal void InitVars() {
02410 this.columnLT_STRUCT_UID = base.Columns["LT_STRUCT_UID"];
02411 this.columnLCID = base.Columns["LCID"];
02412 this.columnLT_UID = base.Columns["LT_UID"];
02413 this.columnLT_VALUE_DUR = base.Columns["LT_VALUE_DUR"];
02414 this.columnLT_VALUE_NUM = base.Columns["LT_VALUE_NUM"];
02415 this.columnLT_VALUE_DUR_FMT = base.Columns["LT_VALUE_DUR_FMT"];
02416 this.columnLT_VALUE_DATE = base.Columns["LT_VALUE_DATE"];
02417 this.columnLT_VALUE_TEXT = base.Columns["LT_VALUE_TEXT"];
02418 this.columnLT_VALUE_PHONETIC = base.Columns["LT_VALUE_PHONETIC"];
02419 this.columnLT_VALUE_FULL = base.Columns["LT_VALUE_FULL"];
02420 this.columnLT_VALUE_DESC = base.Columns["LT_VALUE_DESC"];
02421 this.columnLT_VALUE_SORT_INDEX = base.Columns["LT_VALUE_SORT_INDEX"];
02422 this.columnLT_VALUE_LOCALIZED_COOKIE = base.Columns["LT_VALUE_LOCALIZED_COOKIE"];
02423 }
02424
02425 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02426 private void InitClass() {
02427 this.columnLT_STRUCT_UID = new global::System.Data.DataColumn("LT_STRUCT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
02428 base.Columns.Add(this.columnLT_STRUCT_UID);
02429 this.columnLCID = new global::System.Data.DataColumn("LCID", typeof(int), null, global::System.Data.MappingType.Element);
02430 base.Columns.Add(this.columnLCID);
02431 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
02432 base.Columns.Add(this.columnLT_UID);
02433 this.columnLT_VALUE_DUR = new global::System.Data.DataColumn("LT_VALUE_DUR", typeof(int), null, global::System.Data.MappingType.Element);
02434 base.Columns.Add(this.columnLT_VALUE_DUR);
02435 this.columnLT_VALUE_NUM = new global::System.Data.DataColumn("LT_VALUE_NUM", typeof(decimal), null, global::System.Data.MappingType.Element);
02436 base.Columns.Add(this.columnLT_VALUE_NUM);
02437 this.columnLT_VALUE_DUR_FMT = new global::System.Data.DataColumn("LT_VALUE_DUR_FMT", typeof(byte), null, global::System.Data.MappingType.Element);
02438 base.Columns.Add(this.columnLT_VALUE_DUR_FMT);
02439 this.columnLT_VALUE_DATE = new global::System.Data.DataColumn("LT_VALUE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
02440 base.Columns.Add(this.columnLT_VALUE_DATE);
02441 this.columnLT_VALUE_TEXT = new global::System.Data.DataColumn("LT_VALUE_TEXT", typeof(string), null, global::System.Data.MappingType.Element);
02442 base.Columns.Add(this.columnLT_VALUE_TEXT);
02443 this.columnLT_VALUE_PHONETIC = new global::System.Data.DataColumn("LT_VALUE_PHONETIC", typeof(string), null, global::System.Data.MappingType.Element);
02444 base.Columns.Add(this.columnLT_VALUE_PHONETIC);
02445 this.columnLT_VALUE_FULL = new global::System.Data.DataColumn("LT_VALUE_FULL", typeof(string), null, global::System.Data.MappingType.Element);
02446 base.Columns.Add(this.columnLT_VALUE_FULL);
02447 this.columnLT_VALUE_DESC = new global::System.Data.DataColumn("LT_VALUE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
02448 base.Columns.Add(this.columnLT_VALUE_DESC);
02449 this.columnLT_VALUE_SORT_INDEX = new global::System.Data.DataColumn("LT_VALUE_SORT_INDEX", typeof(decimal), null, global::System.Data.MappingType.Element);
02450 base.Columns.Add(this.columnLT_VALUE_SORT_INDEX);
02451 this.columnLT_VALUE_LOCALIZED_COOKIE = new global::System.Data.DataColumn("LT_VALUE_LOCALIZED_COOKIE", typeof(string), null, global::System.Data.MappingType.Element);
02452 base.Columns.Add(this.columnLT_VALUE_LOCALIZED_COOKIE);
02453 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableMultiLangDataSetKey5", new global::System.Data.DataColumn[] {
02454 this.columnLT_STRUCT_UID,
02455 this.columnLCID}, true));
02456 this.columnLT_STRUCT_UID.AllowDBNull = false;
02457 this.columnLCID.AllowDBNull = false;
02458 this.columnLT_VALUE_FULL.ReadOnly = true;
02459 }
02460
02461 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02462 public LookupTableValuesRow NewLookupTableValuesRow() {
02463 return ((LookupTableValuesRow)(this.NewRow()));
02464 }
02465
02466 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02467 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
02468 return new LookupTableValuesRow(builder);
02469 }
02470
02471 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02472 protected override global::System.Type GetRowType() {
02473 return typeof(LookupTableValuesRow);
02474 }
02475
02476 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02477 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
02478 base.OnRowChanged(e);
02479 if ((this.LookupTableValuesRowChanged != null)) {
02480 this.LookupTableValuesRowChanged(this, new LookupTableValuesRowChangeEvent(((LookupTableValuesRow)(e.Row)), e.Action));
02481 }
02482 }
02483
02484 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02485 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
02486 base.OnRowChanging(e);
02487 if ((this.LookupTableValuesRowChanging != null)) {
02488 this.LookupTableValuesRowChanging(this, new LookupTableValuesRowChangeEvent(((LookupTableValuesRow)(e.Row)), e.Action));
02489 }
02490 }
02491
02492 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02493 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
02494 base.OnRowDeleted(e);
02495 if ((this.LookupTableValuesRowDeleted != null)) {
02496 this.LookupTableValuesRowDeleted(this, new LookupTableValuesRowChangeEvent(((LookupTableValuesRow)(e.Row)), e.Action));
02497 }
02498 }
02499
02500 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02501 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
02502 base.OnRowDeleting(e);
02503 if ((this.LookupTableValuesRowDeleting != null)) {
02504 this.LookupTableValuesRowDeleting(this, new LookupTableValuesRowChangeEvent(((LookupTableValuesRow)(e.Row)), e.Action));
02505 }
02506 }
02507
02508 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02509 public void RemoveLookupTableValuesRow(LookupTableValuesRow row) {
02510 this.Rows.Remove(row);
02511 }
02512
02513 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02514 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
02515 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
02516 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
02517 LookupTableMultiLangDataSet ds = new LookupTableMultiLangDataSet();
02518 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
02519 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
02520 any1.MinOccurs = new decimal(0);
02521 any1.MaxOccurs = decimal.MaxValue;
02522 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
02523 sequence.Items.Add(any1);
02524 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
02525 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
02526 any2.MinOccurs = new decimal(1);
02527 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
02528 sequence.Items.Add(any2);
02529 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
02530 attribute1.Name = "namespace";
02531 attribute1.FixedValue = ds.Namespace;
02532 type.Attributes.Add(attribute1);
02533 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
02534 attribute2.Name = "tableTypeName";
02535 attribute2.FixedValue = "LookupTableValuesDataTable";
02536 type.Attributes.Add(attribute2);
02537 type.Particle = sequence;
02538 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
02539 if (xs.Contains(dsSchema.TargetNamespace)) {
02540 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
02541 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
02542 try {
02543 global::System.Xml.Schema.XmlSchema schema = null;
02544 dsSchema.Write(s1);
02545 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
02546 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
02547 s2.SetLength(0);
02548 schema.Write(s2);
02549 if ((s1.Length == s2.Length)) {
02550 s1.Position = 0;
02551 s2.Position = 0;
02552 for (; ((s1.Position != s1.Length)
02553 && (s1.ReadByte() == s2.ReadByte())); ) {
02554 ;
02555 }
02556 if ((s1.Position == s1.Length)) {
02557 return type;
02558 }
02559 }
02560 }
02561 }
02562 finally {
02563 if ((s1 != null)) {
02564 s1.Close();
02565 }
02566 if ((s2 != null)) {
02567 s2.Close();
02568 }
02569 }
02570 }
02571 xs.Add(dsSchema);
02572 return type;
02573 }
02574 }
02575
02576
02577
02578
02579 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
02580 [global::System.Serializable()]
02581 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
02582 public partial class LookupTableLanguagesDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
02583
02584 private global::System.Data.DataColumn columnLT_UID;
02585
02586 private global::System.Data.DataColumn columnLCID;
02587
02588 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02589 public LookupTableLanguagesDataTable() {
02590 this.TableName = "LookupTableLanguages";
02591 this.BeginInit();
02592 this.InitClass();
02593 this.EndInit();
02594 }
02595
02596 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02597 internal LookupTableLanguagesDataTable(global::System.Data.DataTable table) {
02598 this.TableName = table.TableName;
02599 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
02600 this.CaseSensitive = table.CaseSensitive;
02601 }
02602 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
02603 this.Locale = table.Locale;
02604 }
02605 if ((table.Namespace != table.DataSet.Namespace)) {
02606 this.Namespace = table.Namespace;
02607 }
02608 this.Prefix = table.Prefix;
02609 this.MinimumCapacity = table.MinimumCapacity;
02610 }
02611
02612 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02613 protected LookupTableLanguagesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
02614 base(info, context) {
02615 this.InitVars();
02616 }
02617
02618 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02619 public global::System.Data.DataColumn LT_UIDColumn {
02620 get {
02621 return this.columnLT_UID;
02622 }
02623 }
02624
02625 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02626 public global::System.Data.DataColumn LCIDColumn {
02627 get {
02628 return this.columnLCID;
02629 }
02630 }
02631
02632 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02633 [global::System.ComponentModel.Browsable(false)]
02634 public int Count {
02635 get {
02636 return this.Rows.Count;
02637 }
02638 }
02639
02640 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02641 public LookupTableLanguagesRow this[int index] {
02642 get {
02643 return ((LookupTableLanguagesRow)(this.Rows[index]));
02644 }
02645 }
02646
02647 public event LookupTableLanguagesRowChangeEventHandler LookupTableLanguagesRowChanging;
02648
02649 public event LookupTableLanguagesRowChangeEventHandler LookupTableLanguagesRowChanged;
02650
02651 public event LookupTableLanguagesRowChangeEventHandler LookupTableLanguagesRowDeleting;
02652
02653 public event LookupTableLanguagesRowChangeEventHandler LookupTableLanguagesRowDeleted;
02654
02655 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02656 public void AddLookupTableLanguagesRow(LookupTableLanguagesRow row) {
02657 this.Rows.Add(row);
02658 }
02659
02660 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02661 public LookupTableLanguagesRow AddLookupTableLanguagesRow(LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableLanguages, int LCID) {
02662 LookupTableLanguagesRow rowLookupTableLanguagesRow = ((LookupTableLanguagesRow)(this.NewRow()));
02663 object[] columnValuesArray = new object[] {
02664 null,
02665 LCID};
02666 if ((parentLookupTablesRowByLookupTablesLookupTableLanguages != null)) {
02667 columnValuesArray[0] = parentLookupTablesRowByLookupTablesLookupTableLanguages[0];
02668 }
02669 rowLookupTableLanguagesRow.ItemArray = columnValuesArray;
02670 this.Rows.Add(rowLookupTableLanguagesRow);
02671 return rowLookupTableLanguagesRow;
02672 }
02673
02674 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02675 public LookupTableLanguagesRow FindByLT_UIDLCID(System.Guid LT_UID, int LCID) {
02676 return ((LookupTableLanguagesRow)(this.Rows.Find(new object[] {
02677 LT_UID,
02678 LCID})));
02679 }
02680
02681 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02682 public virtual global::System.Collections.IEnumerator GetEnumerator() {
02683 return this.Rows.GetEnumerator();
02684 }
02685
02686 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02687 public override global::System.Data.DataTable Clone() {
02688 LookupTableLanguagesDataTable cln = ((LookupTableLanguagesDataTable)(base.Clone()));
02689 cln.InitVars();
02690 return cln;
02691 }
02692
02693 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02694 protected override global::System.Data.DataTable CreateInstance() {
02695 return new LookupTableLanguagesDataTable();
02696 }
02697
02698 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02699 internal void InitVars() {
02700 this.columnLT_UID = base.Columns["LT_UID"];
02701 this.columnLCID = base.Columns["LCID"];
02702 }
02703
02704 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02705 private void InitClass() {
02706 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
02707 base.Columns.Add(this.columnLT_UID);
02708 this.columnLCID = new global::System.Data.DataColumn("LCID", typeof(int), null, global::System.Data.MappingType.Element);
02709 base.Columns.Add(this.columnLCID);
02710 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableMultiLangDataSetKey6", new global::System.Data.DataColumn[] {
02711 this.columnLT_UID,
02712 this.columnLCID}, true));
02713 this.columnLT_UID.AllowDBNull = false;
02714 this.columnLCID.AllowDBNull = false;
02715 }
02716
02717 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02718 public LookupTableLanguagesRow NewLookupTableLanguagesRow() {
02719 return ((LookupTableLanguagesRow)(this.NewRow()));
02720 }
02721
02722 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02723 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
02724 return new LookupTableLanguagesRow(builder);
02725 }
02726
02727 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02728 protected override global::System.Type GetRowType() {
02729 return typeof(LookupTableLanguagesRow);
02730 }
02731
02732 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02733 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
02734 base.OnRowChanged(e);
02735 if ((this.LookupTableLanguagesRowChanged != null)) {
02736 this.LookupTableLanguagesRowChanged(this, new LookupTableLanguagesRowChangeEvent(((LookupTableLanguagesRow)(e.Row)), e.Action));
02737 }
02738 }
02739
02740 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02741 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
02742 base.OnRowChanging(e);
02743 if ((this.LookupTableLanguagesRowChanging != null)) {
02744 this.LookupTableLanguagesRowChanging(this, new LookupTableLanguagesRowChangeEvent(((LookupTableLanguagesRow)(e.Row)), e.Action));
02745 }
02746 }
02747
02748 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02749 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
02750 base.OnRowDeleted(e);
02751 if ((this.LookupTableLanguagesRowDeleted != null)) {
02752 this.LookupTableLanguagesRowDeleted(this, new LookupTableLanguagesRowChangeEvent(((LookupTableLanguagesRow)(e.Row)), e.Action));
02753 }
02754 }
02755
02756 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02757 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
02758 base.OnRowDeleting(e);
02759 if ((this.LookupTableLanguagesRowDeleting != null)) {
02760 this.LookupTableLanguagesRowDeleting(this, new LookupTableLanguagesRowChangeEvent(((LookupTableLanguagesRow)(e.Row)), e.Action));
02761 }
02762 }
02763
02764 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02765 public void RemoveLookupTableLanguagesRow(LookupTableLanguagesRow row) {
02766 this.Rows.Remove(row);
02767 }
02768
02769 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02770 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
02771 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
02772 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
02773 LookupTableMultiLangDataSet ds = new LookupTableMultiLangDataSet();
02774 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
02775 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
02776 any1.MinOccurs = new decimal(0);
02777 any1.MaxOccurs = decimal.MaxValue;
02778 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
02779 sequence.Items.Add(any1);
02780 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
02781 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
02782 any2.MinOccurs = new decimal(1);
02783 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
02784 sequence.Items.Add(any2);
02785 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
02786 attribute1.Name = "namespace";
02787 attribute1.FixedValue = ds.Namespace;
02788 type.Attributes.Add(attribute1);
02789 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
02790 attribute2.Name = "tableTypeName";
02791 attribute2.FixedValue = "LookupTableLanguagesDataTable";
02792 type.Attributes.Add(attribute2);
02793 type.Particle = sequence;
02794 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
02795 if (xs.Contains(dsSchema.TargetNamespace)) {
02796 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
02797 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
02798 try {
02799 global::System.Xml.Schema.XmlSchema schema = null;
02800 dsSchema.Write(s1);
02801 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
02802 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
02803 s2.SetLength(0);
02804 schema.Write(s2);
02805 if ((s1.Length == s2.Length)) {
02806 s1.Position = 0;
02807 s2.Position = 0;
02808 for (; ((s1.Position != s1.Length)
02809 && (s1.ReadByte() == s2.ReadByte())); ) {
02810 ;
02811 }
02812 if ((s1.Position == s1.Length)) {
02813 return type;
02814 }
02815 }
02816 }
02817 }
02818 finally {
02819 if ((s1 != null)) {
02820 s1.Close();
02821 }
02822 if ((s2 != null)) {
02823 s2.Close();
02824 }
02825 }
02826 }
02827 xs.Add(dsSchema);
02828 return type;
02829 }
02830 }
02831
02832
02833
02834
02835 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
02836 public partial class LookupTablesRow : global::System.Data.DataRow {
02837
02838 private LookupTablesDataTable tableLookupTables;
02839
02840 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02841 internal LookupTablesRow(global::System.Data.DataRowBuilder rb) :
02842 base(rb) {
02843 this.tableLookupTables = ((LookupTablesDataTable)(this.Table));
02844 }
02845
02846 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02847 public System.Guid LT_UID {
02848 get {
02849 return ((global::System.Guid)(this[this.tableLookupTables.LT_UIDColumn]));
02850 }
02851 set {
02852 this[this.tableLookupTables.LT_UIDColumn] = value;
02853 }
02854 }
02855
02856 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02857 public string LT_NAME {
02858 get {
02859 return ((string)(this[this.tableLookupTables.LT_NAMEColumn]));
02860 }
02861 set {
02862 this[this.tableLookupTables.LT_NAMEColumn] = value;
02863 }
02864 }
02865
02866 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02867 public byte LT_SORT_ORDER_ENUM {
02868 get {
02869 try {
02870 return ((byte)(this[this.tableLookupTables.LT_SORT_ORDER_ENUMColumn]));
02871 }
02872 catch (global::System.InvalidCastException e) {
02873 throw new global::System.Data.StrongTypingException("The value for column \'LT_SORT_ORDER_ENUM\' in table \'LookupTables\' is DBNull.", e);
02874 }
02875 }
02876 set {
02877 this[this.tableLookupTables.LT_SORT_ORDER_ENUMColumn] = value;
02878 }
02879 }
02880
02881 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02882 public int LT_PRIMARY_LCID {
02883 get {
02884 return ((int)(this[this.tableLookupTables.LT_PRIMARY_LCIDColumn]));
02885 }
02886 set {
02887 this[this.tableLookupTables.LT_PRIMARY_LCIDColumn] = value;
02888 }
02889 }
02890
02891 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02892 public bool LT_FILL_ALL_LEVELS {
02893 get {
02894 try {
02895 return ((bool)(this[this.tableLookupTables.LT_FILL_ALL_LEVELSColumn]));
02896 }
02897 catch (global::System.InvalidCastException e) {
02898 throw new global::System.Data.StrongTypingException("The value for column \'LT_FILL_ALL_LEVELS\' in table \'LookupTables\' is DBNull.", e);
02899 }
02900 }
02901 set {
02902 this[this.tableLookupTables.LT_FILL_ALL_LEVELSColumn] = value;
02903 }
02904 }
02905
02906 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02907 public System.Guid LT_CHECKOUTBY {
02908 get {
02909 try {
02910 return ((global::System.Guid)(this[this.tableLookupTables.LT_CHECKOUTBYColumn]));
02911 }
02912 catch (global::System.InvalidCastException e) {
02913 throw new global::System.Data.StrongTypingException("The value for column \'LT_CHECKOUTBY\' in table \'LookupTables\' is DBNull.", e);
02914 }
02915 }
02916 set {
02917 this[this.tableLookupTables.LT_CHECKOUTBYColumn] = value;
02918 }
02919 }
02920
02921 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02922 public System.DateTime LT_CHECKOUTDATE {
02923 get {
02924 try {
02925 return ((global::System.DateTime)(this[this.tableLookupTables.LT_CHECKOUTDATEColumn]));
02926 }
02927 catch (global::System.InvalidCastException e) {
02928 throw new global::System.Data.StrongTypingException("The value for column \'LT_CHECKOUTDATE\' in table \'LookupTables\' is DBNull.", e);
02929 }
02930 }
02931 set {
02932 this[this.tableLookupTables.LT_CHECKOUTDATEColumn] = value;
02933 }
02934 }
02935
02936 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02937 public System.DateTime MOD_DATE {
02938 get {
02939 try {
02940 return ((global::System.DateTime)(this[this.tableLookupTables.MOD_DATEColumn]));
02941 }
02942 catch (global::System.InvalidCastException e) {
02943 throw new global::System.Data.StrongTypingException("The value for column \'MOD_DATE\' in table \'LookupTables\' is DBNull.", e);
02944 }
02945 }
02946 set {
02947 this[this.tableLookupTables.MOD_DATEColumn] = value;
02948 }
02949 }
02950
02951 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02952 public bool IsLT_SORT_ORDER_ENUMNull() {
02953 return this.IsNull(this.tableLookupTables.LT_SORT_ORDER_ENUMColumn);
02954 }
02955
02956 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02957 public void SetLT_SORT_ORDER_ENUMNull() {
02958 this[this.tableLookupTables.LT_SORT_ORDER_ENUMColumn] = global::System.Convert.DBNull;
02959 }
02960
02961 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02962 public bool IsLT_FILL_ALL_LEVELSNull() {
02963 return this.IsNull(this.tableLookupTables.LT_FILL_ALL_LEVELSColumn);
02964 }
02965
02966 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02967 public void SetLT_FILL_ALL_LEVELSNull() {
02968 this[this.tableLookupTables.LT_FILL_ALL_LEVELSColumn] = global::System.Convert.DBNull;
02969 }
02970
02971 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02972 public bool IsLT_CHECKOUTBYNull() {
02973 return this.IsNull(this.tableLookupTables.LT_CHECKOUTBYColumn);
02974 }
02975
02976 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02977 public void SetLT_CHECKOUTBYNull() {
02978 this[this.tableLookupTables.LT_CHECKOUTBYColumn] = global::System.Convert.DBNull;
02979 }
02980
02981 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02982 public bool IsLT_CHECKOUTDATENull() {
02983 return this.IsNull(this.tableLookupTables.LT_CHECKOUTDATEColumn);
02984 }
02985
02986 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02987 public void SetLT_CHECKOUTDATENull() {
02988 this[this.tableLookupTables.LT_CHECKOUTDATEColumn] = global::System.Convert.DBNull;
02989 }
02990
02991 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02992 public bool IsMOD_DATENull() {
02993 return this.IsNull(this.tableLookupTables.MOD_DATEColumn);
02994 }
02995
02996 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
02997 public void SetMOD_DATENull() {
02998 this[this.tableLookupTables.MOD_DATEColumn] = global::System.Convert.DBNull;
02999 }
03000
03001 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03002 public LookupTableLanguagesRow[] GetLookupTableLanguagesRows() {
03003 if ((this.Table.ChildRelations["LookupTablesLookupTableLanguages"] == null)) {
03004 return new LookupTableLanguagesRow[0];
03005 }
03006 else {
03007 return ((LookupTableLanguagesRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTablesLookupTableLanguages"])));
03008 }
03009 }
03010
03011 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03012 public LookupTableStructuresRow[] GetLookupTableStructuresRows() {
03013 if ((this.Table.ChildRelations["LookupTablesLookupTableStructures"] == null)) {
03014 return new LookupTableStructuresRow[0];
03015 }
03016 else {
03017 return ((LookupTableStructuresRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTablesLookupTableStructures"])));
03018 }
03019 }
03020
03021 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03022 public LookupTableMaskStructuresRow[] GetLookupTableMaskStructuresRows() {
03023 if ((this.Table.ChildRelations["LookupTablesLookupTableMaskStructures"] == null)) {
03024 return new LookupTableMaskStructuresRow[0];
03025 }
03026 else {
03027 return ((LookupTableMaskStructuresRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTablesLookupTableMaskStructures"])));
03028 }
03029 }
03030 }
03031
03032
03033
03034
03035 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03036 public partial class LookupTableMaskStructuresRow : global::System.Data.DataRow {
03037
03038 private LookupTableMaskStructuresDataTable tableLookupTableMaskStructures;
03039
03040 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03041 internal LookupTableMaskStructuresRow(global::System.Data.DataRowBuilder rb) :
03042 base(rb) {
03043 this.tableLookupTableMaskStructures = ((LookupTableMaskStructuresDataTable)(this.Table));
03044 }
03045
03046 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03047 public System.Guid LT_UID {
03048 get {
03049 return ((global::System.Guid)(this[this.tableLookupTableMaskStructures.LT_UIDColumn]));
03050 }
03051 set {
03052 this[this.tableLookupTableMaskStructures.LT_UIDColumn] = value;
03053 }
03054 }
03055
03056 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03057 public int LT_MASK_STRUCT_LEVEL {
03058 get {
03059 return ((int)(this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LEVELColumn]));
03060 }
03061 set {
03062 this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LEVELColumn] = value;
03063 }
03064 }
03065
03066 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03067 public byte LT_MASK_STRUCT_TYPE_ENUM {
03068 get {
03069 try {
03070 return ((byte)(this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_TYPE_ENUMColumn]));
03071 }
03072 catch (global::System.InvalidCastException e) {
03073 throw new global::System.Data.StrongTypingException("The value for column \'LT_MASK_STRUCT_TYPE_ENUM\' in table \'LookupTableMaskStructur" +
03074 "es\' is DBNull.", e);
03075 }
03076 }
03077 set {
03078 this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_TYPE_ENUMColumn] = value;
03079 }
03080 }
03081
03082 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03083 public int LT_MASK_STRUCT_LENGTH {
03084 get {
03085 try {
03086 return ((int)(this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LENGTHColumn]));
03087 }
03088 catch (global::System.InvalidCastException e) {
03089 throw new global::System.Data.StrongTypingException("The value for column \'LT_MASK_STRUCT_LENGTH\' in table \'LookupTableMaskStructures\'" +
03090 " is DBNull.", e);
03091 }
03092 }
03093 set {
03094 this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LENGTHColumn] = value;
03095 }
03096 }
03097
03098 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03099 public LookupTablesRow LookupTablesRow {
03100 get {
03101 return ((LookupTablesRow)(this.GetParentRow(this.Table.ParentRelations["LookupTablesLookupTableMaskStructures"])));
03102 }
03103 set {
03104 this.SetParentRow(value, this.Table.ParentRelations["LookupTablesLookupTableMaskStructures"]);
03105 }
03106 }
03107
03108 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03109 public bool IsLT_MASK_STRUCT_TYPE_ENUMNull() {
03110 return this.IsNull(this.tableLookupTableMaskStructures.LT_MASK_STRUCT_TYPE_ENUMColumn);
03111 }
03112
03113 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03114 public void SetLT_MASK_STRUCT_TYPE_ENUMNull() {
03115 this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_TYPE_ENUMColumn] = global::System.Convert.DBNull;
03116 }
03117
03118 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03119 public bool IsLT_MASK_STRUCT_LENGTHNull() {
03120 return this.IsNull(this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LENGTHColumn);
03121 }
03122
03123 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03124 public void SetLT_MASK_STRUCT_LENGTHNull() {
03125 this[this.tableLookupTableMaskStructures.LT_MASK_STRUCT_LENGTHColumn] = global::System.Convert.DBNull;
03126 }
03127
03128 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03129 public LookupTableMaskValuesRow[] GetLookupTableMaskValuesRows() {
03130 if ((this.Table.ChildRelations["LookupTableMaskStructuresLookupTableMaskValues"] == null)) {
03131 return new LookupTableMaskValuesRow[0];
03132 }
03133 else {
03134 return ((LookupTableMaskValuesRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTableMaskStructuresLookupTableMaskValues"])));
03135 }
03136 }
03137 }
03138
03139
03140
03141
03142 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03143 public partial class LookupTableMaskValuesRow : global::System.Data.DataRow {
03144
03145 private LookupTableMaskValuesDataTable tableLookupTableMaskValues;
03146
03147 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03148 internal LookupTableMaskValuesRow(global::System.Data.DataRowBuilder rb) :
03149 base(rb) {
03150 this.tableLookupTableMaskValues = ((LookupTableMaskValuesDataTable)(this.Table));
03151 }
03152
03153 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03154 public System.Guid LT_UID {
03155 get {
03156 return ((global::System.Guid)(this[this.tableLookupTableMaskValues.LT_UIDColumn]));
03157 }
03158 set {
03159 this[this.tableLookupTableMaskValues.LT_UIDColumn] = value;
03160 }
03161 }
03162
03163 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03164 public string LT_MASK_VALUE_SEPARATOR {
03165 get {
03166 try {
03167 return ((string)(this[this.tableLookupTableMaskValues.LT_MASK_VALUE_SEPARATORColumn]));
03168 }
03169 catch (global::System.InvalidCastException e) {
03170 throw new global::System.Data.StrongTypingException("The value for column \'LT_MASK_VALUE_SEPARATOR\' in table \'LookupTableMaskValues\' i" +
03171 "s DBNull.", e);
03172 }
03173 }
03174 set {
03175 this[this.tableLookupTableMaskValues.LT_MASK_VALUE_SEPARATORColumn] = value;
03176 }
03177 }
03178
03179 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03180 public int LT_MASK_STRUCT_LEVEL {
03181 get {
03182 return ((int)(this[this.tableLookupTableMaskValues.LT_MASK_STRUCT_LEVELColumn]));
03183 }
03184 set {
03185 this[this.tableLookupTableMaskValues.LT_MASK_STRUCT_LEVELColumn] = value;
03186 }
03187 }
03188
03189 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03190 public int LCID {
03191 get {
03192 return ((int)(this[this.tableLookupTableMaskValues.LCIDColumn]));
03193 }
03194 set {
03195 this[this.tableLookupTableMaskValues.LCIDColumn] = value;
03196 }
03197 }
03198
03199 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03200 public LookupTableMaskStructuresRow LookupTableMaskStructuresRowParent {
03201 get {
03202 return ((LookupTableMaskStructuresRow)(this.GetParentRow(this.Table.ParentRelations["LookupTableMaskStructuresLookupTableMaskValues"])));
03203 }
03204 set {
03205 this.SetParentRow(value, this.Table.ParentRelations["LookupTableMaskStructuresLookupTableMaskValues"]);
03206 }
03207 }
03208
03209 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03210 public bool IsLT_MASK_VALUE_SEPARATORNull() {
03211 return this.IsNull(this.tableLookupTableMaskValues.LT_MASK_VALUE_SEPARATORColumn);
03212 }
03213
03214 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03215 public void SetLT_MASK_VALUE_SEPARATORNull() {
03216 this[this.tableLookupTableMaskValues.LT_MASK_VALUE_SEPARATORColumn] = global::System.Convert.DBNull;
03217 }
03218 }
03219
03220
03221
03222
03223 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03224 public partial class LookupTableStructuresRow : global::System.Data.DataRow {
03225
03226 private LookupTableStructuresDataTable tableLookupTableStructures;
03227
03228 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03229 internal LookupTableStructuresRow(global::System.Data.DataRowBuilder rb) :
03230 base(rb) {
03231 this.tableLookupTableStructures = ((LookupTableStructuresDataTable)(this.Table));
03232 }
03233
03234 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03235 public System.Guid LT_STRUCT_UID {
03236 get {
03237 return ((global::System.Guid)(this[this.tableLookupTableStructures.LT_STRUCT_UIDColumn]));
03238 }
03239 set {
03240 this[this.tableLookupTableStructures.LT_STRUCT_UIDColumn] = value;
03241 }
03242 }
03243
03244 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03245 public System.Guid LT_UID {
03246 get {
03247 return ((global::System.Guid)(this[this.tableLookupTableStructures.LT_UIDColumn]));
03248 }
03249 set {
03250 this[this.tableLookupTableStructures.LT_UIDColumn] = value;
03251 }
03252 }
03253
03254 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03255 public System.Guid LT_PARENT_STRUCT_UID {
03256 get {
03257 try {
03258 return ((global::System.Guid)(this[this.tableLookupTableStructures.LT_PARENT_STRUCT_UIDColumn]));
03259 }
03260 catch (global::System.InvalidCastException e) {
03261 throw new global::System.Data.StrongTypingException("The value for column \'LT_PARENT_STRUCT_UID\' in table \'LookupTableStructures\' is D" +
03262 "BNull.", e);
03263 }
03264 }
03265 set {
03266 this[this.tableLookupTableStructures.LT_PARENT_STRUCT_UIDColumn] = value;
03267 }
03268 }
03269
03270 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03271 public string LT_STRUCT_COOKIE {
03272 get {
03273 try {
03274 return ((string)(this[this.tableLookupTableStructures.LT_STRUCT_COOKIEColumn]));
03275 }
03276 catch (global::System.InvalidCastException e) {
03277 throw new global::System.Data.StrongTypingException("The value for column \'LT_STRUCT_COOKIE\' in table \'LookupTableStructures\' is DBNul" +
03278 "l.", e);
03279 }
03280 }
03281 set {
03282 this[this.tableLookupTableStructures.LT_STRUCT_COOKIEColumn] = value;
03283 }
03284 }
03285
03286 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03287 public LookupTableStructuresRow LookupTableStructuresRowParent {
03288 get {
03289 return ((LookupTableStructuresRow)(this.GetParentRow(this.Table.ParentRelations["LookupTableStructuresLookupTableStructures"])));
03290 }
03291 set {
03292 this.SetParentRow(value, this.Table.ParentRelations["LookupTableStructuresLookupTableStructures"]);
03293 }
03294 }
03295
03296 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03297 public LookupTablesRow LookupTablesRow {
03298 get {
03299 return ((LookupTablesRow)(this.GetParentRow(this.Table.ParentRelations["LookupTablesLookupTableStructures"])));
03300 }
03301 set {
03302 this.SetParentRow(value, this.Table.ParentRelations["LookupTablesLookupTableStructures"]);
03303 }
03304 }
03305
03306 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03307 public bool IsLT_PARENT_STRUCT_UIDNull() {
03308 return this.IsNull(this.tableLookupTableStructures.LT_PARENT_STRUCT_UIDColumn);
03309 }
03310
03311 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03312 public void SetLT_PARENT_STRUCT_UIDNull() {
03313 this[this.tableLookupTableStructures.LT_PARENT_STRUCT_UIDColumn] = global::System.Convert.DBNull;
03314 }
03315
03316 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03317 public bool IsLT_STRUCT_COOKIENull() {
03318 return this.IsNull(this.tableLookupTableStructures.LT_STRUCT_COOKIEColumn);
03319 }
03320
03321 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03322 public void SetLT_STRUCT_COOKIENull() {
03323 this[this.tableLookupTableStructures.LT_STRUCT_COOKIEColumn] = global::System.Convert.DBNull;
03324 }
03325
03326 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03327 public LookupTableValuesRow[] GetLookupTableValuesRows() {
03328 if ((this.Table.ChildRelations["LookupTableStructuresLookupTableValues"] == null)) {
03329 return new LookupTableValuesRow[0];
03330 }
03331 else {
03332 return ((LookupTableValuesRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTableStructuresLookupTableValues"])));
03333 }
03334 }
03335
03336 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03337 public LookupTableStructuresRow[] GetLookupTableStructuresRows() {
03338 if ((this.Table.ChildRelations["LookupTableStructuresLookupTableStructures"] == null)) {
03339 return new LookupTableStructuresRow[0];
03340 }
03341 else {
03342 return ((LookupTableStructuresRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTableStructuresLookupTableStructures"])));
03343 }
03344 }
03345 }
03346
03347
03348
03349
03350 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03351 public partial class LookupTableValuesRow : global::System.Data.DataRow {
03352
03353 private LookupTableValuesDataTable tableLookupTableValues;
03354
03355 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03356 internal LookupTableValuesRow(global::System.Data.DataRowBuilder rb) :
03357 base(rb) {
03358 this.tableLookupTableValues = ((LookupTableValuesDataTable)(this.Table));
03359 }
03360
03361 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03362 public System.Guid LT_STRUCT_UID {
03363 get {
03364 return ((global::System.Guid)(this[this.tableLookupTableValues.LT_STRUCT_UIDColumn]));
03365 }
03366 set {
03367 this[this.tableLookupTableValues.LT_STRUCT_UIDColumn] = value;
03368 }
03369 }
03370
03371 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03372 public int LCID {
03373 get {
03374 return ((int)(this[this.tableLookupTableValues.LCIDColumn]));
03375 }
03376 set {
03377 this[this.tableLookupTableValues.LCIDColumn] = value;
03378 }
03379 }
03380
03381 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03382 public System.Guid LT_UID {
03383 get {
03384 try {
03385 return ((global::System.Guid)(this[this.tableLookupTableValues.LT_UIDColumn]));
03386 }
03387 catch (global::System.InvalidCastException e) {
03388 throw new global::System.Data.StrongTypingException("The value for column \'LT_UID\' in table \'LookupTableValues\' is DBNull.", e);
03389 }
03390 }
03391 set {
03392 this[this.tableLookupTableValues.LT_UIDColumn] = value;
03393 }
03394 }
03395
03396 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03397 public int LT_VALUE_DUR {
03398 get {
03399 try {
03400 return ((int)(this[this.tableLookupTableValues.LT_VALUE_DURColumn]));
03401 }
03402 catch (global::System.InvalidCastException e) {
03403 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DUR\' in table \'LookupTableValues\' is DBNull.", e);
03404 }
03405 }
03406 set {
03407 this[this.tableLookupTableValues.LT_VALUE_DURColumn] = value;
03408 }
03409 }
03410
03411 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03412 public decimal LT_VALUE_NUM {
03413 get {
03414 try {
03415 return ((decimal)(this[this.tableLookupTableValues.LT_VALUE_NUMColumn]));
03416 }
03417 catch (global::System.InvalidCastException e) {
03418 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_NUM\' in table \'LookupTableValues\' is DBNull.", e);
03419 }
03420 }
03421 set {
03422 this[this.tableLookupTableValues.LT_VALUE_NUMColumn] = value;
03423 }
03424 }
03425
03426 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03427 public byte LT_VALUE_DUR_FMT {
03428 get {
03429 try {
03430 return ((byte)(this[this.tableLookupTableValues.LT_VALUE_DUR_FMTColumn]));
03431 }
03432 catch (global::System.InvalidCastException e) {
03433 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DUR_FMT\' in table \'LookupTableValues\' is DBNull.", e);
03434 }
03435 }
03436 set {
03437 this[this.tableLookupTableValues.LT_VALUE_DUR_FMTColumn] = value;
03438 }
03439 }
03440
03441 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03442 public System.DateTime LT_VALUE_DATE {
03443 get {
03444 try {
03445 return ((global::System.DateTime)(this[this.tableLookupTableValues.LT_VALUE_DATEColumn]));
03446 }
03447 catch (global::System.InvalidCastException e) {
03448 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DATE\' in table \'LookupTableValues\' is DBNull.", e);
03449 }
03450 }
03451 set {
03452 this[this.tableLookupTableValues.LT_VALUE_DATEColumn] = value;
03453 }
03454 }
03455
03456 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03457 public string LT_VALUE_TEXT {
03458 get {
03459 try {
03460 return ((string)(this[this.tableLookupTableValues.LT_VALUE_TEXTColumn]));
03461 }
03462 catch (global::System.InvalidCastException e) {
03463 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_TEXT\' in table \'LookupTableValues\' is DBNull.", e);
03464 }
03465 }
03466 set {
03467 this[this.tableLookupTableValues.LT_VALUE_TEXTColumn] = value;
03468 }
03469 }
03470
03471 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03472 public string LT_VALUE_PHONETIC {
03473 get {
03474 try {
03475 return ((string)(this[this.tableLookupTableValues.LT_VALUE_PHONETICColumn]));
03476 }
03477 catch (global::System.InvalidCastException e) {
03478 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_PHONETIC\' in table \'LookupTableValues\' is DBNull.", e);
03479 }
03480 }
03481 set {
03482 this[this.tableLookupTableValues.LT_VALUE_PHONETICColumn] = value;
03483 }
03484 }
03485
03486 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03487 public string LT_VALUE_FULL {
03488 get {
03489 try {
03490 return ((string)(this[this.tableLookupTableValues.LT_VALUE_FULLColumn]));
03491 }
03492 catch (global::System.InvalidCastException e) {
03493 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_FULL\' in table \'LookupTableValues\' is DBNull.", e);
03494 }
03495 }
03496 set {
03497 this[this.tableLookupTableValues.LT_VALUE_FULLColumn] = value;
03498 }
03499 }
03500
03501 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03502 public string LT_VALUE_DESC {
03503 get {
03504 try {
03505 return ((string)(this[this.tableLookupTableValues.LT_VALUE_DESCColumn]));
03506 }
03507 catch (global::System.InvalidCastException e) {
03508 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DESC\' in table \'LookupTableValues\' is DBNull.", e);
03509 }
03510 }
03511 set {
03512 this[this.tableLookupTableValues.LT_VALUE_DESCColumn] = value;
03513 }
03514 }
03515
03516 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03517 public decimal LT_VALUE_SORT_INDEX {
03518 get {
03519 try {
03520 return ((decimal)(this[this.tableLookupTableValues.LT_VALUE_SORT_INDEXColumn]));
03521 }
03522 catch (global::System.InvalidCastException e) {
03523 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_SORT_INDEX\' in table \'LookupTableValues\' is DBNull" +
03524 ".", e);
03525 }
03526 }
03527 set {
03528 this[this.tableLookupTableValues.LT_VALUE_SORT_INDEXColumn] = value;
03529 }
03530 }
03531
03532 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03533 public string LT_VALUE_LOCALIZED_COOKIE {
03534 get {
03535 try {
03536 return ((string)(this[this.tableLookupTableValues.LT_VALUE_LOCALIZED_COOKIEColumn]));
03537 }
03538 catch (global::System.InvalidCastException e) {
03539 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_LOCALIZED_COOKIE\' in table \'LookupTableValues\' is " +
03540 "DBNull.", e);
03541 }
03542 }
03543 set {
03544 this[this.tableLookupTableValues.LT_VALUE_LOCALIZED_COOKIEColumn] = value;
03545 }
03546 }
03547
03548 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03549 public LookupTableStructuresRow LookupTableStructuresRow {
03550 get {
03551 return ((LookupTableStructuresRow)(this.GetParentRow(this.Table.ParentRelations["LookupTableStructuresLookupTableValues"])));
03552 }
03553 set {
03554 this.SetParentRow(value, this.Table.ParentRelations["LookupTableStructuresLookupTableValues"]);
03555 }
03556 }
03557
03558 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03559 public bool IsLT_UIDNull() {
03560 return this.IsNull(this.tableLookupTableValues.LT_UIDColumn);
03561 }
03562
03563 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03564 public void SetLT_UIDNull() {
03565 this[this.tableLookupTableValues.LT_UIDColumn] = global::System.Convert.DBNull;
03566 }
03567
03568 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03569 public bool IsLT_VALUE_DURNull() {
03570 return this.IsNull(this.tableLookupTableValues.LT_VALUE_DURColumn);
03571 }
03572
03573 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03574 public void SetLT_VALUE_DURNull() {
03575 this[this.tableLookupTableValues.LT_VALUE_DURColumn] = global::System.Convert.DBNull;
03576 }
03577
03578 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03579 public bool IsLT_VALUE_NUMNull() {
03580 return this.IsNull(this.tableLookupTableValues.LT_VALUE_NUMColumn);
03581 }
03582
03583 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03584 public void SetLT_VALUE_NUMNull() {
03585 this[this.tableLookupTableValues.LT_VALUE_NUMColumn] = global::System.Convert.DBNull;
03586 }
03587
03588 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03589 public bool IsLT_VALUE_DUR_FMTNull() {
03590 return this.IsNull(this.tableLookupTableValues.LT_VALUE_DUR_FMTColumn);
03591 }
03592
03593 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03594 public void SetLT_VALUE_DUR_FMTNull() {
03595 this[this.tableLookupTableValues.LT_VALUE_DUR_FMTColumn] = global::System.Convert.DBNull;
03596 }
03597
03598 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03599 public bool IsLT_VALUE_DATENull() {
03600 return this.IsNull(this.tableLookupTableValues.LT_VALUE_DATEColumn);
03601 }
03602
03603 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03604 public void SetLT_VALUE_DATENull() {
03605 this[this.tableLookupTableValues.LT_VALUE_DATEColumn] = global::System.Convert.DBNull;
03606 }
03607
03608 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03609 public bool IsLT_VALUE_TEXTNull() {
03610 return this.IsNull(this.tableLookupTableValues.LT_VALUE_TEXTColumn);
03611 }
03612
03613 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03614 public void SetLT_VALUE_TEXTNull() {
03615 this[this.tableLookupTableValues.LT_VALUE_TEXTColumn] = global::System.Convert.DBNull;
03616 }
03617
03618 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03619 public bool IsLT_VALUE_PHONETICNull() {
03620 return this.IsNull(this.tableLookupTableValues.LT_VALUE_PHONETICColumn);
03621 }
03622
03623 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03624 public void SetLT_VALUE_PHONETICNull() {
03625 this[this.tableLookupTableValues.LT_VALUE_PHONETICColumn] = global::System.Convert.DBNull;
03626 }
03627
03628 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03629 public bool IsLT_VALUE_FULLNull() {
03630 return this.IsNull(this.tableLookupTableValues.LT_VALUE_FULLColumn);
03631 }
03632
03633 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03634 public void SetLT_VALUE_FULLNull() {
03635 this[this.tableLookupTableValues.LT_VALUE_FULLColumn] = global::System.Convert.DBNull;
03636 }
03637
03638 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03639 public bool IsLT_VALUE_DESCNull() {
03640 return this.IsNull(this.tableLookupTableValues.LT_VALUE_DESCColumn);
03641 }
03642
03643 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03644 public void SetLT_VALUE_DESCNull() {
03645 this[this.tableLookupTableValues.LT_VALUE_DESCColumn] = global::System.Convert.DBNull;
03646 }
03647
03648 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03649 public bool IsLT_VALUE_SORT_INDEXNull() {
03650 return this.IsNull(this.tableLookupTableValues.LT_VALUE_SORT_INDEXColumn);
03651 }
03652
03653 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03654 public void SetLT_VALUE_SORT_INDEXNull() {
03655 this[this.tableLookupTableValues.LT_VALUE_SORT_INDEXColumn] = global::System.Convert.DBNull;
03656 }
03657
03658 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03659 public bool IsLT_VALUE_LOCALIZED_COOKIENull() {
03660 return this.IsNull(this.tableLookupTableValues.LT_VALUE_LOCALIZED_COOKIEColumn);
03661 }
03662
03663 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03664 public void SetLT_VALUE_LOCALIZED_COOKIENull() {
03665 this[this.tableLookupTableValues.LT_VALUE_LOCALIZED_COOKIEColumn] = global::System.Convert.DBNull;
03666 }
03667 }
03668
03669
03670
03671
03672 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03673 public partial class LookupTableLanguagesRow : global::System.Data.DataRow {
03674
03675 private LookupTableLanguagesDataTable tableLookupTableLanguages;
03676
03677 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03678 internal LookupTableLanguagesRow(global::System.Data.DataRowBuilder rb) :
03679 base(rb) {
03680 this.tableLookupTableLanguages = ((LookupTableLanguagesDataTable)(this.Table));
03681 }
03682
03683 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03684 public System.Guid LT_UID {
03685 get {
03686 return ((global::System.Guid)(this[this.tableLookupTableLanguages.LT_UIDColumn]));
03687 }
03688 set {
03689 this[this.tableLookupTableLanguages.LT_UIDColumn] = value;
03690 }
03691 }
03692
03693 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03694 public int LCID {
03695 get {
03696 return ((int)(this[this.tableLookupTableLanguages.LCIDColumn]));
03697 }
03698 set {
03699 this[this.tableLookupTableLanguages.LCIDColumn] = value;
03700 }
03701 }
03702
03703 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03704 public LookupTablesRow LookupTablesRow {
03705 get {
03706 return ((LookupTablesRow)(this.GetParentRow(this.Table.ParentRelations["LookupTablesLookupTableLanguages"])));
03707 }
03708 set {
03709 this.SetParentRow(value, this.Table.ParentRelations["LookupTablesLookupTableLanguages"]);
03710 }
03711 }
03712 }
03713
03714
03715
03716
03717 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03718 public class LookupTablesRowChangeEvent : global::System.EventArgs {
03719
03720 private LookupTablesRow eventRow;
03721
03722 private global::System.Data.DataRowAction eventAction;
03723
03724 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03725 public LookupTablesRowChangeEvent(LookupTablesRow row, global::System.Data.DataRowAction action) {
03726 this.eventRow = row;
03727 this.eventAction = action;
03728 }
03729
03730 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03731 public LookupTablesRow Row {
03732 get {
03733 return this.eventRow;
03734 }
03735 }
03736
03737 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03738 public global::System.Data.DataRowAction Action {
03739 get {
03740 return this.eventAction;
03741 }
03742 }
03743 }
03744
03745
03746
03747
03748 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03749 public class LookupTableMaskStructuresRowChangeEvent : global::System.EventArgs {
03750
03751 private LookupTableMaskStructuresRow eventRow;
03752
03753 private global::System.Data.DataRowAction eventAction;
03754
03755 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03756 public LookupTableMaskStructuresRowChangeEvent(LookupTableMaskStructuresRow row, global::System.Data.DataRowAction action) {
03757 this.eventRow = row;
03758 this.eventAction = action;
03759 }
03760
03761 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03762 public LookupTableMaskStructuresRow Row {
03763 get {
03764 return this.eventRow;
03765 }
03766 }
03767
03768 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03769 public global::System.Data.DataRowAction Action {
03770 get {
03771 return this.eventAction;
03772 }
03773 }
03774 }
03775
03776
03777
03778
03779 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03780 public class LookupTableMaskValuesRowChangeEvent : global::System.EventArgs {
03781
03782 private LookupTableMaskValuesRow eventRow;
03783
03784 private global::System.Data.DataRowAction eventAction;
03785
03786 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03787 public LookupTableMaskValuesRowChangeEvent(LookupTableMaskValuesRow row, global::System.Data.DataRowAction action) {
03788 this.eventRow = row;
03789 this.eventAction = action;
03790 }
03791
03792 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03793 public LookupTableMaskValuesRow Row {
03794 get {
03795 return this.eventRow;
03796 }
03797 }
03798
03799 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03800 public global::System.Data.DataRowAction Action {
03801 get {
03802 return this.eventAction;
03803 }
03804 }
03805 }
03806
03807
03808
03809
03810 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03811 public class LookupTableStructuresRowChangeEvent : global::System.EventArgs {
03812
03813 private LookupTableStructuresRow eventRow;
03814
03815 private global::System.Data.DataRowAction eventAction;
03816
03817 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03818 public LookupTableStructuresRowChangeEvent(LookupTableStructuresRow row, global::System.Data.DataRowAction action) {
03819 this.eventRow = row;
03820 this.eventAction = action;
03821 }
03822
03823 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03824 public LookupTableStructuresRow Row {
03825 get {
03826 return this.eventRow;
03827 }
03828 }
03829
03830 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03831 public global::System.Data.DataRowAction Action {
03832 get {
03833 return this.eventAction;
03834 }
03835 }
03836 }
03837
03838
03839
03840
03841 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03842 public class LookupTableValuesRowChangeEvent : global::System.EventArgs {
03843
03844 private LookupTableValuesRow eventRow;
03845
03846 private global::System.Data.DataRowAction eventAction;
03847
03848 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03849 public LookupTableValuesRowChangeEvent(LookupTableValuesRow row, global::System.Data.DataRowAction action) {
03850 this.eventRow = row;
03851 this.eventAction = action;
03852 }
03853
03854 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03855 public LookupTableValuesRow Row {
03856 get {
03857 return this.eventRow;
03858 }
03859 }
03860
03861 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03862 public global::System.Data.DataRowAction Action {
03863 get {
03864 return this.eventAction;
03865 }
03866 }
03867 }
03868
03869
03870
03871
03872 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03873 public class LookupTableLanguagesRowChangeEvent : global::System.EventArgs {
03874
03875 private LookupTableLanguagesRow eventRow;
03876
03877 private global::System.Data.DataRowAction eventAction;
03878
03879 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03880 public LookupTableLanguagesRowChangeEvent(LookupTableLanguagesRow row, global::System.Data.DataRowAction action) {
03881 this.eventRow = row;
03882 this.eventAction = action;
03883 }
03884
03885 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03886 public LookupTableLanguagesRow Row {
03887 get {
03888 return this.eventRow;
03889 }
03890 }
03891
03892 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03893 public global::System.Data.DataRowAction Action {
03894 get {
03895 return this.eventAction;
03896 }
03897 }
03898 }
03899 }
03900
03901
03902
03903
03904
03905 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
03906 [global::System.Serializable()]
03907 [global::System.ComponentModel.DesignerCategoryAttribute("code")]
03908 [global::System.ComponentModel.ToolboxItem(true)]
03909 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
03910 [global::System.Xml.Serialization.XmlRootAttribute("LookupTableDataSet")]
03911 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
03912 public partial class LookupTableDataSet : global::System.Data.DataSet {
03913
03914 private LookupTablesDataTable tableLookupTables;
03915
03916 private LookupTableMasksDataTable tableLookupTableMasks;
03917
03918 private LookupTableTreesDataTable tableLookupTableTrees;
03919
03920 private global::System.Data.DataRelation relationLookupTablesLookupTableMasks;
03921
03922 private global::System.Data.DataRelation relationLookupTableTreesLookupTableTrees;
03923
03924 private global::System.Data.DataRelation relationLookupTablesLookupTableTrees;
03925
03926 private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
03927
03928 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03929 public LookupTableDataSet() {
03930 this.BeginInit();
03931 this.InitClass();
03932 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
03933 base.Tables.CollectionChanged += schemaChangedHandler;
03934 base.Relations.CollectionChanged += schemaChangedHandler;
03935 this.EndInit();
03936 }
03937
03938 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03939 protected LookupTableDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
03940 base(info, context, false) {
03941 if ((this.IsBinarySerialized(info, context) == true)) {
03942 this.InitVars(false);
03943 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
03944 this.Tables.CollectionChanged += schemaChangedHandler1;
03945 this.Relations.CollectionChanged += schemaChangedHandler1;
03946 return;
03947 }
03948 string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
03949 if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
03950 global::System.Data.DataSet ds = new global::System.Data.DataSet();
03951 ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
03952 if ((ds.Tables["LookupTables"] != null)) {
03953 base.Tables.Add(new LookupTablesDataTable(ds.Tables["LookupTables"]));
03954 }
03955 if ((ds.Tables["LookupTableMasks"] != null)) {
03956 base.Tables.Add(new LookupTableMasksDataTable(ds.Tables["LookupTableMasks"]));
03957 }
03958 if ((ds.Tables["LookupTableTrees"] != null)) {
03959 base.Tables.Add(new LookupTableTreesDataTable(ds.Tables["LookupTableTrees"]));
03960 }
03961 this.DataSetName = ds.DataSetName;
03962 this.Prefix = ds.Prefix;
03963 this.Namespace = ds.Namespace;
03964 this.Locale = ds.Locale;
03965 this.CaseSensitive = ds.CaseSensitive;
03966 this.EnforceConstraints = ds.EnforceConstraints;
03967 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
03968 this.InitVars();
03969 }
03970 else {
03971 this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
03972 }
03973 this.GetSerializationData(info, context);
03974 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
03975 base.Tables.CollectionChanged += schemaChangedHandler;
03976 this.Relations.CollectionChanged += schemaChangedHandler;
03977 }
03978
03979 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03980 [global::System.ComponentModel.Browsable(false)]
03981 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
03982 public LookupTablesDataTable LookupTables {
03983 get {
03984 return this.tableLookupTables;
03985 }
03986 }
03987
03988 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03989 [global::System.ComponentModel.Browsable(false)]
03990 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
03991 public LookupTableMasksDataTable LookupTableMasks {
03992 get {
03993 return this.tableLookupTableMasks;
03994 }
03995 }
03996
03997 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
03998 [global::System.ComponentModel.Browsable(false)]
03999 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
04000 public LookupTableTreesDataTable LookupTableTrees {
04001 get {
04002 return this.tableLookupTableTrees;
04003 }
04004 }
04005
04006 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04007 [global::System.ComponentModel.BrowsableAttribute(true)]
04008 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
04009 public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
04010 get {
04011 return this._schemaSerializationMode;
04012 }
04013 set {
04014 this._schemaSerializationMode = value;
04015 }
04016 }
04017
04018 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04019 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
04020 public new global::System.Data.DataTableCollection Tables {
04021 get {
04022 return base.Tables;
04023 }
04024 }
04025
04026 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04027 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
04028 public new global::System.Data.DataRelationCollection Relations {
04029 get {
04030 return base.Relations;
04031 }
04032 }
04033
04034 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04035 protected override void InitializeDerivedDataSet() {
04036 this.BeginInit();
04037 this.InitClass();
04038 this.EndInit();
04039 }
04040
04041 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04042 public override global::System.Data.DataSet Clone() {
04043 LookupTableDataSet cln = ((LookupTableDataSet)(base.Clone()));
04044 cln.InitVars();
04045 cln.SchemaSerializationMode = this.SchemaSerializationMode;
04046 return cln;
04047 }
04048
04049 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04050 protected override bool ShouldSerializeTables() {
04051 return false;
04052 }
04053
04054 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04055 protected override bool ShouldSerializeRelations() {
04056 return false;
04057 }
04058
04059 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04060 protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
04061 if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
04062 this.Reset();
04063 global::System.Data.DataSet ds = new global::System.Data.DataSet();
04064 ds.ReadXml(reader);
04065 if ((ds.Tables["LookupTables"] != null)) {
04066 base.Tables.Add(new LookupTablesDataTable(ds.Tables["LookupTables"]));
04067 }
04068 if ((ds.Tables["LookupTableMasks"] != null)) {
04069 base.Tables.Add(new LookupTableMasksDataTable(ds.Tables["LookupTableMasks"]));
04070 }
04071 if ((ds.Tables["LookupTableTrees"] != null)) {
04072 base.Tables.Add(new LookupTableTreesDataTable(ds.Tables["LookupTableTrees"]));
04073 }
04074 this.DataSetName = ds.DataSetName;
04075 this.Prefix = ds.Prefix;
04076 this.Namespace = ds.Namespace;
04077 this.Locale = ds.Locale;
04078 this.CaseSensitive = ds.CaseSensitive;
04079 this.EnforceConstraints = ds.EnforceConstraints;
04080 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
04081 this.InitVars();
04082 }
04083 else {
04084 this.ReadXml(reader);
04085 this.InitVars();
04086 }
04087 }
04088
04089 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04090 protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
04091 global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
04092 this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
04093 stream.Position = 0;
04094 return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
04095 }
04096
04097 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04098 internal void InitVars() {
04099 this.InitVars(true);
04100 }
04101
04102 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04103 internal void InitVars(bool initTable) {
04104 this.tableLookupTables = ((LookupTablesDataTable)(base.Tables["LookupTables"]));
04105 if ((initTable == true)) {
04106 if ((this.tableLookupTables != null)) {
04107 this.tableLookupTables.InitVars();
04108 }
04109 }
04110 this.tableLookupTableMasks = ((LookupTableMasksDataTable)(base.Tables["LookupTableMasks"]));
04111 if ((initTable == true)) {
04112 if ((this.tableLookupTableMasks != null)) {
04113 this.tableLookupTableMasks.InitVars();
04114 }
04115 }
04116 this.tableLookupTableTrees = ((LookupTableTreesDataTable)(base.Tables["LookupTableTrees"]));
04117 if ((initTable == true)) {
04118 if ((this.tableLookupTableTrees != null)) {
04119 this.tableLookupTableTrees.InitVars();
04120 }
04121 }
04122 this.relationLookupTablesLookupTableMasks = this.Relations["LookupTablesLookupTableMasks"];
04123 this.relationLookupTableTreesLookupTableTrees = this.Relations["LookupTableTreesLookupTableTrees"];
04124 this.relationLookupTablesLookupTableTrees = this.Relations["LookupTablesLookupTableTrees"];
04125 }
04126
04127 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04128 private void InitClass() {
04129 this.DataSetName = "LookupTableDataSet";
04130 this.Prefix = "";
04131 this.Namespace = "http://schemas.microsoft.com/office/project/server/webservices/LookupTableDataSet" +
04132 "/";
04133 this.EnforceConstraints = true;
04134 this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
04135 this.tableLookupTables = new LookupTablesDataTable();
04136 base.Tables.Add(this.tableLookupTables);
04137 this.tableLookupTableMasks = new LookupTableMasksDataTable();
04138 base.Tables.Add(this.tableLookupTableMasks);
04139 this.tableLookupTableTrees = new LookupTableTreesDataTable();
04140 base.Tables.Add(this.tableLookupTableTrees);
04141 global::System.Data.ForeignKeyConstraint fkc;
04142 fkc = new global::System.Data.ForeignKeyConstraint("LookupTablesLookupTableMasks", new global::System.Data.DataColumn[] {
04143 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
04144 this.tableLookupTableMasks.LT_UIDColumn});
04145 this.tableLookupTableMasks.Constraints.Add(fkc);
04146 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
04147 fkc.DeleteRule = global::System.Data.Rule.Cascade;
04148 fkc.UpdateRule = global::System.Data.Rule.Cascade;
04149 fkc = new global::System.Data.ForeignKeyConstraint("LookupTableTreesLookupTableTrees", new global::System.Data.DataColumn[] {
04150 this.tableLookupTableTrees.LT_STRUCT_UIDColumn}, new global::System.Data.DataColumn[] {
04151 this.tableLookupTableTrees.LT_PARENT_STRUCT_UIDColumn});
04152 this.tableLookupTableTrees.Constraints.Add(fkc);
04153 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
04154 fkc.DeleteRule = global::System.Data.Rule.Cascade;
04155 fkc.UpdateRule = global::System.Data.Rule.Cascade;
04156 fkc = new global::System.Data.ForeignKeyConstraint("LookupTablesLookupTableTrees", new global::System.Data.DataColumn[] {
04157 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
04158 this.tableLookupTableTrees.LT_UIDColumn});
04159 this.tableLookupTableTrees.Constraints.Add(fkc);
04160 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
04161 fkc.DeleteRule = global::System.Data.Rule.Cascade;
04162 fkc.UpdateRule = global::System.Data.Rule.Cascade;
04163 this.relationLookupTablesLookupTableMasks = new global::System.Data.DataRelation("LookupTablesLookupTableMasks", new global::System.Data.DataColumn[] {
04164 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
04165 this.tableLookupTableMasks.LT_UIDColumn}, false);
04166 this.Relations.Add(this.relationLookupTablesLookupTableMasks);
04167 this.relationLookupTableTreesLookupTableTrees = new global::System.Data.DataRelation("LookupTableTreesLookupTableTrees", new global::System.Data.DataColumn[] {
04168 this.tableLookupTableTrees.LT_STRUCT_UIDColumn}, new global::System.Data.DataColumn[] {
04169 this.tableLookupTableTrees.LT_PARENT_STRUCT_UIDColumn}, false);
04170 this.Relations.Add(this.relationLookupTableTreesLookupTableTrees);
04171 this.relationLookupTablesLookupTableTrees = new global::System.Data.DataRelation("LookupTablesLookupTableTrees", new global::System.Data.DataColumn[] {
04172 this.tableLookupTables.LT_UIDColumn}, new global::System.Data.DataColumn[] {
04173 this.tableLookupTableTrees.LT_UIDColumn}, false);
04174 this.Relations.Add(this.relationLookupTablesLookupTableTrees);
04175 }
04176
04177 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04178 private bool ShouldSerializeLookupTables() {
04179 return false;
04180 }
04181
04182 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04183 private bool ShouldSerializeLookupTableMasks() {
04184 return false;
04185 }
04186
04187 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04188 private bool ShouldSerializeLookupTableTrees() {
04189 return false;
04190 }
04191
04192 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04193 private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
04194 if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
04195 this.InitVars();
04196 }
04197 }
04198
04199 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04200 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
04201 LookupTableDataSet ds = new LookupTableDataSet();
04202 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
04203 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
04204 global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
04205 any.Namespace = ds.Namespace;
04206 sequence.Items.Add(any);
04207 type.Particle = sequence;
04208 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
04209 if (xs.Contains(dsSchema.TargetNamespace)) {
04210 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
04211 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
04212 try {
04213 global::System.Xml.Schema.XmlSchema schema = null;
04214 dsSchema.Write(s1);
04215 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
04216 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
04217 s2.SetLength(0);
04218 schema.Write(s2);
04219 if ((s1.Length == s2.Length)) {
04220 s1.Position = 0;
04221 s2.Position = 0;
04222 for (; ((s1.Position != s1.Length)
04223 && (s1.ReadByte() == s2.ReadByte())); ) {
04224 ;
04225 }
04226 if ((s1.Position == s1.Length)) {
04227 return type;
04228 }
04229 }
04230 }
04231 }
04232 finally {
04233 if ((s1 != null)) {
04234 s1.Close();
04235 }
04236 if ((s2 != null)) {
04237 s2.Close();
04238 }
04239 }
04240 }
04241 xs.Add(dsSchema);
04242 return type;
04243 }
04244
04245 public delegate void LookupTablesRowChangeEventHandler(object sender, LookupTablesRowChangeEvent e);
04246
04247 public delegate void LookupTableMasksRowChangeEventHandler(object sender, LookupTableMasksRowChangeEvent e);
04248
04249 public delegate void LookupTableTreesRowChangeEventHandler(object sender, LookupTableTreesRowChangeEvent e);
04250
04251
04252
04253
04254 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
04255 [global::System.Serializable()]
04256 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
04257 public partial class LookupTablesDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
04258
04259 private global::System.Data.DataColumn columnLT_UID;
04260
04261 private global::System.Data.DataColumn columnLT_NAME;
04262
04263 private global::System.Data.DataColumn columnLT_SORT_ORDER_ENUM;
04264
04265 private global::System.Data.DataColumn columnLT_PRIMARY_LCID;
04266
04267 private global::System.Data.DataColumn columnLT_FILL_ALL_LEVELS;
04268
04269 private global::System.Data.DataColumn columnLT_CHECKOUTBY;
04270
04271 private global::System.Data.DataColumn columnLT_CHECKOUTDATE;
04272
04273 private global::System.Data.DataColumn columnMOD_DATE;
04274
04275 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04276 public LookupTablesDataTable() {
04277 this.TableName = "LookupTables";
04278 this.BeginInit();
04279 this.InitClass();
04280 this.EndInit();
04281 }
04282
04283 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04284 internal LookupTablesDataTable(global::System.Data.DataTable table) {
04285 this.TableName = table.TableName;
04286 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
04287 this.CaseSensitive = table.CaseSensitive;
04288 }
04289 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
04290 this.Locale = table.Locale;
04291 }
04292 if ((table.Namespace != table.DataSet.Namespace)) {
04293 this.Namespace = table.Namespace;
04294 }
04295 this.Prefix = table.Prefix;
04296 this.MinimumCapacity = table.MinimumCapacity;
04297 }
04298
04299 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04300 protected LookupTablesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
04301 base(info, context) {
04302 this.InitVars();
04303 }
04304
04305 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04306 public global::System.Data.DataColumn LT_UIDColumn {
04307 get {
04308 return this.columnLT_UID;
04309 }
04310 }
04311
04312 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04313 public global::System.Data.DataColumn LT_NAMEColumn {
04314 get {
04315 return this.columnLT_NAME;
04316 }
04317 }
04318
04319 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04320 public global::System.Data.DataColumn LT_SORT_ORDER_ENUMColumn {
04321 get {
04322 return this.columnLT_SORT_ORDER_ENUM;
04323 }
04324 }
04325
04326 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04327 public global::System.Data.DataColumn LT_PRIMARY_LCIDColumn {
04328 get {
04329 return this.columnLT_PRIMARY_LCID;
04330 }
04331 }
04332
04333 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04334 public global::System.Data.DataColumn LT_FILL_ALL_LEVELSColumn {
04335 get {
04336 return this.columnLT_FILL_ALL_LEVELS;
04337 }
04338 }
04339
04340 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04341 public global::System.Data.DataColumn LT_CHECKOUTBYColumn {
04342 get {
04343 return this.columnLT_CHECKOUTBY;
04344 }
04345 }
04346
04347 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04348 public global::System.Data.DataColumn LT_CHECKOUTDATEColumn {
04349 get {
04350 return this.columnLT_CHECKOUTDATE;
04351 }
04352 }
04353
04354 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04355 public global::System.Data.DataColumn MOD_DATEColumn {
04356 get {
04357 return this.columnMOD_DATE;
04358 }
04359 }
04360
04361 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04362 [global::System.ComponentModel.Browsable(false)]
04363 public int Count {
04364 get {
04365 return this.Rows.Count;
04366 }
04367 }
04368
04369 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04370 public LookupTablesRow this[int index] {
04371 get {
04372 return ((LookupTablesRow)(this.Rows[index]));
04373 }
04374 }
04375
04376 public event LookupTablesRowChangeEventHandler LookupTablesRowChanging;
04377
04378 public event LookupTablesRowChangeEventHandler LookupTablesRowChanged;
04379
04380 public event LookupTablesRowChangeEventHandler LookupTablesRowDeleting;
04381
04382 public event LookupTablesRowChangeEventHandler LookupTablesRowDeleted;
04383
04384 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04385 public void AddLookupTablesRow(LookupTablesRow row) {
04386 this.Rows.Add(row);
04387 }
04388
04389 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04390 public LookupTablesRow AddLookupTablesRow(System.Guid LT_UID, string LT_NAME, byte LT_SORT_ORDER_ENUM, int LT_PRIMARY_LCID, bool LT_FILL_ALL_LEVELS, System.Guid LT_CHECKOUTBY, System.DateTime LT_CHECKOUTDATE, System.DateTime MOD_DATE) {
04391 LookupTablesRow rowLookupTablesRow = ((LookupTablesRow)(this.NewRow()));
04392 object[] columnValuesArray = new object[] {
04393 LT_UID,
04394 LT_NAME,
04395 LT_SORT_ORDER_ENUM,
04396 LT_PRIMARY_LCID,
04397 LT_FILL_ALL_LEVELS,
04398 LT_CHECKOUTBY,
04399 LT_CHECKOUTDATE,
04400 MOD_DATE};
04401 rowLookupTablesRow.ItemArray = columnValuesArray;
04402 this.Rows.Add(rowLookupTablesRow);
04403 return rowLookupTablesRow;
04404 }
04405
04406 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04407 public LookupTablesRow FindByLT_UID(System.Guid LT_UID) {
04408 return ((LookupTablesRow)(this.Rows.Find(new object[] {
04409 LT_UID})));
04410 }
04411
04412 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04413 public virtual global::System.Collections.IEnumerator GetEnumerator() {
04414 return this.Rows.GetEnumerator();
04415 }
04416
04417 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04418 public override global::System.Data.DataTable Clone() {
04419 LookupTablesDataTable cln = ((LookupTablesDataTable)(base.Clone()));
04420 cln.InitVars();
04421 return cln;
04422 }
04423
04424 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04425 protected override global::System.Data.DataTable CreateInstance() {
04426 return new LookupTablesDataTable();
04427 }
04428
04429 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04430 internal void InitVars() {
04431 this.columnLT_UID = base.Columns["LT_UID"];
04432 this.columnLT_NAME = base.Columns["LT_NAME"];
04433 this.columnLT_SORT_ORDER_ENUM = base.Columns["LT_SORT_ORDER_ENUM"];
04434 this.columnLT_PRIMARY_LCID = base.Columns["LT_PRIMARY_LCID"];
04435 this.columnLT_FILL_ALL_LEVELS = base.Columns["LT_FILL_ALL_LEVELS"];
04436 this.columnLT_CHECKOUTBY = base.Columns["LT_CHECKOUTBY"];
04437 this.columnLT_CHECKOUTDATE = base.Columns["LT_CHECKOUTDATE"];
04438 this.columnMOD_DATE = base.Columns["MOD_DATE"];
04439 }
04440
04441 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04442 private void InitClass() {
04443 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
04444 base.Columns.Add(this.columnLT_UID);
04445 this.columnLT_NAME = new global::System.Data.DataColumn("LT_NAME", typeof(string), null, global::System.Data.MappingType.Element);
04446 base.Columns.Add(this.columnLT_NAME);
04447 this.columnLT_SORT_ORDER_ENUM = new global::System.Data.DataColumn("LT_SORT_ORDER_ENUM", typeof(byte), null, global::System.Data.MappingType.Element);
04448 base.Columns.Add(this.columnLT_SORT_ORDER_ENUM);
04449 this.columnLT_PRIMARY_LCID = new global::System.Data.DataColumn("LT_PRIMARY_LCID", typeof(int), null, global::System.Data.MappingType.Element);
04450 base.Columns.Add(this.columnLT_PRIMARY_LCID);
04451 this.columnLT_FILL_ALL_LEVELS = new global::System.Data.DataColumn("LT_FILL_ALL_LEVELS", typeof(bool), null, global::System.Data.MappingType.Element);
04452 base.Columns.Add(this.columnLT_FILL_ALL_LEVELS);
04453 this.columnLT_CHECKOUTBY = new global::System.Data.DataColumn("LT_CHECKOUTBY", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
04454 base.Columns.Add(this.columnLT_CHECKOUTBY);
04455 this.columnLT_CHECKOUTDATE = new global::System.Data.DataColumn("LT_CHECKOUTDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
04456 base.Columns.Add(this.columnLT_CHECKOUTDATE);
04457 this.columnMOD_DATE = new global::System.Data.DataColumn("MOD_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
04458 base.Columns.Add(this.columnMOD_DATE);
04459 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableDataSetKey1", new global::System.Data.DataColumn[] {
04460 this.columnLT_UID}, true));
04461 this.columnLT_UID.AllowDBNull = false;
04462 this.columnLT_UID.Unique = true;
04463 this.columnLT_NAME.AllowDBNull = false;
04464 this.columnLT_SORT_ORDER_ENUM.DefaultValue = ((byte)(0));
04465 this.columnLT_FILL_ALL_LEVELS.DefaultValue = ((bool)(false));
04466 this.columnLT_CHECKOUTBY.ReadOnly = true;
04467 this.columnLT_CHECKOUTDATE.ReadOnly = true;
04468 this.columnMOD_DATE.ReadOnly = true;
04469 }
04470
04471 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04472 public LookupTablesRow NewLookupTablesRow() {
04473 return ((LookupTablesRow)(this.NewRow()));
04474 }
04475
04476 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04477 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
04478 return new LookupTablesRow(builder);
04479 }
04480
04481 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04482 protected override global::System.Type GetRowType() {
04483 return typeof(LookupTablesRow);
04484 }
04485
04486 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04487 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
04488 base.OnRowChanged(e);
04489 if ((this.LookupTablesRowChanged != null)) {
04490 this.LookupTablesRowChanged(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
04491 }
04492 }
04493
04494 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04495 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
04496 base.OnRowChanging(e);
04497 if ((this.LookupTablesRowChanging != null)) {
04498 this.LookupTablesRowChanging(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
04499 }
04500 }
04501
04502 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04503 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
04504 base.OnRowDeleted(e);
04505 if ((this.LookupTablesRowDeleted != null)) {
04506 this.LookupTablesRowDeleted(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
04507 }
04508 }
04509
04510 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04511 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
04512 base.OnRowDeleting(e);
04513 if ((this.LookupTablesRowDeleting != null)) {
04514 this.LookupTablesRowDeleting(this, new LookupTablesRowChangeEvent(((LookupTablesRow)(e.Row)), e.Action));
04515 }
04516 }
04517
04518 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04519 public void RemoveLookupTablesRow(LookupTablesRow row) {
04520 this.Rows.Remove(row);
04521 }
04522
04523 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04524 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
04525 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
04526 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
04527 LookupTableDataSet ds = new LookupTableDataSet();
04528 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
04529 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
04530 any1.MinOccurs = new decimal(0);
04531 any1.MaxOccurs = decimal.MaxValue;
04532 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
04533 sequence.Items.Add(any1);
04534 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
04535 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
04536 any2.MinOccurs = new decimal(1);
04537 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
04538 sequence.Items.Add(any2);
04539 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
04540 attribute1.Name = "namespace";
04541 attribute1.FixedValue = ds.Namespace;
04542 type.Attributes.Add(attribute1);
04543 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
04544 attribute2.Name = "tableTypeName";
04545 attribute2.FixedValue = "LookupTablesDataTable";
04546 type.Attributes.Add(attribute2);
04547 type.Particle = sequence;
04548 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
04549 if (xs.Contains(dsSchema.TargetNamespace)) {
04550 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
04551 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
04552 try {
04553 global::System.Xml.Schema.XmlSchema schema = null;
04554 dsSchema.Write(s1);
04555 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
04556 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
04557 s2.SetLength(0);
04558 schema.Write(s2);
04559 if ((s1.Length == s2.Length)) {
04560 s1.Position = 0;
04561 s2.Position = 0;
04562 for (; ((s1.Position != s1.Length)
04563 && (s1.ReadByte() == s2.ReadByte())); ) {
04564 ;
04565 }
04566 if ((s1.Position == s1.Length)) {
04567 return type;
04568 }
04569 }
04570 }
04571 }
04572 finally {
04573 if ((s1 != null)) {
04574 s1.Close();
04575 }
04576 if ((s2 != null)) {
04577 s2.Close();
04578 }
04579 }
04580 }
04581 xs.Add(dsSchema);
04582 return type;
04583 }
04584 }
04585
04586
04587
04588
04589 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
04590 [global::System.Serializable()]
04591 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
04592 public partial class LookupTableMasksDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
04593
04594 private global::System.Data.DataColumn columnLT_UID;
04595
04596 private global::System.Data.DataColumn columnLT_MASK_STRUCT_LEVEL;
04597
04598 private global::System.Data.DataColumn columnLT_MASK_STRUCT_TYPE_ENUM;
04599
04600 private global::System.Data.DataColumn columnLT_MASK_STRUCT_LENGTH;
04601
04602 private global::System.Data.DataColumn columnLT_MASK_VALUE_SEPARATOR;
04603
04604 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04605 public LookupTableMasksDataTable() {
04606 this.TableName = "LookupTableMasks";
04607 this.BeginInit();
04608 this.InitClass();
04609 this.EndInit();
04610 }
04611
04612 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04613 internal LookupTableMasksDataTable(global::System.Data.DataTable table) {
04614 this.TableName = table.TableName;
04615 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
04616 this.CaseSensitive = table.CaseSensitive;
04617 }
04618 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
04619 this.Locale = table.Locale;
04620 }
04621 if ((table.Namespace != table.DataSet.Namespace)) {
04622 this.Namespace = table.Namespace;
04623 }
04624 this.Prefix = table.Prefix;
04625 this.MinimumCapacity = table.MinimumCapacity;
04626 }
04627
04628 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04629 protected LookupTableMasksDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
04630 base(info, context) {
04631 this.InitVars();
04632 }
04633
04634 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04635 public global::System.Data.DataColumn LT_UIDColumn {
04636 get {
04637 return this.columnLT_UID;
04638 }
04639 }
04640
04641 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04642 public global::System.Data.DataColumn LT_MASK_STRUCT_LEVELColumn {
04643 get {
04644 return this.columnLT_MASK_STRUCT_LEVEL;
04645 }
04646 }
04647
04648 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04649 public global::System.Data.DataColumn LT_MASK_STRUCT_TYPE_ENUMColumn {
04650 get {
04651 return this.columnLT_MASK_STRUCT_TYPE_ENUM;
04652 }
04653 }
04654
04655 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04656 public global::System.Data.DataColumn LT_MASK_STRUCT_LENGTHColumn {
04657 get {
04658 return this.columnLT_MASK_STRUCT_LENGTH;
04659 }
04660 }
04661
04662 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04663 public global::System.Data.DataColumn LT_MASK_VALUE_SEPARATORColumn {
04664 get {
04665 return this.columnLT_MASK_VALUE_SEPARATOR;
04666 }
04667 }
04668
04669 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04670 [global::System.ComponentModel.Browsable(false)]
04671 public int Count {
04672 get {
04673 return this.Rows.Count;
04674 }
04675 }
04676
04677 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04678 public LookupTableMasksRow this[int index] {
04679 get {
04680 return ((LookupTableMasksRow)(this.Rows[index]));
04681 }
04682 }
04683
04684 public event LookupTableMasksRowChangeEventHandler LookupTableMasksRowChanging;
04685
04686 public event LookupTableMasksRowChangeEventHandler LookupTableMasksRowChanged;
04687
04688 public event LookupTableMasksRowChangeEventHandler LookupTableMasksRowDeleting;
04689
04690 public event LookupTableMasksRowChangeEventHandler LookupTableMasksRowDeleted;
04691
04692 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04693 public void AddLookupTableMasksRow(LookupTableMasksRow row) {
04694 this.Rows.Add(row);
04695 }
04696
04697 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04698 public LookupTableMasksRow AddLookupTableMasksRow(LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableMasks, int LT_MASK_STRUCT_LEVEL, byte LT_MASK_STRUCT_TYPE_ENUM, int LT_MASK_STRUCT_LENGTH, string LT_MASK_VALUE_SEPARATOR) {
04699 LookupTableMasksRow rowLookupTableMasksRow = ((LookupTableMasksRow)(this.NewRow()));
04700 object[] columnValuesArray = new object[] {
04701 null,
04702 LT_MASK_STRUCT_LEVEL,
04703 LT_MASK_STRUCT_TYPE_ENUM,
04704 LT_MASK_STRUCT_LENGTH,
04705 LT_MASK_VALUE_SEPARATOR};
04706 if ((parentLookupTablesRowByLookupTablesLookupTableMasks != null)) {
04707 columnValuesArray[0] = parentLookupTablesRowByLookupTablesLookupTableMasks[0];
04708 }
04709 rowLookupTableMasksRow.ItemArray = columnValuesArray;
04710 this.Rows.Add(rowLookupTableMasksRow);
04711 return rowLookupTableMasksRow;
04712 }
04713
04714 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04715 public LookupTableMasksRow FindByLT_UIDLT_MASK_STRUCT_LEVEL(System.Guid LT_UID, int LT_MASK_STRUCT_LEVEL) {
04716 return ((LookupTableMasksRow)(this.Rows.Find(new object[] {
04717 LT_UID,
04718 LT_MASK_STRUCT_LEVEL})));
04719 }
04720
04721 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04722 public virtual global::System.Collections.IEnumerator GetEnumerator() {
04723 return this.Rows.GetEnumerator();
04724 }
04725
04726 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04727 public override global::System.Data.DataTable Clone() {
04728 LookupTableMasksDataTable cln = ((LookupTableMasksDataTable)(base.Clone()));
04729 cln.InitVars();
04730 return cln;
04731 }
04732
04733 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04734 protected override global::System.Data.DataTable CreateInstance() {
04735 return new LookupTableMasksDataTable();
04736 }
04737
04738 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04739 internal void InitVars() {
04740 this.columnLT_UID = base.Columns["LT_UID"];
04741 this.columnLT_MASK_STRUCT_LEVEL = base.Columns["LT_MASK_STRUCT_LEVEL"];
04742 this.columnLT_MASK_STRUCT_TYPE_ENUM = base.Columns["LT_MASK_STRUCT_TYPE_ENUM"];
04743 this.columnLT_MASK_STRUCT_LENGTH = base.Columns["LT_MASK_STRUCT_LENGTH"];
04744 this.columnLT_MASK_VALUE_SEPARATOR = base.Columns["LT_MASK_VALUE_SEPARATOR"];
04745 }
04746
04747 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04748 private void InitClass() {
04749 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
04750 base.Columns.Add(this.columnLT_UID);
04751 this.columnLT_MASK_STRUCT_LEVEL = new global::System.Data.DataColumn("LT_MASK_STRUCT_LEVEL", typeof(int), null, global::System.Data.MappingType.Element);
04752 base.Columns.Add(this.columnLT_MASK_STRUCT_LEVEL);
04753 this.columnLT_MASK_STRUCT_TYPE_ENUM = new global::System.Data.DataColumn("LT_MASK_STRUCT_TYPE_ENUM", typeof(byte), null, global::System.Data.MappingType.Element);
04754 base.Columns.Add(this.columnLT_MASK_STRUCT_TYPE_ENUM);
04755 this.columnLT_MASK_STRUCT_LENGTH = new global::System.Data.DataColumn("LT_MASK_STRUCT_LENGTH", typeof(int), null, global::System.Data.MappingType.Element);
04756 base.Columns.Add(this.columnLT_MASK_STRUCT_LENGTH);
04757 this.columnLT_MASK_VALUE_SEPARATOR = new global::System.Data.DataColumn("LT_MASK_VALUE_SEPARATOR", typeof(string), null, global::System.Data.MappingType.Element);
04758 base.Columns.Add(this.columnLT_MASK_VALUE_SEPARATOR);
04759 this.Constraints.Add(new global::System.Data.UniqueConstraint("LookupTableDataSetKey2", new global::System.Data.DataColumn[] {
04760 this.columnLT_UID,
04761 this.columnLT_MASK_STRUCT_LEVEL}, true));
04762 this.columnLT_UID.AllowDBNull = false;
04763 this.columnLT_MASK_STRUCT_LEVEL.AllowDBNull = false;
04764 this.columnLT_MASK_STRUCT_LENGTH.DefaultValue = ((int)(0));
04765 this.columnLT_MASK_VALUE_SEPARATOR.DefaultValue = ((string)(""));
04766 }
04767
04768 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04769 public LookupTableMasksRow NewLookupTableMasksRow() {
04770 return ((LookupTableMasksRow)(this.NewRow()));
04771 }
04772
04773 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04774 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
04775 return new LookupTableMasksRow(builder);
04776 }
04777
04778 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04779 protected override global::System.Type GetRowType() {
04780 return typeof(LookupTableMasksRow);
04781 }
04782
04783 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04784 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
04785 base.OnRowChanged(e);
04786 if ((this.LookupTableMasksRowChanged != null)) {
04787 this.LookupTableMasksRowChanged(this, new LookupTableMasksRowChangeEvent(((LookupTableMasksRow)(e.Row)), e.Action));
04788 }
04789 }
04790
04791 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04792 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
04793 base.OnRowChanging(e);
04794 if ((this.LookupTableMasksRowChanging != null)) {
04795 this.LookupTableMasksRowChanging(this, new LookupTableMasksRowChangeEvent(((LookupTableMasksRow)(e.Row)), e.Action));
04796 }
04797 }
04798
04799 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04800 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
04801 base.OnRowDeleted(e);
04802 if ((this.LookupTableMasksRowDeleted != null)) {
04803 this.LookupTableMasksRowDeleted(this, new LookupTableMasksRowChangeEvent(((LookupTableMasksRow)(e.Row)), e.Action));
04804 }
04805 }
04806
04807 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04808 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
04809 base.OnRowDeleting(e);
04810 if ((this.LookupTableMasksRowDeleting != null)) {
04811 this.LookupTableMasksRowDeleting(this, new LookupTableMasksRowChangeEvent(((LookupTableMasksRow)(e.Row)), e.Action));
04812 }
04813 }
04814
04815 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04816 public void RemoveLookupTableMasksRow(LookupTableMasksRow row) {
04817 this.Rows.Remove(row);
04818 }
04819
04820 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04821 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
04822 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
04823 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
04824 LookupTableDataSet ds = new LookupTableDataSet();
04825 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
04826 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
04827 any1.MinOccurs = new decimal(0);
04828 any1.MaxOccurs = decimal.MaxValue;
04829 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
04830 sequence.Items.Add(any1);
04831 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
04832 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
04833 any2.MinOccurs = new decimal(1);
04834 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
04835 sequence.Items.Add(any2);
04836 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
04837 attribute1.Name = "namespace";
04838 attribute1.FixedValue = ds.Namespace;
04839 type.Attributes.Add(attribute1);
04840 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
04841 attribute2.Name = "tableTypeName";
04842 attribute2.FixedValue = "LookupTableMasksDataTable";
04843 type.Attributes.Add(attribute2);
04844 type.Particle = sequence;
04845 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
04846 if (xs.Contains(dsSchema.TargetNamespace)) {
04847 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
04848 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
04849 try {
04850 global::System.Xml.Schema.XmlSchema schema = null;
04851 dsSchema.Write(s1);
04852 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
04853 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
04854 s2.SetLength(0);
04855 schema.Write(s2);
04856 if ((s1.Length == s2.Length)) {
04857 s1.Position = 0;
04858 s2.Position = 0;
04859 for (; ((s1.Position != s1.Length)
04860 && (s1.ReadByte() == s2.ReadByte())); ) {
04861 ;
04862 }
04863 if ((s1.Position == s1.Length)) {
04864 return type;
04865 }
04866 }
04867 }
04868 }
04869 finally {
04870 if ((s1 != null)) {
04871 s1.Close();
04872 }
04873 if ((s2 != null)) {
04874 s2.Close();
04875 }
04876 }
04877 }
04878 xs.Add(dsSchema);
04879 return type;
04880 }
04881 }
04882
04883
04884
04885
04886 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
04887 [global::System.Serializable()]
04888 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
04889 public partial class LookupTableTreesDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
04890
04891 private global::System.Data.DataColumn columnLT_STRUCT_UID;
04892
04893 private global::System.Data.DataColumn columnLT_UID;
04894
04895 private global::System.Data.DataColumn columnLT_PARENT_STRUCT_UID;
04896
04897 private global::System.Data.DataColumn columnLT_VALUE_DUR;
04898
04899 private global::System.Data.DataColumn columnLT_VALUE_NUM;
04900
04901 private global::System.Data.DataColumn columnLT_VALUE_DUR_FMT;
04902
04903 private global::System.Data.DataColumn columnLT_VALUE_DATE;
04904
04905 private global::System.Data.DataColumn columnLT_VALUE_TEXT;
04906
04907 private global::System.Data.DataColumn columnLT_VALUE_PHONETIC;
04908
04909 private global::System.Data.DataColumn columnLT_VALUE_DESC;
04910
04911 private global::System.Data.DataColumn columnLT_VALUE_SORT_INDEX;
04912
04913 private global::System.Data.DataColumn columnLT_VALUE_LOCALIZED_COOKIE;
04914
04915 private global::System.Data.DataColumn columnLT_STRUCT_COOKIE;
04916
04917 private global::System.Data.DataColumn columnLT_VALUE_FULL;
04918
04919 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04920 public LookupTableTreesDataTable() {
04921 this.TableName = "LookupTableTrees";
04922 this.BeginInit();
04923 this.InitClass();
04924 this.EndInit();
04925 }
04926
04927 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04928 internal LookupTableTreesDataTable(global::System.Data.DataTable table) {
04929 this.TableName = table.TableName;
04930 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
04931 this.CaseSensitive = table.CaseSensitive;
04932 }
04933 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
04934 this.Locale = table.Locale;
04935 }
04936 if ((table.Namespace != table.DataSet.Namespace)) {
04937 this.Namespace = table.Namespace;
04938 }
04939 this.Prefix = table.Prefix;
04940 this.MinimumCapacity = table.MinimumCapacity;
04941 }
04942
04943 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04944 protected LookupTableTreesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
04945 base(info, context) {
04946 this.InitVars();
04947 }
04948
04949 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04950 public global::System.Data.DataColumn LT_STRUCT_UIDColumn {
04951 get {
04952 return this.columnLT_STRUCT_UID;
04953 }
04954 }
04955
04956 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04957 public global::System.Data.DataColumn LT_UIDColumn {
04958 get {
04959 return this.columnLT_UID;
04960 }
04961 }
04962
04963 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04964 public global::System.Data.DataColumn LT_PARENT_STRUCT_UIDColumn {
04965 get {
04966 return this.columnLT_PARENT_STRUCT_UID;
04967 }
04968 }
04969
04970 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04971 public global::System.Data.DataColumn LT_VALUE_DURColumn {
04972 get {
04973 return this.columnLT_VALUE_DUR;
04974 }
04975 }
04976
04977 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04978 public global::System.Data.DataColumn LT_VALUE_NUMColumn {
04979 get {
04980 return this.columnLT_VALUE_NUM;
04981 }
04982 }
04983
04984 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04985 public global::System.Data.DataColumn LT_VALUE_DUR_FMTColumn {
04986 get {
04987 return this.columnLT_VALUE_DUR_FMT;
04988 }
04989 }
04990
04991 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04992 public global::System.Data.DataColumn LT_VALUE_DATEColumn {
04993 get {
04994 return this.columnLT_VALUE_DATE;
04995 }
04996 }
04997
04998 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
04999 public global::System.Data.DataColumn LT_VALUE_TEXTColumn {
05000 get {
05001 return this.columnLT_VALUE_TEXT;
05002 }
05003 }
05004
05005 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05006 public global::System.Data.DataColumn LT_VALUE_PHONETICColumn {
05007 get {
05008 return this.columnLT_VALUE_PHONETIC;
05009 }
05010 }
05011
05012 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05013 public global::System.Data.DataColumn LT_VALUE_DESCColumn {
05014 get {
05015 return this.columnLT_VALUE_DESC;
05016 }
05017 }
05018
05019 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05020 public global::System.Data.DataColumn LT_VALUE_SORT_INDEXColumn {
05021 get {
05022 return this.columnLT_VALUE_SORT_INDEX;
05023 }
05024 }
05025
05026 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05027 public global::System.Data.DataColumn LT_VALUE_LOCALIZED_COOKIEColumn {
05028 get {
05029 return this.columnLT_VALUE_LOCALIZED_COOKIE;
05030 }
05031 }
05032
05033 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05034 public global::System.Data.DataColumn LT_STRUCT_COOKIEColumn {
05035 get {
05036 return this.columnLT_STRUCT_COOKIE;
05037 }
05038 }
05039
05040 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05041 public global::System.Data.DataColumn LT_VALUE_FULLColumn {
05042 get {
05043 return this.columnLT_VALUE_FULL;
05044 }
05045 }
05046
05047 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05048 [global::System.ComponentModel.Browsable(false)]
05049 public int Count {
05050 get {
05051 return this.Rows.Count;
05052 }
05053 }
05054
05055 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05056 public LookupTableTreesRow this[int index] {
05057 get {
05058 return ((LookupTableTreesRow)(this.Rows[index]));
05059 }
05060 }
05061
05062 public event LookupTableTreesRowChangeEventHandler LookupTableTreesRowChanging;
05063
05064 public event LookupTableTreesRowChangeEventHandler LookupTableTreesRowChanged;
05065
05066 public event LookupTableTreesRowChangeEventHandler LookupTableTreesRowDeleting;
05067
05068 public event LookupTableTreesRowChangeEventHandler LookupTableTreesRowDeleted;
05069
05070 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05071 public void AddLookupTableTreesRow(LookupTableTreesRow row) {
05072 this.Rows.Add(row);
05073 }
05074
05075 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05076 public LookupTableTreesRow AddLookupTableTreesRow(System.Guid LT_STRUCT_UID, LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableTrees, LookupTableTreesRow parentLookupTableTreesRowByLookupTableTreesLookupTableTrees, int LT_VALUE_DUR, decimal LT_VALUE_NUM, byte LT_VALUE_DUR_FMT, System.DateTime LT_VALUE_DATE, string LT_VALUE_TEXT, string LT_VALUE_PHONETIC, string LT_VALUE_DESC, decimal LT_VALUE_SORT_INDEX, string LT_VALUE_LOCALIZED_COOKIE, string LT_STRUCT_COOKIE, string LT_VALUE_FULL) {
05077 LookupTableTreesRow rowLookupTableTreesRow = ((LookupTableTreesRow)(this.NewRow()));
05078 object[] columnValuesArray = new object[] {
05079 LT_STRUCT_UID,
05080 null,
05081 null,
05082 LT_VALUE_DUR,
05083 LT_VALUE_NUM,
05084 LT_VALUE_DUR_FMT,
05085 LT_VALUE_DATE,
05086 LT_VALUE_TEXT,
05087 LT_VALUE_PHONETIC,
05088 LT_VALUE_DESC,
05089 LT_VALUE_SORT_INDEX,
05090 LT_VALUE_LOCALIZED_COOKIE,
05091 LT_STRUCT_COOKIE,
05092 LT_VALUE_FULL};
05093 if ((parentLookupTablesRowByLookupTablesLookupTableTrees != null)) {
05094 columnValuesArray[1] = parentLookupTablesRowByLookupTablesLookupTableTrees[0];
05095 }
05096 if ((parentLookupTableTreesRowByLookupTableTreesLookupTableTrees != null)) {
05097 columnValuesArray[2] = parentLookupTableTreesRowByLookupTableTreesLookupTableTrees[0];
05098 }
05099 rowLookupTableTreesRow.ItemArray = columnValuesArray;
05100 this.Rows.Add(rowLookupTableTreesRow);
05101 return rowLookupTableTreesRow;
05102 }
05103
05104 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05105 public LookupTableTreesRow FindByLT_STRUCT_UID(System.Guid LT_STRUCT_UID) {
05106 return ((LookupTableTreesRow)(this.Rows.Find(new object[] {
05107 LT_STRUCT_UID})));
05108 }
05109
05110 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05111 public virtual global::System.Collections.IEnumerator GetEnumerator() {
05112 return this.Rows.GetEnumerator();
05113 }
05114
05115 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05116 public override global::System.Data.DataTable Clone() {
05117 LookupTableTreesDataTable cln = ((LookupTableTreesDataTable)(base.Clone()));
05118 cln.InitVars();
05119 return cln;
05120 }
05121
05122 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05123 protected override global::System.Data.DataTable CreateInstance() {
05124 return new LookupTableTreesDataTable();
05125 }
05126
05127 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05128 internal void InitVars() {
05129 this.columnLT_STRUCT_UID = base.Columns["LT_STRUCT_UID"];
05130 this.columnLT_UID = base.Columns["LT_UID"];
05131 this.columnLT_PARENT_STRUCT_UID = base.Columns["LT_PARENT_STRUCT_UID"];
05132 this.columnLT_VALUE_DUR = base.Columns["LT_VALUE_DUR"];
05133 this.columnLT_VALUE_NUM = base.Columns["LT_VALUE_NUM"];
05134 this.columnLT_VALUE_DUR_FMT = base.Columns["LT_VALUE_DUR_FMT"];
05135 this.columnLT_VALUE_DATE = base.Columns["LT_VALUE_DATE"];
05136 this.columnLT_VALUE_TEXT = base.Columns["LT_VALUE_TEXT"];
05137 this.columnLT_VALUE_PHONETIC = base.Columns["LT_VALUE_PHONETIC"];
05138 this.columnLT_VALUE_DESC = base.Columns["LT_VALUE_DESC"];
05139 this.columnLT_VALUE_SORT_INDEX = base.Columns["LT_VALUE_SORT_INDEX"];
05140 this.columnLT_VALUE_LOCALIZED_COOKIE = base.Columns["LT_VALUE_LOCALIZED_COOKIE"];
05141 this.columnLT_STRUCT_COOKIE = base.Columns["LT_STRUCT_COOKIE"];
05142 this.columnLT_VALUE_FULL = base.Columns["LT_VALUE_FULL"];
05143 }
05144
05145 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05146 private void InitClass() {
05147 this.columnLT_STRUCT_UID = new global::System.Data.DataColumn("LT_STRUCT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
05148 base.Columns.Add(this.columnLT_STRUCT_UID);
05149 this.columnLT_UID = new global::System.Data.DataColumn("LT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
05150 base.Columns.Add(this.columnLT_UID);
05151 this.columnLT_PARENT_STRUCT_UID = new global::System.Data.DataColumn("LT_PARENT_STRUCT_UID", typeof(global::System.Guid), null, global::System.Data.MappingType.Element);
05152 base.Columns.Add(this.columnLT_PARENT_STRUCT_UID);
05153 this.columnLT_VALUE_DUR = new global::System.Data.DataColumn("LT_VALUE_DUR", typeof(int), null, global::System.Data.MappingType.Element);
05154 base.Columns.Add(this.columnLT_VALUE_DUR);
05155 this.columnLT_VALUE_NUM = new global::System.Data.DataColumn("LT_VALUE_NUM", typeof(decimal), null, global::System.Data.MappingType.Element);
05156 base.Columns.Add(this.columnLT_VALUE_NUM);
05157 this.columnLT_VALUE_DUR_FMT = new global::System.Data.DataColumn("LT_VALUE_DUR_FMT", typeof(byte), null, global::System.Data.MappingType.Element);
05158 base.Columns.Add(this.columnLT_VALUE_DUR_FMT);
05159 this.columnLT_VALUE_DATE = new global::System.Data.DataColumn("LT_VALUE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
05160 base.Columns.Add(this.columnLT_VALUE_DATE);
05161 this.columnLT_VALUE_TEXT = new global::System.Data.DataColumn("LT_VALUE_TEXT", typeof(string), null, global::System.Data.MappingType.Element);
05162 base.Columns.Add(this.columnLT_VALUE_TEXT);
05163 this.columnLT_VALUE_PHONETIC = new global::System.Data.DataColumn("LT_VALUE_PHONETIC", typeof(string), null, global::System.Data.MappingType.Element);
05164 base.Columns.Add(this.columnLT_VALUE_PHONETIC);
05165 this.columnLT_VALUE_DESC = new global::System.Data.DataColumn("LT_VALUE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
05166 base.Columns.Add(this.columnLT_VALUE_DESC);
05167 this.columnLT_VALUE_SORT_INDEX = new global::System.Data.DataColumn("LT_VALUE_SORT_INDEX", typeof(decimal), null, global::System.Data.MappingType.Element);
05168 base.Columns.Add(this.columnLT_VALUE_SORT_INDEX);
05169 this.columnLT_VALUE_LOCALIZED_COOKIE = new global::System.Data.DataColumn("LT_VALUE_LOCALIZED_COOKIE", typeof(string), null, global::System.Data.MappingType.Element);
05170 base.Columns.Add(this.columnLT_VALUE_LOCALIZED_COOKIE);
05171 this.columnLT_STRUCT_COOKIE = new global::System.Data.DataColumn("LT_STRUCT_COOKIE", typeof(string), null, global::System.Data.MappingType.Element);
05172 base.Columns.Add(this.columnLT_STRUCT_COOKIE);
05173 this.columnLT_VALUE_FULL = new global::System.Data.DataColumn("LT_VALUE_FULL", typeof(string), null, global::System.Data.MappingType.Element);
05174 base.Columns.Add(this.columnLT_VALUE_FULL);
05175 this.Constraints.Add(new global::System.Data.UniqueConstraint("key1", new global::System.Data.DataColumn[] {
05176 this.columnLT_STRUCT_UID}, true));
05177 this.columnLT_STRUCT_UID.AllowDBNull = false;
05178 this.columnLT_STRUCT_UID.Unique = true;
05179 this.columnLT_UID.AllowDBNull = false;
05180 this.columnLT_VALUE_FULL.ReadOnly = true;
05181 }
05182
05183 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05184 public LookupTableTreesRow NewLookupTableTreesRow() {
05185 return ((LookupTableTreesRow)(this.NewRow()));
05186 }
05187
05188 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05189 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
05190 return new LookupTableTreesRow(builder);
05191 }
05192
05193 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05194 protected override global::System.Type GetRowType() {
05195 return typeof(LookupTableTreesRow);
05196 }
05197
05198 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05199 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
05200 base.OnRowChanged(e);
05201 if ((this.LookupTableTreesRowChanged != null)) {
05202 this.LookupTableTreesRowChanged(this, new LookupTableTreesRowChangeEvent(((LookupTableTreesRow)(e.Row)), e.Action));
05203 }
05204 }
05205
05206 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05207 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
05208 base.OnRowChanging(e);
05209 if ((this.LookupTableTreesRowChanging != null)) {
05210 this.LookupTableTreesRowChanging(this, new LookupTableTreesRowChangeEvent(((LookupTableTreesRow)(e.Row)), e.Action));
05211 }
05212 }
05213
05214 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05215 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
05216 base.OnRowDeleted(e);
05217 if ((this.LookupTableTreesRowDeleted != null)) {
05218 this.LookupTableTreesRowDeleted(this, new LookupTableTreesRowChangeEvent(((LookupTableTreesRow)(e.Row)), e.Action));
05219 }
05220 }
05221
05222 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05223 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
05224 base.OnRowDeleting(e);
05225 if ((this.LookupTableTreesRowDeleting != null)) {
05226 this.LookupTableTreesRowDeleting(this, new LookupTableTreesRowChangeEvent(((LookupTableTreesRow)(e.Row)), e.Action));
05227 }
05228 }
05229
05230 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05231 public void RemoveLookupTableTreesRow(LookupTableTreesRow row) {
05232 this.Rows.Remove(row);
05233 }
05234
05235 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05236 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
05237 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
05238 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
05239 LookupTableDataSet ds = new LookupTableDataSet();
05240 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
05241 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
05242 any1.MinOccurs = new decimal(0);
05243 any1.MaxOccurs = decimal.MaxValue;
05244 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
05245 sequence.Items.Add(any1);
05246 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
05247 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
05248 any2.MinOccurs = new decimal(1);
05249 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
05250 sequence.Items.Add(any2);
05251 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
05252 attribute1.Name = "namespace";
05253 attribute1.FixedValue = ds.Namespace;
05254 type.Attributes.Add(attribute1);
05255 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
05256 attribute2.Name = "tableTypeName";
05257 attribute2.FixedValue = "LookupTableTreesDataTable";
05258 type.Attributes.Add(attribute2);
05259 type.Particle = sequence;
05260 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
05261 if (xs.Contains(dsSchema.TargetNamespace)) {
05262 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
05263 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
05264 try {
05265 global::System.Xml.Schema.XmlSchema schema = null;
05266 dsSchema.Write(s1);
05267 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
05268 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
05269 s2.SetLength(0);
05270 schema.Write(s2);
05271 if ((s1.Length == s2.Length)) {
05272 s1.Position = 0;
05273 s2.Position = 0;
05274 for (; ((s1.Position != s1.Length)
05275 && (s1.ReadByte() == s2.ReadByte())); ) {
05276 ;
05277 }
05278 if ((s1.Position == s1.Length)) {
05279 return type;
05280 }
05281 }
05282 }
05283 }
05284 finally {
05285 if ((s1 != null)) {
05286 s1.Close();
05287 }
05288 if ((s2 != null)) {
05289 s2.Close();
05290 }
05291 }
05292 }
05293 xs.Add(dsSchema);
05294 return type;
05295 }
05296 }
05297
05298
05299
05300
05301 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
05302 public partial class LookupTablesRow : global::System.Data.DataRow {
05303
05304 private LookupTablesDataTable tableLookupTables;
05305
05306 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05307 internal LookupTablesRow(global::System.Data.DataRowBuilder rb) :
05308 base(rb) {
05309 this.tableLookupTables = ((LookupTablesDataTable)(this.Table));
05310 }
05311
05312 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05313 public System.Guid LT_UID {
05314 get {
05315 return ((global::System.Guid)(this[this.tableLookupTables.LT_UIDColumn]));
05316 }
05317 set {
05318 this[this.tableLookupTables.LT_UIDColumn] = value;
05319 }
05320 }
05321
05322 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05323 public string LT_NAME {
05324 get {
05325 return ((string)(this[this.tableLookupTables.LT_NAMEColumn]));
05326 }
05327 set {
05328 this[this.tableLookupTables.LT_NAMEColumn] = value;
05329 }
05330 }
05331
05332 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05333 public byte LT_SORT_ORDER_ENUM {
05334 get {
05335 try {
05336 return ((byte)(this[this.tableLookupTables.LT_SORT_ORDER_ENUMColumn]));
05337 }
05338 catch (global::System.InvalidCastException e) {
05339 throw new global::System.Data.StrongTypingException("The value for column \'LT_SORT_ORDER_ENUM\' in table \'LookupTables\' is DBNull.", e);
05340 }
05341 }
05342 set {
05343 this[this.tableLookupTables.LT_SORT_ORDER_ENUMColumn] = value;
05344 }
05345 }
05346
05347 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05348 public int LT_PRIMARY_LCID {
05349 get {
05350 try {
05351 return ((int)(this[this.tableLookupTables.LT_PRIMARY_LCIDColumn]));
05352 }
05353 catch (global::System.InvalidCastException e) {
05354 throw new global::System.Data.StrongTypingException("The value for column \'LT_PRIMARY_LCID\' in table \'LookupTables\' is DBNull.", e);
05355 }
05356 }
05357 set {
05358 this[this.tableLookupTables.LT_PRIMARY_LCIDColumn] = value;
05359 }
05360 }
05361
05362 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05363 public bool LT_FILL_ALL_LEVELS {
05364 get {
05365 try {
05366 return ((bool)(this[this.tableLookupTables.LT_FILL_ALL_LEVELSColumn]));
05367 }
05368 catch (global::System.InvalidCastException e) {
05369 throw new global::System.Data.StrongTypingException("The value for column \'LT_FILL_ALL_LEVELS\' in table \'LookupTables\' is DBNull.", e);
05370 }
05371 }
05372 set {
05373 this[this.tableLookupTables.LT_FILL_ALL_LEVELSColumn] = value;
05374 }
05375 }
05376
05377 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05378 public System.Guid LT_CHECKOUTBY {
05379 get {
05380 try {
05381 return ((global::System.Guid)(this[this.tableLookupTables.LT_CHECKOUTBYColumn]));
05382 }
05383 catch (global::System.InvalidCastException e) {
05384 throw new global::System.Data.StrongTypingException("The value for column \'LT_CHECKOUTBY\' in table \'LookupTables\' is DBNull.", e);
05385 }
05386 }
05387 set {
05388 this[this.tableLookupTables.LT_CHECKOUTBYColumn] = value;
05389 }
05390 }
05391
05392 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05393 public System.DateTime LT_CHECKOUTDATE {
05394 get {
05395 try {
05396 return ((global::System.DateTime)(this[this.tableLookupTables.LT_CHECKOUTDATEColumn]));
05397 }
05398 catch (global::System.InvalidCastException e) {
05399 throw new global::System.Data.StrongTypingException("The value for column \'LT_CHECKOUTDATE\' in table \'LookupTables\' is DBNull.", e);
05400 }
05401 }
05402 set {
05403 this[this.tableLookupTables.LT_CHECKOUTDATEColumn] = value;
05404 }
05405 }
05406
05407 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05408 public System.DateTime MOD_DATE {
05409 get {
05410 try {
05411 return ((global::System.DateTime)(this[this.tableLookupTables.MOD_DATEColumn]));
05412 }
05413 catch (global::System.InvalidCastException e) {
05414 throw new global::System.Data.StrongTypingException("The value for column \'MOD_DATE\' in table \'LookupTables\' is DBNull.", e);
05415 }
05416 }
05417 set {
05418 this[this.tableLookupTables.MOD_DATEColumn] = value;
05419 }
05420 }
05421
05422 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05423 public bool IsLT_SORT_ORDER_ENUMNull() {
05424 return this.IsNull(this.tableLookupTables.LT_SORT_ORDER_ENUMColumn);
05425 }
05426
05427 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05428 public void SetLT_SORT_ORDER_ENUMNull() {
05429 this[this.tableLookupTables.LT_SORT_ORDER_ENUMColumn] = global::System.Convert.DBNull;
05430 }
05431
05432 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05433 public bool IsLT_PRIMARY_LCIDNull() {
05434 return this.IsNull(this.tableLookupTables.LT_PRIMARY_LCIDColumn);
05435 }
05436
05437 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05438 public void SetLT_PRIMARY_LCIDNull() {
05439 this[this.tableLookupTables.LT_PRIMARY_LCIDColumn] = global::System.Convert.DBNull;
05440 }
05441
05442 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05443 public bool IsLT_FILL_ALL_LEVELSNull() {
05444 return this.IsNull(this.tableLookupTables.LT_FILL_ALL_LEVELSColumn);
05445 }
05446
05447 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05448 public void SetLT_FILL_ALL_LEVELSNull() {
05449 this[this.tableLookupTables.LT_FILL_ALL_LEVELSColumn] = global::System.Convert.DBNull;
05450 }
05451
05452 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05453 public bool IsLT_CHECKOUTBYNull() {
05454 return this.IsNull(this.tableLookupTables.LT_CHECKOUTBYColumn);
05455 }
05456
05457 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05458 public void SetLT_CHECKOUTBYNull() {
05459 this[this.tableLookupTables.LT_CHECKOUTBYColumn] = global::System.Convert.DBNull;
05460 }
05461
05462 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05463 public bool IsLT_CHECKOUTDATENull() {
05464 return this.IsNull(this.tableLookupTables.LT_CHECKOUTDATEColumn);
05465 }
05466
05467 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05468 public void SetLT_CHECKOUTDATENull() {
05469 this[this.tableLookupTables.LT_CHECKOUTDATEColumn] = global::System.Convert.DBNull;
05470 }
05471
05472 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05473 public bool IsMOD_DATENull() {
05474 return this.IsNull(this.tableLookupTables.MOD_DATEColumn);
05475 }
05476
05477 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05478 public void SetMOD_DATENull() {
05479 this[this.tableLookupTables.MOD_DATEColumn] = global::System.Convert.DBNull;
05480 }
05481
05482 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05483 public LookupTableTreesRow[] GetLookupTableTreesRows() {
05484 if ((this.Table.ChildRelations["LookupTablesLookupTableTrees"] == null)) {
05485 return new LookupTableTreesRow[0];
05486 }
05487 else {
05488 return ((LookupTableTreesRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTablesLookupTableTrees"])));
05489 }
05490 }
05491
05492 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05493 public LookupTableMasksRow[] GetLookupTableMasksRows() {
05494 if ((this.Table.ChildRelations["LookupTablesLookupTableMasks"] == null)) {
05495 return new LookupTableMasksRow[0];
05496 }
05497 else {
05498 return ((LookupTableMasksRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTablesLookupTableMasks"])));
05499 }
05500 }
05501 }
05502
05503
05504
05505
05506 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
05507 public partial class LookupTableMasksRow : global::System.Data.DataRow {
05508
05509 private LookupTableMasksDataTable tableLookupTableMasks;
05510
05511 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05512 internal LookupTableMasksRow(global::System.Data.DataRowBuilder rb) :
05513 base(rb) {
05514 this.tableLookupTableMasks = ((LookupTableMasksDataTable)(this.Table));
05515 }
05516
05517 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05518 public System.Guid LT_UID {
05519 get {
05520 return ((global::System.Guid)(this[this.tableLookupTableMasks.LT_UIDColumn]));
05521 }
05522 set {
05523 this[this.tableLookupTableMasks.LT_UIDColumn] = value;
05524 }
05525 }
05526
05527 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05528 public int LT_MASK_STRUCT_LEVEL {
05529 get {
05530 return ((int)(this[this.tableLookupTableMasks.LT_MASK_STRUCT_LEVELColumn]));
05531 }
05532 set {
05533 this[this.tableLookupTableMasks.LT_MASK_STRUCT_LEVELColumn] = value;
05534 }
05535 }
05536
05537 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05538 public byte LT_MASK_STRUCT_TYPE_ENUM {
05539 get {
05540 try {
05541 return ((byte)(this[this.tableLookupTableMasks.LT_MASK_STRUCT_TYPE_ENUMColumn]));
05542 }
05543 catch (global::System.InvalidCastException e) {
05544 throw new global::System.Data.StrongTypingException("The value for column \'LT_MASK_STRUCT_TYPE_ENUM\' in table \'LookupTableMasks\' is DB" +
05545 "Null.", e);
05546 }
05547 }
05548 set {
05549 this[this.tableLookupTableMasks.LT_MASK_STRUCT_TYPE_ENUMColumn] = value;
05550 }
05551 }
05552
05553 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05554 public int LT_MASK_STRUCT_LENGTH {
05555 get {
05556 try {
05557 return ((int)(this[this.tableLookupTableMasks.LT_MASK_STRUCT_LENGTHColumn]));
05558 }
05559 catch (global::System.InvalidCastException e) {
05560 throw new global::System.Data.StrongTypingException("The value for column \'LT_MASK_STRUCT_LENGTH\' in table \'LookupTableMasks\' is DBNul" +
05561 "l.", e);
05562 }
05563 }
05564 set {
05565 this[this.tableLookupTableMasks.LT_MASK_STRUCT_LENGTHColumn] = value;
05566 }
05567 }
05568
05569 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05570 public string LT_MASK_VALUE_SEPARATOR {
05571 get {
05572 try {
05573 return ((string)(this[this.tableLookupTableMasks.LT_MASK_VALUE_SEPARATORColumn]));
05574 }
05575 catch (global::System.InvalidCastException e) {
05576 throw new global::System.Data.StrongTypingException("The value for column \'LT_MASK_VALUE_SEPARATOR\' in table \'LookupTableMasks\' is DBN" +
05577 "ull.", e);
05578 }
05579 }
05580 set {
05581 this[this.tableLookupTableMasks.LT_MASK_VALUE_SEPARATORColumn] = value;
05582 }
05583 }
05584
05585 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05586 public LookupTablesRow LookupTablesRow {
05587 get {
05588 return ((LookupTablesRow)(this.GetParentRow(this.Table.ParentRelations["LookupTablesLookupTableMasks"])));
05589 }
05590 set {
05591 this.SetParentRow(value, this.Table.ParentRelations["LookupTablesLookupTableMasks"]);
05592 }
05593 }
05594
05595 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05596 public bool IsLT_MASK_STRUCT_TYPE_ENUMNull() {
05597 return this.IsNull(this.tableLookupTableMasks.LT_MASK_STRUCT_TYPE_ENUMColumn);
05598 }
05599
05600 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05601 public void SetLT_MASK_STRUCT_TYPE_ENUMNull() {
05602 this[this.tableLookupTableMasks.LT_MASK_STRUCT_TYPE_ENUMColumn] = global::System.Convert.DBNull;
05603 }
05604
05605 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05606 public bool IsLT_MASK_STRUCT_LENGTHNull() {
05607 return this.IsNull(this.tableLookupTableMasks.LT_MASK_STRUCT_LENGTHColumn);
05608 }
05609
05610 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05611 public void SetLT_MASK_STRUCT_LENGTHNull() {
05612 this[this.tableLookupTableMasks.LT_MASK_STRUCT_LENGTHColumn] = global::System.Convert.DBNull;
05613 }
05614
05615 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05616 public bool IsLT_MASK_VALUE_SEPARATORNull() {
05617 return this.IsNull(this.tableLookupTableMasks.LT_MASK_VALUE_SEPARATORColumn);
05618 }
05619
05620 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05621 public void SetLT_MASK_VALUE_SEPARATORNull() {
05622 this[this.tableLookupTableMasks.LT_MASK_VALUE_SEPARATORColumn] = global::System.Convert.DBNull;
05623 }
05624 }
05625
05626
05627
05628
05629 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
05630 public partial class LookupTableTreesRow : global::System.Data.DataRow {
05631
05632 private LookupTableTreesDataTable tableLookupTableTrees;
05633
05634 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05635 internal LookupTableTreesRow(global::System.Data.DataRowBuilder rb) :
05636 base(rb) {
05637 this.tableLookupTableTrees = ((LookupTableTreesDataTable)(this.Table));
05638 }
05639
05640 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05641 public System.Guid LT_STRUCT_UID {
05642 get {
05643 return ((global::System.Guid)(this[this.tableLookupTableTrees.LT_STRUCT_UIDColumn]));
05644 }
05645 set {
05646 this[this.tableLookupTableTrees.LT_STRUCT_UIDColumn] = value;
05647 }
05648 }
05649
05650 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05651 public System.Guid LT_UID {
05652 get {
05653 return ((global::System.Guid)(this[this.tableLookupTableTrees.LT_UIDColumn]));
05654 }
05655 set {
05656 this[this.tableLookupTableTrees.LT_UIDColumn] = value;
05657 }
05658 }
05659
05660 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05661 public System.Guid LT_PARENT_STRUCT_UID {
05662 get {
05663 try {
05664 return ((global::System.Guid)(this[this.tableLookupTableTrees.LT_PARENT_STRUCT_UIDColumn]));
05665 }
05666 catch (global::System.InvalidCastException e) {
05667 throw new global::System.Data.StrongTypingException("The value for column \'LT_PARENT_STRUCT_UID\' in table \'LookupTableTrees\' is DBNull" +
05668 ".", e);
05669 }
05670 }
05671 set {
05672 this[this.tableLookupTableTrees.LT_PARENT_STRUCT_UIDColumn] = value;
05673 }
05674 }
05675
05676 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05677 public int LT_VALUE_DUR {
05678 get {
05679 try {
05680 return ((int)(this[this.tableLookupTableTrees.LT_VALUE_DURColumn]));
05681 }
05682 catch (global::System.InvalidCastException e) {
05683 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DUR\' in table \'LookupTableTrees\' is DBNull.", e);
05684 }
05685 }
05686 set {
05687 this[this.tableLookupTableTrees.LT_VALUE_DURColumn] = value;
05688 }
05689 }
05690
05691 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05692 public decimal LT_VALUE_NUM {
05693 get {
05694 try {
05695 return ((decimal)(this[this.tableLookupTableTrees.LT_VALUE_NUMColumn]));
05696 }
05697 catch (global::System.InvalidCastException e) {
05698 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_NUM\' in table \'LookupTableTrees\' is DBNull.", e);
05699 }
05700 }
05701 set {
05702 this[this.tableLookupTableTrees.LT_VALUE_NUMColumn] = value;
05703 }
05704 }
05705
05706 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05707 public byte LT_VALUE_DUR_FMT {
05708 get {
05709 try {
05710 return ((byte)(this[this.tableLookupTableTrees.LT_VALUE_DUR_FMTColumn]));
05711 }
05712 catch (global::System.InvalidCastException e) {
05713 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DUR_FMT\' in table \'LookupTableTrees\' is DBNull.", e);
05714 }
05715 }
05716 set {
05717 this[this.tableLookupTableTrees.LT_VALUE_DUR_FMTColumn] = value;
05718 }
05719 }
05720
05721 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05722 public System.DateTime LT_VALUE_DATE {
05723 get {
05724 try {
05725 return ((global::System.DateTime)(this[this.tableLookupTableTrees.LT_VALUE_DATEColumn]));
05726 }
05727 catch (global::System.InvalidCastException e) {
05728 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DATE\' in table \'LookupTableTrees\' is DBNull.", e);
05729 }
05730 }
05731 set {
05732 this[this.tableLookupTableTrees.LT_VALUE_DATEColumn] = value;
05733 }
05734 }
05735
05736 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05737 public string LT_VALUE_TEXT {
05738 get {
05739 try {
05740 return ((string)(this[this.tableLookupTableTrees.LT_VALUE_TEXTColumn]));
05741 }
05742 catch (global::System.InvalidCastException e) {
05743 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_TEXT\' in table \'LookupTableTrees\' is DBNull.", e);
05744 }
05745 }
05746 set {
05747 this[this.tableLookupTableTrees.LT_VALUE_TEXTColumn] = value;
05748 }
05749 }
05750
05751 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05752 public string LT_VALUE_PHONETIC {
05753 get {
05754 try {
05755 return ((string)(this[this.tableLookupTableTrees.LT_VALUE_PHONETICColumn]));
05756 }
05757 catch (global::System.InvalidCastException e) {
05758 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_PHONETIC\' in table \'LookupTableTrees\' is DBNull.", e);
05759 }
05760 }
05761 set {
05762 this[this.tableLookupTableTrees.LT_VALUE_PHONETICColumn] = value;
05763 }
05764 }
05765
05766 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05767 public string LT_VALUE_DESC {
05768 get {
05769 try {
05770 return ((string)(this[this.tableLookupTableTrees.LT_VALUE_DESCColumn]));
05771 }
05772 catch (global::System.InvalidCastException e) {
05773 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_DESC\' in table \'LookupTableTrees\' is DBNull.", e);
05774 }
05775 }
05776 set {
05777 this[this.tableLookupTableTrees.LT_VALUE_DESCColumn] = value;
05778 }
05779 }
05780
05781 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05782 public decimal LT_VALUE_SORT_INDEX {
05783 get {
05784 try {
05785 return ((decimal)(this[this.tableLookupTableTrees.LT_VALUE_SORT_INDEXColumn]));
05786 }
05787 catch (global::System.InvalidCastException e) {
05788 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_SORT_INDEX\' in table \'LookupTableTrees\' is DBNull." +
05789 "", e);
05790 }
05791 }
05792 set {
05793 this[this.tableLookupTableTrees.LT_VALUE_SORT_INDEXColumn] = value;
05794 }
05795 }
05796
05797 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05798 public string LT_VALUE_LOCALIZED_COOKIE {
05799 get {
05800 try {
05801 return ((string)(this[this.tableLookupTableTrees.LT_VALUE_LOCALIZED_COOKIEColumn]));
05802 }
05803 catch (global::System.InvalidCastException e) {
05804 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_LOCALIZED_COOKIE\' in table \'LookupTableTrees\' is D" +
05805 "BNull.", e);
05806 }
05807 }
05808 set {
05809 this[this.tableLookupTableTrees.LT_VALUE_LOCALIZED_COOKIEColumn] = value;
05810 }
05811 }
05812
05813 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05814 public string LT_STRUCT_COOKIE {
05815 get {
05816 try {
05817 return ((string)(this[this.tableLookupTableTrees.LT_STRUCT_COOKIEColumn]));
05818 }
05819 catch (global::System.InvalidCastException e) {
05820 throw new global::System.Data.StrongTypingException("The value for column \'LT_STRUCT_COOKIE\' in table \'LookupTableTrees\' is DBNull.", e);
05821 }
05822 }
05823 set {
05824 this[this.tableLookupTableTrees.LT_STRUCT_COOKIEColumn] = value;
05825 }
05826 }
05827
05828 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05829 public string LT_VALUE_FULL {
05830 get {
05831 try {
05832 return ((string)(this[this.tableLookupTableTrees.LT_VALUE_FULLColumn]));
05833 }
05834 catch (global::System.InvalidCastException e) {
05835 throw new global::System.Data.StrongTypingException("The value for column \'LT_VALUE_FULL\' in table \'LookupTableTrees\' is DBNull.", e);
05836 }
05837 }
05838 set {
05839 this[this.tableLookupTableTrees.LT_VALUE_FULLColumn] = value;
05840 }
05841 }
05842
05843 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05844 public LookupTableTreesRow LookupTableTreesRowParent {
05845 get {
05846 return ((LookupTableTreesRow)(this.GetParentRow(this.Table.ParentRelations["LookupTableTreesLookupTableTrees"])));
05847 }
05848 set {
05849 this.SetParentRow(value, this.Table.ParentRelations["LookupTableTreesLookupTableTrees"]);
05850 }
05851 }
05852
05853 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05854 public LookupTablesRow LookupTablesRow {
05855 get {
05856 return ((LookupTablesRow)(this.GetParentRow(this.Table.ParentRelations["LookupTablesLookupTableTrees"])));
05857 }
05858 set {
05859 this.SetParentRow(value, this.Table.ParentRelations["LookupTablesLookupTableTrees"]);
05860 }
05861 }
05862
05863 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05864 public bool IsLT_PARENT_STRUCT_UIDNull() {
05865 return this.IsNull(this.tableLookupTableTrees.LT_PARENT_STRUCT_UIDColumn);
05866 }
05867
05868 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05869 public void SetLT_PARENT_STRUCT_UIDNull() {
05870 this[this.tableLookupTableTrees.LT_PARENT_STRUCT_UIDColumn] = global::System.Convert.DBNull;
05871 }
05872
05873 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05874 public bool IsLT_VALUE_DURNull() {
05875 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_DURColumn);
05876 }
05877
05878 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05879 public void SetLT_VALUE_DURNull() {
05880 this[this.tableLookupTableTrees.LT_VALUE_DURColumn] = global::System.Convert.DBNull;
05881 }
05882
05883 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05884 public bool IsLT_VALUE_NUMNull() {
05885 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_NUMColumn);
05886 }
05887
05888 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05889 public void SetLT_VALUE_NUMNull() {
05890 this[this.tableLookupTableTrees.LT_VALUE_NUMColumn] = global::System.Convert.DBNull;
05891 }
05892
05893 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05894 public bool IsLT_VALUE_DUR_FMTNull() {
05895 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_DUR_FMTColumn);
05896 }
05897
05898 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05899 public void SetLT_VALUE_DUR_FMTNull() {
05900 this[this.tableLookupTableTrees.LT_VALUE_DUR_FMTColumn] = global::System.Convert.DBNull;
05901 }
05902
05903 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05904 public bool IsLT_VALUE_DATENull() {
05905 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_DATEColumn);
05906 }
05907
05908 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05909 public void SetLT_VALUE_DATENull() {
05910 this[this.tableLookupTableTrees.LT_VALUE_DATEColumn] = global::System.Convert.DBNull;
05911 }
05912
05913 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05914 public bool IsLT_VALUE_TEXTNull() {
05915 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_TEXTColumn);
05916 }
05917
05918 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05919 public void SetLT_VALUE_TEXTNull() {
05920 this[this.tableLookupTableTrees.LT_VALUE_TEXTColumn] = global::System.Convert.DBNull;
05921 }
05922
05923 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05924 public bool IsLT_VALUE_PHONETICNull() {
05925 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_PHONETICColumn);
05926 }
05927
05928 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05929 public void SetLT_VALUE_PHONETICNull() {
05930 this[this.tableLookupTableTrees.LT_VALUE_PHONETICColumn] = global::System.Convert.DBNull;
05931 }
05932
05933 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05934 public bool IsLT_VALUE_DESCNull() {
05935 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_DESCColumn);
05936 }
05937
05938 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05939 public void SetLT_VALUE_DESCNull() {
05940 this[this.tableLookupTableTrees.LT_VALUE_DESCColumn] = global::System.Convert.DBNull;
05941 }
05942
05943 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05944 public bool IsLT_VALUE_SORT_INDEXNull() {
05945 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_SORT_INDEXColumn);
05946 }
05947
05948 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05949 public void SetLT_VALUE_SORT_INDEXNull() {
05950 this[this.tableLookupTableTrees.LT_VALUE_SORT_INDEXColumn] = global::System.Convert.DBNull;
05951 }
05952
05953 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05954 public bool IsLT_VALUE_LOCALIZED_COOKIENull() {
05955 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_LOCALIZED_COOKIEColumn);
05956 }
05957
05958 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05959 public void SetLT_VALUE_LOCALIZED_COOKIENull() {
05960 this[this.tableLookupTableTrees.LT_VALUE_LOCALIZED_COOKIEColumn] = global::System.Convert.DBNull;
05961 }
05962
05963 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05964 public bool IsLT_STRUCT_COOKIENull() {
05965 return this.IsNull(this.tableLookupTableTrees.LT_STRUCT_COOKIEColumn);
05966 }
05967
05968 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05969 public void SetLT_STRUCT_COOKIENull() {
05970 this[this.tableLookupTableTrees.LT_STRUCT_COOKIEColumn] = global::System.Convert.DBNull;
05971 }
05972
05973 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05974 public bool IsLT_VALUE_FULLNull() {
05975 return this.IsNull(this.tableLookupTableTrees.LT_VALUE_FULLColumn);
05976 }
05977
05978 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05979 public void SetLT_VALUE_FULLNull() {
05980 this[this.tableLookupTableTrees.LT_VALUE_FULLColumn] = global::System.Convert.DBNull;
05981 }
05982
05983 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
05984 public LookupTableTreesRow[] GetLookupTableTreesRows() {
05985 if ((this.Table.ChildRelations["LookupTableTreesLookupTableTrees"] == null)) {
05986 return new LookupTableTreesRow[0];
05987 }
05988 else {
05989 return ((LookupTableTreesRow[])(base.GetChildRows(this.Table.ChildRelations["LookupTableTreesLookupTableTrees"])));
05990 }
05991 }
05992 }
05993
05994
05995
05996
05997 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
05998 public class LookupTablesRowChangeEvent : global::System.EventArgs {
05999
06000 private LookupTablesRow eventRow;
06001
06002 private global::System.Data.DataRowAction eventAction;
06003
06004 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06005 public LookupTablesRowChangeEvent(LookupTablesRow row, global::System.Data.DataRowAction action) {
06006 this.eventRow = row;
06007 this.eventAction = action;
06008 }
06009
06010 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06011 public LookupTablesRow Row {
06012 get {
06013 return this.eventRow;
06014 }
06015 }
06016
06017 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06018 public global::System.Data.DataRowAction Action {
06019 get {
06020 return this.eventAction;
06021 }
06022 }
06023 }
06024
06025
06026
06027
06028 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
06029 public class LookupTableMasksRowChangeEvent : global::System.EventArgs {
06030
06031 private LookupTableMasksRow eventRow;
06032
06033 private global::System.Data.DataRowAction eventAction;
06034
06035 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06036 public LookupTableMasksRowChangeEvent(LookupTableMasksRow row, global::System.Data.DataRowAction action) {
06037 this.eventRow = row;
06038 this.eventAction = action;
06039 }
06040
06041 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06042 public LookupTableMasksRow Row {
06043 get {
06044 return this.eventRow;
06045 }
06046 }
06047
06048 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06049 public global::System.Data.DataRowAction Action {
06050 get {
06051 return this.eventAction;
06052 }
06053 }
06054 }
06055
06056
06057
06058
06059 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
06060 public class LookupTableTreesRowChangeEvent : global::System.EventArgs {
06061
06062 private LookupTableTreesRow eventRow;
06063
06064 private global::System.Data.DataRowAction eventAction;
06065
06066 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06067 public LookupTableTreesRowChangeEvent(LookupTableTreesRow row, global::System.Data.DataRowAction action) {
06068 this.eventRow = row;
06069 this.eventAction = action;
06070 }
06071
06072 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06073 public LookupTableTreesRow Row {
06074 get {
06075 return this.eventRow;
06076 }
06077 }
06078
06079 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
06080 public global::System.Data.DataRowAction Action {
06081 get {
06082 return this.eventAction;
06083 }
06084 }
06085 }
06086 }
06087
06088
06089 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06090 public delegate void CheckOutLookupTablesCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
06091
06092
06093 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06094 public delegate void CheckInLookupTablesCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
06095
06096
06097 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06098 public delegate void ReadLookupTablesMultiLangCompletedEventHandler(object sender, ReadLookupTablesMultiLangCompletedEventArgs e);
06099
06100
06101 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06102 [System.Diagnostics.DebuggerStepThroughAttribute()]
06103 [System.ComponentModel.DesignerCategoryAttribute("code")]
06104 public partial class ReadLookupTablesMultiLangCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
06105
06106 private object[] results;
06107
06108 internal ReadLookupTablesMultiLangCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
06109 base(exception, cancelled, userState) {
06110 this.results = results;
06111 }
06112
06113
06114 public LookupTableMultiLangDataSet Result {
06115 get {
06116 this.RaiseExceptionIfNecessary();
06117 return ((LookupTableMultiLangDataSet)(this.results[0]));
06118 }
06119 }
06120 }
06121
06122
06123 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06124 public delegate void CreateLookupTablesMultiLangCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
06125
06126
06127 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06128 public delegate void DeleteLookupTablesCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
06129
06130
06131 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06132 public delegate void UpdateLookupTablesMultiLangCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
06133
06134
06135 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06136 public delegate void ReadLookupTablesCompletedEventHandler(object sender, ReadLookupTablesCompletedEventArgs e);
06137
06138
06139 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06140 [System.Diagnostics.DebuggerStepThroughAttribute()]
06141 [System.ComponentModel.DesignerCategoryAttribute("code")]
06142 public partial class ReadLookupTablesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
06143
06144 private object[] results;
06145
06146 internal ReadLookupTablesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
06147 base(exception, cancelled, userState) {
06148 this.results = results;
06149 }
06150
06151
06152 public LookupTableDataSet Result {
06153 get {
06154 this.RaiseExceptionIfNecessary();
06155 return ((LookupTableDataSet)(this.results[0]));
06156 }
06157 }
06158 }
06159
06160
06161 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06162 public delegate void ReadLookupTablesByUidsCompletedEventHandler(object sender, ReadLookupTablesByUidsCompletedEventArgs e);
06163
06164
06165 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06166 [System.Diagnostics.DebuggerStepThroughAttribute()]
06167 [System.ComponentModel.DesignerCategoryAttribute("code")]
06168 public partial class ReadLookupTablesByUidsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
06169
06170 private object[] results;
06171
06172 internal ReadLookupTablesByUidsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
06173 base(exception, cancelled, userState) {
06174 this.results = results;
06175 }
06176
06177
06178 public LookupTableDataSet Result {
06179 get {
06180 this.RaiseExceptionIfNecessary();
06181 return ((LookupTableDataSet)(this.results[0]));
06182 }
06183 }
06184 }
06185
06186
06187 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06188 public delegate void ReadLookupTablesMultiLangByUidsCompletedEventHandler(object sender, ReadLookupTablesMultiLangByUidsCompletedEventArgs e);
06189
06190
06191 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06192 [System.Diagnostics.DebuggerStepThroughAttribute()]
06193 [System.ComponentModel.DesignerCategoryAttribute("code")]
06194 public partial class ReadLookupTablesMultiLangByUidsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
06195
06196 private object[] results;
06197
06198 internal ReadLookupTablesMultiLangByUidsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
06199 base(exception, cancelled, userState) {
06200 this.results = results;
06201 }
06202
06203
06204 public LookupTableMultiLangDataSet Result {
06205 get {
06206 this.RaiseExceptionIfNecessary();
06207 return ((LookupTableMultiLangDataSet)(this.results[0]));
06208 }
06209 }
06210 }
06211
06212
06213 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06214 public delegate void CreateLookupTablesCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
06215
06216
06217 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
06218 public delegate void UpdateLookupTablesCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
06219 }
06220
06221 #pragma warning restore 1591