Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                ActorEventDataTable cln = ((ActorEventDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "SAPDataSetActorEvent";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableActorEvent         = new ActorEventDataTable();
     base.Tables.Add(this.tableActorEvent);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableActorEvent = ((ActorEventDataTable)(base.Tables["ActorEvent"]));
     if ((initTable == true))
     {
         if ((this.tableActorEvent != null))
         {
             this.tableActorEvent.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal ActorEventRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableActorEvent = ((ActorEventDataTable)(this.Table));
 }