Click or drag to resize
WebDyntaxaRevisionSpeciesFact Class
This class represents a species fact in Dyntaxa that is used during Revision to save state until the revision is checked in.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebDyntaxaRevisionSpeciesFact

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 WebDyntaxaRevisionSpeciesFact : WebData

The WebDyntaxaRevisionSpeciesFact type exposes the following members.

Constructors
  NameDescription
Public methodWebDyntaxaRevisionSpeciesFact
Initializes a new instance of the WebDyntaxaRevisionSpeciesFact class
Top
Properties
  NameDescription
Public propertyChangedInRevisionEventId
This species fact are part of a revision if a revision event id is specified.
Public propertyCreatedBy
Id of user that created the item.
Public propertyCreatedDate
Date and time when the item was created.
Public propertyDescription
Description for this species fact.
Public propertyFactorId
Factor Id for this species fact.
Public propertyId
Unique id for this dyntaxa revision species fact.
Public propertyIsChangedInRevisionEventIdSpecified
Specifies if property ChangedInRevisionEventId contains a value or not.
Public propertyIsPublished
Indicates if this species fact has been published.
Public propertyIsRevisionEventIdSpecified
Specifies if property RevisionEventId contains a value or not.
Public propertyModifiedBy
Last modified by the user with this id.
Public propertyModifiedDate
Last modified at this date.
Public propertyOriginalDescription
Original Description for this species fact. Will be null if SpeciesFactExists==false.
Public propertyOriginalQualityId
Original Quality id for this species fact. Will be null if SpeciesFactExists==false.
Public propertyOriginalReferenceId
Original Reference id for this species fact. Will be null if SpeciesFactExists==false.
Public propertyOriginalStatusId
Original StatusId for this species fact. Will be null if SpeciesFactExists==false.
Public propertyQualityId
Quality id for this species fact.
Public propertyReferenceId
Reference id for this species fact.
Public propertyRevisionEventId
Revision event id.
Public propertyRevisionId
Revision id.
Public propertySpeciesFactExists
Indicates whether the species fact exists in Artfakta database or not.
Public propertyStatusId
StatusId 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 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