コード例 #1
0
 /// <summary>
 /// Creates a instance of a Species Information Document
 /// object based on taxon.
 /// </summary>
 /// <param name="taxon">Taxon.</param>
 public SpeciesEncyclopediaArticle(Taxon taxon)
     : this(taxon, PeriodManager.GetCurrentPublicPeriod())
 {
 }
 /// <summary>
 /// Creates a instance of a Species Information Document
 /// object based on taxon.
 /// </summary>
 /// <param name="taxon">Taxon.</param>
 public SpeciesInformationDocument(Taxon taxon)
     : this(taxon, PeriodManager.GetCurrentPublicPeriod())
 {
 }
コード例 #3
0
 /// <summary>
 /// Creates a instance of a Species Information Document
 /// object based on a list of species facts.
 /// </summary>
 /// <param name="speciesFacts">The species facts related to species information document factors and a single taxon</param>
 public SpeciesEncyclopediaArticle(SpeciesFactList speciesFacts)
     : this(speciesFacts, PeriodManager.GetCurrentPublicPeriod())
 {
 }
 /// <summary>
 /// Creates a instance of a Species Information Document
 /// object based on a list of species facts.
 /// </summary>
 /// <param name="speciesFacts">The species facts related to species information document factors and a single taxon</param>
 public SpeciesInformationDocument(SpeciesFactList speciesFacts)
     : this(speciesFacts, PeriodManager.GetCurrentPublicPeriod())
 {
 }