Namespace: Consultingwerk.Windows.Controls
Interface 
ICodeAssistSchemaProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.BusinessEntityDesigner.UI.BusinessEntityModelCodeAssistSchemaProvider, Consultingwerk.Windows.Controls.DatabaseCodeAssistSchemaProvider, Consultingwerk.Windows.Controls.DatasetCodeAssistSchemaProvider

File:ICodeAssistSchemaProvider
Purpose:Interface for classes which can provide schema information
(buffers and fields) to the Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Nov 26 22:28:47 CET 2017
Purpose: Returns the list of Buffer Fields that start with the given
characters
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.Framework.Collections.CharacterList GetBufferFields (character, character) Returns the list of Buffer Fields that start with the given characters
+ Consultingwerk.Framework.Collections.CharacterList GetBufferNames (character) Returns the list of Buffer Names that start with the given characters
+ LOGICAL HasBuffer (character) Returns if the schema contains the buffer name


Method Detail
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetBufferFields (character, character)

Purpose: Returns the list of Buffer Fields that start with the given
characters
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer (EQ)
pcFieldName CHARACTER
The name of the fields (BEGINS)
Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the buffer field names
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetBufferNames (character)

Purpose: Returns the list of Buffer Names that start with the given
characters
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer (BEGINS)
Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the buffer field names
Top

PUBLIC LOGICAL HasBuffer (character)

Purpose: Returns if the schema contains the buffer name
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer to locate (EQ)
Returns LOGICAL
Logical value indicating if the schema contains the given buffer name


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:09