Click or drag to resize
TaxonGetParentTaxonRelations Method
Searches among the direct parents in the collection ParentTaxa

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IList<ITaxonRelation> GetParentTaxonRelations(
	IUserContext userContext,
	bool isTaxonRevisionEditor,
	bool includeHistorical,
	bool isMainRelation = false
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext

[Missing <param name="userContext"/> documentation for "M:ArtDatabanken.Data.Taxon.GetParentTaxonRelations(ArtDatabanken.Data.IUserContext,System.Boolean,System.Boolean,System.Boolean)"]

isTaxonRevisionEditor
Type: SystemBoolean

[Missing <param name="isTaxonRevisionEditor"/> documentation for "M:ArtDatabanken.Data.Taxon.GetParentTaxonRelations(ArtDatabanken.Data.IUserContext,System.Boolean,System.Boolean,System.Boolean)"]

includeHistorical
Type: SystemBoolean

[Missing <param name="includeHistorical"/> documentation for "M:ArtDatabanken.Data.Taxon.GetParentTaxonRelations(ArtDatabanken.Data.IUserContext,System.Boolean,System.Boolean,System.Boolean)"]

isMainRelation (Optional)
Type: SystemBoolean

[Missing <param name="isMainRelation"/> documentation for "M:ArtDatabanken.Data.Taxon.GetParentTaxonRelations(ArtDatabanken.Data.IUserContext,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: IListITaxonRelation

[Missing <returns> documentation for "M:ArtDatabanken.Data.Taxon.GetParentTaxonRelations(ArtDatabanken.Data.IUserContext,System.Boolean,System.Boolean,System.Boolean)"]

Implements

ITaxonGetParentTaxonRelations(IUserContext, Boolean, Boolean, Boolean)
See Also