Click or drag to resize
WebSpeciesFact Class
This class represents a species fact.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebSpeciesFact : WebData

The WebSpeciesFact type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesFact
Initializes a new instance of the WebSpeciesFact class
Top
Properties
  NameDescription
Public propertyFactorId
Factor Id for this species fact.
Public propertyFieldValue1
Field value 1 of this species fact.
Public propertyFieldValue2
Field value 2 of this species fact.
Public propertyFieldValue3
Field value 3 of this species fact.
Public propertyFieldValue4
Field value 4 of this species fact.
Public propertyFieldValue5
Field value 5 of this species fact.
Public propertyHostId
Host id for this species fact.
Public propertyId
Id for this species fact.
Public propertyIndividualCategoryId
Individual category id for this species fact.
Public propertyIsFieldValue1Specified
Indication about whether or not field 1 has a Value for this species fact.
Public propertyIsFieldValue2Specified
Indication about whether or not field 2 has a Value for this species fact.
Public propertyIsFieldValue3Specified
Indication about whether or not field 3 has a Value for this species fact.
Public propertyIsFieldValue4Specified
Indication about whether or not field 4 has a Value for this species fact.
Public propertyIsFieldValue5Specified
Indication about whether or not field 5 has a Value for this species fact.
Public propertyIsHostSpecified
Indication about whether or not this species fact has a host value.
Public propertyIsPeriodSpecified
Indication about whether or not this species fact has a period value.
Public propertyModifiedBy
Name of the person that made the last update of this species fact.
Public propertyModifiedDate
Date when the species fact was last updated.
Public propertyPeriodId
Period id for this species fact.
Public propertyQualityId
Quality id for this species fact.
Public propertyReferenceId
Reference id for this species fact.
Public propertyTaxonId
Taxon id for this species fact.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodGetString
Get information about species fact as string.
(Defined by WebSpeciesFactExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also