コード例 #1
0
            public tsh_UnidadesRow Addtsh_UnidadesRow(string IdUnidad, string Nombre, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, string IdGenerado, string RowIdGenerado)
            {
                tsh_UnidadesRow rowtsh_UnidadesRow = ((tsh_UnidadesRow)(this.NewRow()));

                rowtsh_UnidadesRow.ItemArray = new object[] {
                    IdUnidad,
                    Nombre,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    IdGenerado,
                    RowIdGenerado
                };
                this.Rows.Add(rowtsh_UnidadesRow);
                return(rowtsh_UnidadesRow);
            }
コード例 #2
0
 public tsh_UnidadesRowChangeEvent(tsh_UnidadesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removetsh_UnidadesRow(tsh_UnidadesRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addtsh_UnidadesRow(tsh_UnidadesRow row)
 {
     this.Rows.Add(row);
 }