FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action<string, string, action<string, string >, action<string, string, string > > | openToWrite
Opens the symbol name conversion table for the specified Session for Write access. |
action<string, string, action<string, string >, action<string, string, string > > | openToRead
Opens the symbol name conversion table for the specified Session for Write access. |
action<string > returns string | getConvertedSymbol
Returns the converted symbol name for the original name passed into the function. |
action<string > returns sequence<string > | getConvertedSymbols
Returns a sequence of converted symbol names for the original name passed into the function. |
action<dictionary<string, string > > returns boolean | setConvertedSymbols
This function allows the user to populate the symbol name conversion table with symbol names and the symbol name to convert them to. |
action< > returns dictionary<string, sequence<string > > | getAllConvertedSymbols
This function returns all the symbol conversions that are in the current table as a dictionary. This function requires the symbol name conversion table has been opened for access already, otherwise an empty dictionary will be returned. |
action< > | flushCache
This function flushes the internal cache of conversions that have been returned. An internal cache is used for performance reasons, but this must be flushed if the symbol conversion table is modified, otherwise the old conversion names will be returned. |
Member Detail |
---|
action< > flushCacheThis function flushes the internal cache of conversions that have been returned. An internal cache is used for performance reasons, but this must be flushed if the symbol conversion table is modified, otherwise the old conversion names will be returned.
action< > returns dictionary<string, sequence<string > > getAllConvertedSymbolsThis function returns all the symbol conversions that are in the current table as a dictionary. This function requires the symbol name conversion table has been opened for access already, otherwise an empty dictionary will be returned.
action<string > returns string getConvertedSymbolReturns the converted symbol name for the original name passed into the function.
action<string > returns sequence<string > getConvertedSymbolsReturns a sequence of converted symbol names for the original name passed into the function.
action<string, string, action<string, string >, action<string, string, string > > openToReadOpens the symbol name conversion table for the specified Session for Write access.
action<string, string, action<string, string >, action<string, string, string > > openToWriteOpens the symbol name conversion table for the specified Session for Write access.
action<dictionary<string, string > > returns boolean setConvertedSymbolsThis function allows the user to populate the symbol name conversion table with symbol names and the symbol name to convert them to.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |