Click or drag to resize
Run Class
Class Run. Main class for running BioloMICS functions.
Inheritance Hierarchy
SystemObject
  Biolomics.BioCallbackRun

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Run

The Run type exposes the following members.

Constructors
  NameDescription
Public methodRun
Initializes a new instance of the Run class
Top
Methods
  NameDescription
Public methodStatic memberCode exampleAddRecord
Adds a new record to the given table.
Public methodStatic memberCode exampleBasicStatistics(String, Int32)
Executes some Basic statistics from given value.
Public methodStatic memberCode exampleBasicStatistics(String, Int32, Double, Double)
Execute Basic statistics from a list of numeric values already in the clipboard.
Public methodStatic memberCode exampleBlastAlignWithGenbank
Align sequences stored in a given FASTA formatted file against Genbank/NCBI.
Public methodStatic memberCode exampleBlastAlignWithLocalFile
Executes a Blast Alignement with local file.
Public methodStatic memberCode exampleClassification
Run a classification on the given records, and fill in the similarity, numerator and denominator matrixes
Public methodStatic memberCode exampleClassificationMx
Executes a classification for record map using given scenario Classifications = Identification where p_SrceRecMap = p_RefRecMap
Public methodStatic memberCode exampleCompileRecordIdList
Compiles the record id list.
Public methodStatic memberCode exampleDeleteRecord
Deletes the record from given table.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberCode exampleExportReport
Exports records using report template from database into output path
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 methodStatic memberCode exampleGeographicQuery
Executes a Geographics query.
Public methodStatic memberCode exampleGetCurrentConnection
Gets the current connection used in current search page.
Public methodStatic memberCode exampleGetCurrentLayout
Gets the current layout used on current search page.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetLastErrorMessage
Gets the last error message.
Public methodStatic memberCode exampleGetRecordIdList
Gets the record id list from active search page according to GetRecordIdListEnum, selected,all or shown records.
Public methodStatic memberCode exampleGetSelRecordIdList
Gets the record id list from active search page according to GetRecordIdListEnum, selected,all or shown records.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberCode exampleIdentificationMx
Create Identification matrix from record maps.
Public methodStatic memberCode exampleIdentificationStr
Executes an identification between source recordmap and reference recordmap and format the result as a readable string.
Public methodStatic memberCode exampleLoadRecord
Loads the record.
Public methodStatic memberCode exampleLoadRecords(ListListString, String, String, ListString) Obsolete.
Loads the records. Obsolete function for backward compatibility.
Public methodStatic memberCode exampleLoadRecords(Int64, XFieldDefMap, XWhere, XOrderBy, Int32)
Loads records .
Public methodStatic memberCode exampleLoadRecords(XRecordMap, Int64, XFieldDefMap, XWhere, XOrderBy, Int32)
Loads the records using the query and fill RecordMap.
Public methodStatic memberCode exampleLoadTargetRecords
Loads the target records.
Public methodStatic memberCode exampleMaxRecordId
Gets the max record Id for the table or the where.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberCode exampleNexusStr
Generate Nexus string from similarity matrix using clustering method.
Public methodStatic memberCode exampleOpenClusteringForm
Opens a clustering page in biolomics containing the clustering tree for the similarity matrix.
Public methodStatic memberCode exampleOpenLayout
Opens a layout in search page and executes a XWhere on it.
Public methodStatic memberCode exampleOpenMdsForm
Opens the MDS form after executing clustering with given scenario .
Public methodStatic memberCode examplePairwiseAlignSequences
Execute a Pairwise alignement for sequences.
Public methodStatic memberCode exampleRunWhereQuery(String) Obsolete.
The MySql version, still there for backward compatibility. Does NOT work on MongoDB Used for mysql queries to run directly in the database(where statement is mysql statement)
Public methodStatic memberCode exampleRunWhereQuery(XWhere)
Runs the XWhere query in the current search page .
Public methodStatic memberCode exampleSaveClusteringTree
Saves the clustering tree in specific path as an image.
Public methodStatic memberCode exampleSaveRecord
Saves the given record, with undo.
Public methodStatic memberCode exampleSaveRecords Obsolete.
Saves the records. Obsolete function for backward compatibility.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberCode exampleUploadFile
Uploads the file into field.
Top
See Also