Click or drag to resize
TaxonRelationList Class
List class for the ITaxonRelation interface.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListITaxonRelation
    ArtDatabanken.DataDataListITaxonRelation
      ArtDatabanken.DataDataId32ListITaxonRelation
        ArtDatabanken.DataTaxonRelationList

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonRelationList : DataId32List<ITaxonRelation>

The TaxonRelationList type exposes the following members.

Constructors
  NameDescription
Public methodTaxonRelationList
Initializes a new instance of the TaxonRelationList class
Top
Methods
  NameDescription
Public methodSort
Sort taxon relations based on sort order.
Public methodSortChildTaxon
Sort taxon relations based on child taxon category sort order.
Public methodSortParentTaxon
Sort taxon relations based on parent taxon sort order.
Public methodSortTaxonCategory
Sort taxon relations based on parent taxon category sort order.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also