public tsy_MotivoOrdenReparacionRow Addtsy_MotivoOrdenReparacionRow(long IdMotivo, long IdMotivoPadre, bool EsVerdadero, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId) {
     tsy_MotivoOrdenReparacionRow rowtsy_MotivoOrdenReparacionRow = ((tsy_MotivoOrdenReparacionRow)(this.NewRow()));
     rowtsy_MotivoOrdenReparacionRow.ItemArray = new object[] {
             IdMotivo,
             IdMotivoPadre,
             EsVerdadero,
             Descripcion,
             FechaCreacion,
             IdConexionCreacion,
             UltimaModificacion,
             IdConexionUltimaModificacion,
             RowId};
     this.Rows.Add(rowtsy_MotivoOrdenReparacionRow);
     return rowtsy_MotivoOrdenReparacionRow;
 }
 public tsy_MotivoOrdenReparacionRowChangeEvent(tsy_MotivoOrdenReparacionRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Removetsy_MotivoOrdenReparacionRow(tsy_MotivoOrdenReparacionRow row) {
     this.Rows.Remove(row);
 }
 public void Addtsy_MotivoOrdenReparacionRow(tsy_MotivoOrdenReparacionRow row) {
     this.Rows.Add(row);
 }