public tsy_ClaseDocumentoRow Addtsy_ClaseDocumentoRow(long IdClaseDocumento, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsy_ClaseDocumentoRow rowtsy_ClaseDocumentoRow = ((tsy_ClaseDocumentoRow)(this.NewRow()));

                rowtsy_ClaseDocumentoRow.ItemArray = new object[] {
                    IdClaseDocumento,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsy_ClaseDocumentoRow);
                return(rowtsy_ClaseDocumentoRow);
            }
 public tsy_ClaseDocumentoRowChangeEvent(tsy_ClaseDocumentoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsy_ClaseDocumentoRow(tsy_ClaseDocumentoRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsy_ClaseDocumentoRow(tsy_ClaseDocumentoRow row)
 {
     this.Rows.Add(row);
 }