Click or drag to resize
ITaxonCategory Interface
Information about a taxon category.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ITaxonCategory : IDataId32

The ITaxonCategory type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Data context.
Public propertyIsMainCategory
Test if taxon category is a main category.
Public propertyIsTaxonomic
Test if taxon category is taxonomic.
Public propertyName
Name of the taxon category.
Public propertyNameDefinite
Get the name on definite form.
Public propertyParentId
Id of parent taxon category.
Public propertySortOrder
Sort order for this taxon category.
Top
Methods
  NameDescription
Public methodGetParent
Get parent taxon category.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also