CitationReference Class |
Namespace: Bio.IO.GenBank
The CitationReference type exposes the following members.
Name | Description | |
---|---|---|
CitationReference | Initializes a new instance of the CitationReference class |
Name | Description | |
---|---|---|
Authors |
Lists the authors in the order in which they appear in the cited article
Last names are separated from initials by a comma (no space); there is no comma
before the final `and'. The list of authors ends with a period.
| |
Consortiums |
Lists the collective names of consortiums associated with the citation
(eg, International Human Genome Sequencing Consortium), rather than individual author names.
| |
Journal |
Lists the journal name, volume, year, and page numbers of the citation
| |
Location |
The range of bases in the sequence entry reported in this citation.
| |
Medline |
The National Library of Medicine's Medline unique identifier for a citation (if known).
Medline UIs are 8 digit numbers.
| |
Number |
Reference number.
| |
PubMed |
The PubMed unique identifier for a citation (if known).
PUBMED ids are numeric, and are record identifiers for article abstracts in the PubMed database.
http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=PubMed
| |
Remarks |
The REMARK line is a textual comment that specifies the relevance
of the citation to the entry.
| |
Title |
Full title of citation.
Present in all but unpublished citations.
|
Name | Description | |
---|---|---|
Clone |
Creates a new CitationReference that is a copy of the current CitationReference.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |