PictureRelationDataTypeIdentifier Enumeration |
Enumeration of identifiers for picture relation data types.
Using ToString() on an enumeration value should return a value
that is the same as the picture relation data type identifier.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum PictureRelationDataTypeIdentifier
Public Enumeration PictureRelationDataTypeIdentifier
public enum class PictureRelationDataTypeIdentifier
type PictureRelationDataTypeIdentifier
Members
| Member name | Value | Description |
---|
| Factor | 1 |
Identifier for picture relations to data of type factor.
|
| SpeciesFact | 2 |
Identifier for picture relations to data of type species fact.
|
| Taxon | 3 |
Identifier for picture relations to data of type taxon.
|
See Also