| StringFunctions Class |
Linkar Framework for .NET and Core
Set of functions that help manipulate the character strings that are used as input and output data in MV type operations.
Inheritance Hierarchy SystemObject
Linkar.StringsStringFunctions
Namespace: Linkar.StringsAssembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax public static class StringFunctions
Public NotInheritable Class StringFunctions
public ref class StringFunctions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type StringFunctions = class end
The StringFunctions type exposes the following members.
Methods | Name | Description |
---|
| ComposeDeleteBuffer(String, String) |
Compose the fully buffer of the Delete Operations with the block of "recordIds" and "originalRecords".
|
| ComposeDeleteBuffer(String, String) |
Compose the fully buffer of the Delete Operations with the block of "recordIds" and "originalRecords".
|
| ComposeDictionaries |
Composes the final string of various "dictionaries". Used by Read and Select Operations.
|
| ComposeExpressions |
Composes the final string of various "expressions". Used by Format and Conversion Operations.
|
| ComposeNewBuffer(String, String) |
Compose the fully buffer of the New Operations with the block of "recordIds" and "records".
|
| ComposeNewBuffer(String, String) |
Compose the fully buffer of the New Operations with the block of "recordIds" and "records".
|
| ComposeOriginalRecords |
Composes the final string of various "originalRecords". Used by CRUD Operations.
|
| ComposeRecordIds |
Composes the final string of various "recordsIds". Used by CRUD Operations.
|
| ComposeRecords |
Composes the final string of various "records". Used by CRUD Operations.
|
| ComposeSubroutineArgs |
Composes the final string of various "arguments" of a subroutine.
|
| ComposeUpdateBuffer(String, String, String) |
Compose the fully buffer of the Update Operations with the block of "recordIds", "records" and "originalRecords".
|
| ComposeUpdateBuffer(String, String, String) |
Compose the fully buffer of the Update Operations with the block of "recordIds", "records" and "originalRecords".
|
| ExtractCapturing |
Looks for the CAPTURING_KEY tag inside "lkString", and extracts its value.
|
| ExtractConversion |
Looks for the CONVERSION_KEY tag inside "lkString", and extracts its value.
|
| ExtractDictionaries |
Looks for the RECORDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractErrors |
Looks for the ERRORS_KEY tag inside "lkString", and extracts its value.
|
| ExtractFormat |
Looks for the FORMAT_KEY tag inside "lkString", and extracts its value.
|
| ExtractOriginalRecords |
Looks for the ORIGINAL_RECORDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordIds |
Looks for the RECORD_IDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecords |
Looks for the RECORDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsCalculated |
Looks for the CALCULATED_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsCalculatedDicts |
Looks for the CALCULATED_DICTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsDicts |
Looks for the RECORD_DICTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsIdDicts |
Looks for the RECORD_ID_DICTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractReturning |
Looks for the RETURNING_KEY tag inside "lkString", and extracts its value.
|
| ExtractRowHeaders |
Looks for the ROWHEADERS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRowProperties |
Looks for the ROWPROPERTIES_KEY tag inside "lkString", and extracts its value.
|
| ExtractSubroutineArgs |
Looks for the ARGUMENTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractTotalRecords |
Looks for the TOTAL_RECORDS_KEY tag inside "lkString", and extracts its value.
|
| FormatError |
This function formats the message error by split into Error Code and Error Message.
|
TopFields | Name | Description |
---|
| AM |
Character ASCII 254. AM Multi-value mark.
|
| AM_str |
Character ASCII 254. AM Multi-value mark.
|
| ARGUMENTS_KEY |
The tag value for "ARGUMENTS_KEY" in Database operation responses of MV type.
|
| CALCULATED_DICTS_KEY |
The tag value for "CALCULATED_DICTS_KEY" in Database operation responses of MV type.
|
| CALCULATED_KEY |
The tag value for "CALCULATED_KEY" in Database operation responses of MV type.
|
| CAPTURING_KEY |
The tag value for "CAPTURING_KEY" in Database operation responses of MV type.
|
| CONVERSION_KEY |
The tag value for "CONVERSION_KEY" in Database operation responses of MV type.
|
| DC4 |
ASCII character used as separator of the arguments of a subroutine.
|
| DC4_str |
ASCII character used as separator of the arguments of a subroutine.
|
| ERRORS_KEY |
The tag value for "ERRORS_KEY" in Database operation responses of MV type.
|
| FORMAT_KEY |
The tag value for "FORMAT_KEY" in Database operation responses of MV type.
|
| FS |
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkData) from the data.
|
| FS_str |
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkData) from the data.
|
| ORIGINAL_RECORDS_KEY |
The tag value for "ORIGINAL_RECORDS_KEY" in Database operation responses of MV type.
|
| RECORD_DICTS_KEY |
The tag value for "RECORD_DICTS_KEY" in Database operation responses of MV type.
|
| RECORD_ID_DICTS_KEY |
The tag value for "RECORD_ID_DICTS_KEY" in Database operation responses of MV type.
|
| RECORD_IDS_KEY |
The tag value for "RECORD_IDS_KEY" in Database operation responses of MV type.
|
| RECORDS_KEY |
The tag value for "RECORDS_KEY" in Database operation responses of MV type.
|
| RETURNING_KEY |
The tag value for "RETURNING_KEY" in Database operation responses of MV type.
|
| ROWHEADERS_KEY |
The tag value for "ROWHEADERS_KEY" in Database operation responses of MV type.
|
| ROWPROPERTIES_KEY |
The tag value for "ROWPROPERTIES_KEY" in Database operation responses of MV type.
|
| RS |
ASCII character used by Linkar as separator of items in lists. For example, list of records.
|
| RS_str |
ASCII character used by Linkar as separator of items in lists. For example, list of records.
|
| TOTAL_RECORDS_KEY |
The tag value for "TOTAL_RECORDS_KEY" in Database operation responses of MV type.
|
| VM |
Character ASCII 253. VM Multi-value mark.
|
| VM_str |
Character ASCII 253. VM Multi-value mark.
|
TopSee Also