public tsy_TiposDocumentosRow Addtsy_TiposDocumentosRow(string idTipoDocumento, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsy_TiposDocumentosRow rowtsy_TiposDocumentosRow = ((tsy_TiposDocumentosRow)(this.NewRow()));

                rowtsy_TiposDocumentosRow.ItemArray = new object[] {
                    idTipoDocumento,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsy_TiposDocumentosRow);
                return(rowtsy_TiposDocumentosRow);
            }
 public tsy_TiposDocumentosRowChangeEvent(tsy_TiposDocumentosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsy_TiposDocumentosRow(tsy_TiposDocumentosRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsy_TiposDocumentosRow(tsy_TiposDocumentosRow row)
 {
     this.Rows.Add(row);
 }