public tsh_DocumentosRow Addtsh_DocumentosRow(string IdDocumento, long IdTipoArchivo, long IdClaseDocumento, string Descripcion, long Tamanio, System.Byte[] Documento, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa) { tsh_DocumentosRow rowtsh_DocumentosRow = ((tsh_DocumentosRow)(this.NewRow())); rowtsh_DocumentosRow.ItemArray = new object[] { IdDocumento, IdTipoArchivo, IdClaseDocumento, Descripcion, Tamanio, Documento, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, IdReservado, RowId, IdSucursal, IdEmpresa }; this.Rows.Add(rowtsh_DocumentosRow); return(rowtsh_DocumentosRow); }
public tsh_DocumentosRowChangeEvent(tsh_DocumentosRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removetsh_DocumentosRow(tsh_DocumentosRow row) { this.Rows.Remove(row); }
public void Addtsh_DocumentosRow(tsh_DocumentosRow row) { this.Rows.Add(row); }