|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER ExtractQueryString (character, character) |
Extracts the Query String from the OPEN QUERY Statement |
|
- | FindOpenQueryStatements (JPNode, BrowseWidgetQueryInformation) |
Recursivly locates all OPEN QUERY Stamements in the given JPNode and
adds them to the BrowseWidgetQueryInformation |
|
# | FindOpenQueryStatements (ParseUnit, BrowseWidgetQueryInformation) |
Locates all OPEN QUERY Stamements in the given parse unit and adds
them to the BrowseWidgetQueryInformation |
|
+ | GetBrowseColumns (character, character, table) |
Parses the given file for the given browse name and returns a temp-table
containing all the columns defined in that browse |
|
+ | Consultingwerk.Framework.Collections.CharacterList GetBrowseNames (character) |
Parses the given file and returns a list of BROWSE names |
|
+ | Consultingwerk.Studio.LegacyGuiMigration.Browse.BrowseWidgetQueryInformation GetBrowseQueryInformation (character, character) |
Parses the given file for the given browse name and returns a the
BrowseWidgetQueryInformation with the name of the browse query and
all OPEN QUERY Statements found in source code |
|
# | CHARACTER GetQueryBufferNames (ParseUnit, character) |
Returns a comma delimited list of buffer names from the DEFINE
QUERY Statement for the given Query Name Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
# | Initialize () |
Initializes the Proparse environment Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
# | OnStatusChanged (StatusChangedEventArgs) |
Raises the StatusChanged Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
+ | CHARACTER ParseListItemPairs (JPNode) |
Parses the LIST-ITEM-PAIRS Node and returns a CHR(1) delimited list
of the LIST-ITEM-PAIRS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
+ | CHARACTER ParseListItems (JPNode) |
Parses the LIST-ITEMS Node and returns a CHR(1) delimited list
of the LIST-ITEMS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
+ | CHARACTER ParseRadioButtons (JPNode) |
Parses the RADIO-BUTTONS Node and returns a CHR(1) delimited list
of the RADIO-BUTTONS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
# | ProcessBrowseColumns (JPNode) |
Parses a DEFINE BROWSE Statement |
|
# | PublishStatus (character) |
Publishes the a status message Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
Options | Name | Purpose | |
---|---|---|---|
+ | BrowseParser () |
Constructor for the BrowseParser class |
Options | Name | Purpose | |
---|---|---|---|
+ | StatusChanged (Object, StatusChangedEventArgs) |
Raised when the status of the class has changed Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
Top
PROTECTED CHARACTER ExtractQueryString (character, character)
|
|||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE FindOpenQueryStatements (JPNode, BrowseWidgetQueryInformation)
|
|||||||||||||||||||||||||||||
PROTECTED FindOpenQueryStatements (ParseUnit, BrowseWidgetQueryInformation)
|
|||||||||||||||||||||||||||||
PUBLIC GetBrowseColumns (character, character, table)
|
|||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetBrowseNames (character)
|
|||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Studio.LegacyGuiMigration.Browse.BrowseWidgetQueryInformation GetBrowseQueryInformation (character, character)
|
|||||||||||||||||||||||||||||
PROTECTED CHARACTER GetQueryBufferNames (ParseUnit, character)
|
|||||||||||||||||||||||||||||
PROTECTED Initialize ()
|
|||||||||||||||||||||||||||||
PROTECTED OnStatusChanged (StatusChangedEventArgs)
|
|||||||||||||||||||||||||||||
PUBLIC CHARACTER ParseListItemPairs (JPNode)
|
|||||||||||||||||||||||||||||
PUBLIC CHARACTER ParseListItems (JPNode)
|
|||||||||||||||||||||||||||||
PUBLIC CHARACTER ParseRadioButtons (JPNode)
|
|||||||||||||||||||||||||||||
PROTECTED ProcessBrowseColumns (JPNode)
|
|||||||||||||||||||||||||||||
PROTECTED PublishStatus (character)
|
PUBLIC BrowseParser ()
|
---|
PUBLIC StatusChanged (Object, StatusChangedEventArgs)
|
---|
Temp-Table ttBrowseColumnDefined in: |