Click or drag to resize
XBlastOptions Class
XBlastOptions class presents options to set for blast operations.
Inheritance Hierarchy
SystemObject
  Biolomics.SharedClassesXBlastOptions

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class XBlastOptions

The XBlastOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEntrezQuery
Gets or sets the entrez query.
Public propertyGapCreationPenalty
Gets or sets the gap creation penalty.
Public propertyGapExtensionPenalty
Gets or sets the gap extension penalty.
Public propertyMaxSequencesDisplayed
Gets or sets the maximum sequences displayed.
Public propertyMaxTimeMinutesAllowed
Gets or sets the maximum time minutes allowed.
Public propertyPenaltyMisMatch
Gets or sets the penalty mis match.
Public propertyRewardMatch
Gets or sets the reward match.
Public propertySortingMode
Gets or sets the sorting mode.
Public propertyWordSize
Gets or sets the size of the word.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
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
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator =.
Public operatorStatic memberInequality
Implements the operator <>.
Top
See Also