Example #1
0
            public locationlevelRow AddlocationlevelRow(byte nlevel, string description, byte codelen, string cu, System.DateTime ct, string lu, System.DateTime lt, byte flag)
            {
                locationlevelRow rowlocationlevelRow = ((locationlevelRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    nlevel,
                    description,
                    codelen,
                    cu,
                    ct,
                    lu,
                    lt,
                    flag
                };
                rowlocationlevelRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowlocationlevelRow);
                return(rowlocationlevelRow);
            }
Example #2
0
 public locationlevelRowChangeEvent(locationlevelRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void RemovelocationlevelRow(locationlevelRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void AddlocationlevelRow(locationlevelRow row)
 {
     this.Rows.Add(row);
 }