TaxonRelationSearchScope Enumeration |
Possible scopes when retrieving taxon relations.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic enum TaxonRelationSearchScope
Public Enumeration TaxonRelationSearchScope
public enum class TaxonRelationSearchScope
type TaxonRelationSearchScope
Members
| Member name | Value | Description |
---|
| AllChildRelations | 0 |
All child relations.
|
| AllParentRelations | 1 |
All parent relations.
|
| NearestChildRelations | 2 |
Nearest child relations.
|
| NearestParentRelations | 3 |
Nearest parent relations.
|
See Also