Skip to content

Commit

Permalink
run msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 19, 2024
1 parent 28996df commit 3f0fe48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ <h3>Declare</h3>
<code id="clr_ts">
# namespace BioNovoGene.BioDeep.Chemistry.TMIC.HMDB
export class metabolite extends <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/MetaReference.html">MetaReference</a> {
ontology: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/ontology.html">ontology</a>;
version: string;
creation_date: string;
update_date: string;
Expand All @@ -55,7 +56,6 @@ <h3>Declare</h3>
diseases: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/disease.html">disease[]</a>;
normal_concentrations: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/concentration.html">concentration[]</a>;
abnormal_concentrations: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/concentration.html">concentration[]</a>;
ontology: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/ontology.html">ontology</a>;
general_references: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/reference.html">reference[]</a>;
protein_associations: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/protein.html">protein[]</a>;
accession: string;
Expand Down Expand Up @@ -105,12 +105,12 @@ <h3>.NET clr type reference tree</h3>

<ol>
<li>this class extends from <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/MetaReference.html">MetaReference</a> class: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/MetaReference.html">MetaReference</a></li>
<li>use by <i>property</i> member <code>ontology</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/ontology.html">ontology</a></li>
<li>use by <i>property</i> member <code>experimental_properties</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/Properties.html">Properties</a></li>
<li>use by <i>property</i> member <code>predicted_properties</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/Properties.html">Properties</a></li>
<li>use by <i>property</i> member <code>diseases</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/disease.html">disease</a></li>
<li>use by <i>property</i> member <code>normal_concentrations</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/concentration.html">concentration</a></li>
<li>use by <i>property</i> member <code>abnormal_concentrations</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/concentration.html">concentration</a></li>
<li>use by <i>property</i> member <code>ontology</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/ontology.html">ontology</a></li>
<li>use by <i>property</i> member <code>general_references</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/reference.html">reference</a></li>
<li>use by <i>property</i> member <code>protein_associations</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/protein.html">protein</a></li>
<li>use by <i>property</i> member <code>secondary_accessions</code>: <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/TMIC/HMDB/secondary_accessions.html">secondary_accessions</a></li>
Expand Down
2 changes: 1 addition & 1 deletion src/mzkit
Submodule mzkit updated from 99beae to bbecd2

0 comments on commit 3f0fe48

Please sign in to comment.