示例#1
0
            public tlg_SeccionesRow Addtlg_SeccionesRow(string IdSeccion, string IdDeposito, string Descripcion, string Ubicacion, string Comentario, long Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tlg_SeccionesRow rowtlg_SeccionesRow = ((tlg_SeccionesRow)(this.NewRow()));

                rowtlg_SeccionesRow.ItemArray = new object[] {
                    IdSeccion,
                    IdDeposito,
                    Descripcion,
                    Ubicacion,
                    Comentario,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtlg_SeccionesRow);
                return(rowtlg_SeccionesRow);
            }
示例#2
0
 public tlg_SeccionesRowChangeEvent(tlg_SeccionesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
示例#3
0
 public void Removetlg_SeccionesRow(tlg_SeccionesRow row)
 {
     this.Rows.Remove(row);
 }
示例#4
0
 public void Addtlg_SeccionesRow(tlg_SeccionesRow row)
 {
     this.Rows.Add(row);
 }