FactorSearchScope Enumeration |
Alternative restrictions of returned data.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum FactorSearchScope
Public Enumeration FactorSearchScope
public enum class FactorSearchScope
Members
| Member name | Value | Description |
---|
| NoScope | 0 |
No special scope.
|
| AllChildFactors | 1 |
Include child factors.
|
| AllParentFactors | 2 |
Include parent factors.
|
| NearestChildFactors | 3 |
Include nearest child factors.
|
| NearestParentFactors | 4 |
Include nearest parent factors.
|
| LeafFactors | 5 |
Include child leaf factors.
|
See Also