Click or drag to resize
StandardFeatureMap Class
Class to map each standard feature key to the class which can hold that feature. Note that the classes which can hold feature has to be derived from FeatureItem class.
Inheritance Hierarchy
SystemObject
  Bio.IO.GenBankStandardFeatureMap

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class StandardFeatureMap

The StandardFeatureMap type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetStandardFeatureItem
Returns standard feature class instance, if the key in the specified feature item is found in the map; otherwise returns the specified feature item itself. For example: If the specified feature item has the key "Gene" then this method returns instance of the Gene class with data copied from the specified item.
Top
See Also