Click or drag to resize
SAMRecordFieldTag Class
This class holds the tag in the header lines. For example, consider the following header line. @HD VN:1.0 In this example VN:1.0 is the SAMRecordFieldTag. Where VN is stored in Tag property and 1.0 is stored in the value property of this class.
Inheritance Hierarchy
SystemObject
  Bio.IO.SAMSAMRecordFieldTag

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class SAMRecordFieldTag

The SAMRecordFieldTag type exposes the following members.

Constructors
  NameDescription
Public methodSAMRecordFieldTag
Creates new SAMRecordFieldTag instance.
Top
Properties
  NameDescription
Public propertyTag
Record field tag.
Public propertyValue
Record field tag.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also