Click or drag to resize
SpeciesObservationDataProvider Class
This class contains information about a species observation data source in swedish life watch.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationDataProvider

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class SpeciesObservationDataProvider : ISpeciesObservationDataProvider, 
	IDataId32

The SpeciesObservationDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationDataProvider
Initializes a new instance of the SpeciesObservationDataProvider class
Top
Properties
  NameDescription
Public propertyContactEmail
Email address to contact person.
Public propertyContactPerson
Name of contact person.
Public propertyDataContext
Data context.
Public propertyDescription
Information about the data source.
Public propertyGuid
GUID (Globally Unique Identifier) for this object. It is a LSID, which is unique for each version of the record holding the information included in this object.
Public propertyId
Id for the data source.
Public propertyName
Name of the data source.
Public propertyNonPublicSpeciesObservationCount
Number of non public species observations in data source.
Public propertyOrganization
Name of the organization that is responsible for the data source.
Public propertyPublicSpeciesObservationCount
Number of public species observations in data source.
Public propertySpeciesObservationCount
Total number of species observations in data source.
Public propertyUrl
Web address (that can be used in a web browser) where more information about the data source can be found.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
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