ModuleSharedClasses Class |
[Missing <summary> documentation for "T:Biolomics.SharedClasses.ModuleSharedClasses"]
Namespace: Biolomics.SharedClasses
The ModuleSharedClasses type exposes the following members.
Name | Description | |
---|---|---|
Beep |
Beeps this instance.
| |
BsonRangeArrayToString | ||
CheckDnaSequence |
Seqs the change.
| |
CheckProteinSequence | ||
Diff(DictionaryInt64, Int64, DictionaryInt64, Int64) | ||
Diff(ListBsonValue, ListBsonValue) | ||
Diff(ListString, ListString) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Int64ToObjectId | ||
IsNumeric(Char) | ||
IsNumeric(String) |
Determines whether the specified p_ srce is numeric.
| |
ListOfStringDiff | ||
ObjectIdToInt64 | ||
Plural | ||
PluralWithNumber | ||
ToLike | ||
ToSqlString |
' call this function to cleanup text field content:
\ => \\
' => \'
" => \"
| |
ToSqlStringForLike |
' call this function to cleanup text field used in the WHERE clause of a queries using LIKE:
\ => \\\\ don't ask me why a single backslash must become a quadruple backslah ! see http://lists.mysql.com/mysql/206935
% => \%
' => \'
" => \"
keep '_' to represent any character
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Val |
Vals the specified p_ srce.
| |
VSplit(String, Char) |
Vs the split.
| |
VSplit(String, String) |
Vs the split.
|