Click or drag to resize
WebDarwinCoreResourceRelationship Class
This class contains resource relationship information about a species observation in Darwin Core 1.5 compatible format. Further information about the properties can be found at http://rs.tdwg.org/dwc/terms/
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebDarwinCoreResourceRelationship

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

The WebDarwinCoreResourceRelationship type exposes the following members.

Constructors
  NameDescription
Public methodWebDarwinCoreResourceRelationship
Initializes a new instance of the WebDarwinCoreResourceRelationship class
Top
Properties
  NameDescription
Public propertyRelatedResourceID
Darwin Core term name: relatedResourceID. An identifier for a related resource (the object, rather than the subject of the relationship). This property is currently not used.
Public propertyRelationshipAccordingTo
Darwin Core term name: relationshipAccordingTo. The source (person, organization, publication, reference) establishing the relationship between the two resources. This property is currently not used.
Public propertyRelationshipEstablishedDate
Darwin Core term name: relationshipEstablishedDate. The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). This property is currently not used.
Public propertyRelationshipOfResource
Darwin Core term name: RelationshipOfResource. The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary. This property is currently not used.
Public propertyRelationshipRemarks
Darwin Core term name: relationshipRemarks. Comments or notes about the relationship between the two resources. This property is currently not used.
Public propertyResourceID
Darwin Core term name: resourceID. An identifier for the resource that is the subject of the relationship. This property is currently not used.
Public propertyResourceRelationshipID
Darwin Core term name: resourceRelationshipID. An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object). This property is currently not used.
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