Exemplo n.º 1
0
 internal SecurityRightRow(DataRowBuilder rb) : base(rb)
 {
     this.tableSecurityRight = (SecurityRightData.SecurityRightDataTable)base.Table;
 }
 internal SecurityRightRow(DataRowBuilder rb) : base(rb)
 {
     this.tableSecurityRight = (SecurityRightData.SecurityRightDataTable) base.Table;
 }
Exemplo n.º 3
0
 public override DataTable Clone()
 {
     SecurityRightData.SecurityRightDataTable table = (SecurityRightData.SecurityRightDataTable)base.Clone();
     table.InitVars();
     return(table);
 }