Exemple #1
0
            public override System.Data.DataTable Clone()
            {
                ActionDataTable cln = ((ActionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 internal void InitVars()
 {
     this.tableAction = ((ActionDataTable)(this.Tables["Action"]));
     if ((this.tableAction != null))
     {
         this.tableAction.InitVars();
     }
 }
Exemple #3
0
 private void InitClass()
 {
     this.DataSetName             = "Actions";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Actions.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAction             = new ActionDataTable();
     base.Tables.Add(this.tableAction);
 }
Exemple #4
0
 internal void InitVars(bool initTable)
 {
     this.tableAction = ((ActionDataTable)(base.Tables["Action"]));
     if ((initTable == true))
     {
         if ((this.tableAction != null))
         {
             this.tableAction.InitVars();
         }
     }
 }
Exemple #5
0
 private void InitClass()
 {
     this.DataSetName        = "Actions";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/Actions.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableAction        = new ActionDataTable();
     this.Tables.Add(this.tableAction);
 }
 private void InitClass() {
     this.DataSetName = "DS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableFait = new FaitDataTable();
     base.Tables.Add(this.tableFait);
     this.tableAction = new ActionDataTable();
     base.Tables.Add(this.tableAction);
     this.tableCombinaison = new CombinaisonDataTable();
     base.Tables.Add(this.tableCombinaison);
     this.tableDesignAct = new DesignActDataTable();
     base.Tables.Add(this.tableDesignAct);
     this.tableCombinaisonPr = new CombinaisonPrDataTable();
     base.Tables.Add(this.tableCombinaisonPr);
 }
 internal void InitVars(bool initTable) {
     this.tableFait = ((FaitDataTable)(base.Tables["Fait"]));
     if ((initTable == true)) {
         if ((this.tableFait != null)) {
             this.tableFait.InitVars();
         }
     }
     this.tableAction = ((ActionDataTable)(base.Tables["Action"]));
     if ((initTable == true)) {
         if ((this.tableAction != null)) {
             this.tableAction.InitVars();
         }
     }
     this.tableCombinaison = ((CombinaisonDataTable)(base.Tables["Combinaison"]));
     if ((initTable == true)) {
         if ((this.tableCombinaison != null)) {
             this.tableCombinaison.InitVars();
         }
     }
     this.tableDesignAct = ((DesignActDataTable)(base.Tables["DesignAct"]));
     if ((initTable == true)) {
         if ((this.tableDesignAct != null)) {
             this.tableDesignAct.InitVars();
         }
     }
     this.tableCombinaisonPr = ((CombinaisonPrDataTable)(base.Tables["CombinaisonPr"]));
     if ((initTable == true)) {
         if ((this.tableCombinaisonPr != null)) {
             this.tableCombinaisonPr.InitVars();
         }
     }
 }
 internal ActionRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableAction = ((ActionDataTable)(this.Table));
 }
Exemple #9
0
 internal ActionRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAction = ((ActionDataTable)(this.Table));
 }
Exemple #10
0
 private void InitClass() {
     this.DataSetName = "Actions";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/Actions.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAction = new ActionDataTable();
     base.Tables.Add(this.tableAction);
 }
Exemple #11
0
 internal void InitVars(bool initTable) {
     this.tableAction = ((ActionDataTable)(base.Tables["Action"]));
     if ((initTable == true)) {
         if ((this.tableAction != null)) {
             this.tableAction.InitVars();
         }
     }
 }
Exemple #12
0
 internal void InitVars()
 {
     this.tableAction = ((ActionDataTable)(this.Tables["Action"]));
     if ((this.tableAction != null)) {
         this.tableAction.InitVars();
     }
 }
Exemple #13
0
 internal ActionRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableAction = ((ActionDataTable)(this.Table));
 }
Exemple #14
0
 private void InitClass()
 {
     this.DataSetName = "Actions";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/Actions.xsd";
     this.Locale = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableAction = new ActionDataTable();
     this.Tables.Add(this.tableAction);
 }