Click or drag to resize
CitationReference Class
Citations for all articles containing data reported in this sequence. Citations in PubMed that do not fall within Medline's scope will have only a PUBMED identifier. Similarly, citations that *are* in Medline's scope but which have not yet been assigned Medline UIs will have only a PUBMED identifier. If a citation is present in both the PubMed and Medline databases, both a MEDLINE and a PUBMED line will be present.
Inheritance Hierarchy
SystemObject
  Bio.IO.GenBankCitationReference

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class CitationReference

The CitationReference type exposes the following members.

Constructors
  NameDescription
Public methodCitationReference
Initializes a new instance of the CitationReference class
Top
Properties
  NameDescription
Public propertyAuthors
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.
Public propertyConsortiums
Lists the collective names of consortiums associated with the citation (eg, International Human Genome Sequencing Consortium), rather than individual author names.
Public propertyJournal
Lists the journal name, volume, year, and page numbers of the citation
Public propertyLocation
The range of bases in the sequence entry reported in this citation.
Public propertyMedline
The National Library of Medicine's Medline unique identifier for a citation (if known). Medline UIs are 8 digit numbers.
Public propertyNumber
Reference number.
Public propertyPubMed
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
Public propertyRemarks
The REMARK line is a textual comment that specifies the relevance of the citation to the entry.
Public propertyTitle
Full title of citation. Present in all but unpublished citations.
Top
Methods
  NameDescription
Public methodClone
Creates a new CitationReference that is a copy of the current CitationReference.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also