Click or drag to resize
LocationBuilder Class
This is the default implementation of the ILocationBuilder interface. This class builds the location for the specified location string and location string for the specified location instance.
Inheritance Hierarchy
SystemObject
  Bio.IO.GenBankLocationBuilder

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

The LocationBuilder type exposes the following members.

Constructors
  NameDescription
Public methodLocationBuilder
Initializes a new instance of the LocationBuilder class
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 methodGetLocation
Returns a location for the specified location string.
Public methodGetLocationString
Returns a location string for the specified location.
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