Click or drag to resize
ModuleSharedClasses Methods

The ModuleSharedClasses type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBeep
Beeps this instance.
Public methodStatic memberBsonRangeArrayToString
Public methodStatic memberCheckDnaSequence
Seqs the change.
Public methodStatic memberCheckProteinSequence
Public methodStatic memberDiff(DictionaryInt64, Int64, DictionaryInt64, Int64)
Public methodStatic memberDiff(ListBsonValue, ListBsonValue)
Public methodStatic memberDiff(ListString, ListString)
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodStatic memberInt64ToObjectId
Public methodStatic memberIsNumeric(Char)
Public methodStatic memberIsNumeric(String)
Determines whether the specified p_ srce is numeric.
Public methodStatic memberListOfStringDiff
Public methodStatic memberObjectIdToInt64
Public methodStatic memberPlural
Public methodStatic memberPluralWithNumber
Public methodStatic memberToLike
Public methodStatic memberToSqlString
' call this function to cleanup text field content: \ => \\ ' => \' " => \"
Public methodStatic memberToSqlStringForLike
' 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
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberVal
Vals the specified p_ srce.
Public methodStatic memberVSplit(String, Char)
Vs the split.
Public methodStatic memberVSplit(String, String)
Vs the split.
Top
See Also