Namespace: Consultingwerk.OERA.Ccs
Class 
QueryGroup Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.Ccs.QueryEntry
Implements: Ccs.BusinessLogic.IQueryEntry, Ccs.BusinessLogic.IQueryGroup

File:IQueryGroup
Purpose:Sample Query Group implementation (CCS-BE01)
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Jun 06 21:34:50 CEST 2016
Notes:https://github.com/progress/CCS



Top Method Summary
Options Name Purpose
ReplaceEntry (integer, IQueryEntry) Replaces an entry in the QueryGroup

Top Constructor Summary
Options Name Purpose
QueryGroup () Default Constructor for the QueryGroup class
QueryGroup (IQueryEntry[]) Constructor for the QueryGroup class
QueryGroup (JoinEnum, IQueryEntry[]) Constructor for the QueryGroup class

Top Property Summary
Options Name Purpose
Ccs.BusinessLogic.IQueryEntry Entries


Method Detail
Top

ReplaceEntry (integer, IQueryEntry)

Purpose: Replaces an entry in the QueryGroup
Notes: When the new entry to replace the current with is a QueryGroup
we'll insert the Entries of the QueryGroup instead

Parameters:
piEntry INTEGER
The entry to replace
poNewEntry Ccs.BusinessLogic.IQueryEntry
The new entry to replace the given entry with (single entry or group)


Constructor Detail
Top

QueryGroup ()

Purpose: Default Constructor for the QueryGroup class
Notes:

Top

QueryGroup (IQueryEntry[])

Purpose: Constructor for the QueryGroup class
Notes:

Parameters:
poEntries Ccs.BusinessLogic.IQueryEntry
The array of IQueryEntry instances
Top

QueryGroup (JoinEnum, IQueryEntry[])

Purpose: Constructor for the QueryGroup class
Notes:

Parameters:
poJoin Ccs.BusinessLogic.JoinEnum
The JoinEnum instance
poEntries Ccs.BusinessLogic.IQueryEntry
The array of IQueryEntry instances


Property Detail
Top

Ccs.BusinessLogic.IQueryEntry Entries


Returns Ccs.BusinessLogic.IQueryEntry


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:52