Exemplo n.º 1
0
 private void InitClass()
 {
     this.DataSetName = "ScheduledFTPFile";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ScheduledFTPFile.xsd";
     this.Locale = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableFileUpload = new FileUploadDataTable();
     this.Tables.Add(this.tableFileUpload);
     this.tableFileDownload = new FileDownloadDataTable();
     this.Tables.Add(this.tableFileDownload);
 }
Exemplo n.º 2
0
 internal void InitVars()
 {
     this.tableFileUpload = ((FileUploadDataTable)(this.Tables["FileUpload"]));
     if ((this.tableFileUpload != null)) {
         this.tableFileUpload.InitVars();
     }
     this.tableFileDownload = ((FileDownloadDataTable)(this.Tables["FileDownload"]));
     if ((this.tableFileDownload != null)) {
         this.tableFileDownload.InitVars();
     }
 }
Exemplo n.º 3
0
 internal FileUploadRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableFileUpload = ((FileUploadDataTable)(this.Table));
 }
Exemplo n.º 4
0
 internal FileUploadRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableFileUpload = ((FileUploadDataTable)(this.Table));
 }
Exemplo n.º 5
0
 private void InitClass() {
     this.DataSetName = "ScheduledFTPFile";
     this.Prefix = "";
     this.Namespace = "http://carverlab.com/xsd/2008/ScheduledFTPFile.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableFileUpload = new FileUploadDataTable();
     base.Tables.Add(this.tableFileUpload);
     this.tableFileDownload = new FileDownloadDataTable();
     base.Tables.Add(this.tableFileDownload);
 }
Exemplo n.º 6
0
 internal void InitVars(bool initTable) {
     this.tableFileUpload = ((FileUploadDataTable)(base.Tables["FileUpload"]));
     if ((initTable == true)) {
         if ((this.tableFileUpload != null)) {
             this.tableFileUpload.InitVars();
         }
     }
     this.tableFileDownload = ((FileDownloadDataTable)(base.Tables["FileDownload"]));
     if ((initTable == true)) {
         if ((this.tableFileDownload != null)) {
             this.tableFileDownload.InitVars();
         }
     }
 }