Namespace: Consultingwerk.OERA.BusinessEntityDescriptor
Interface 
IBusinessEntityViewDescriptor Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.OERA.BusinessEntityDescriptor.BusinessEntityViewDescriptor

File:IBusinessEntityViewDescriptor
Purpose:Describes a Business Entity View
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Jul 10 17:03:49 CEST 2015
Notes:http://confluence.consultingwerkcloud.com/wiki/display/SCL/Business+Entity+Descriptor


Top Property Summary
Options Name Purpose
+ CHARACTER EntityTable Returns the EntityTable of the View
+ CHARACTER EntityView Returns the EntityView of the View
+ CHARACTER ListColumns Returns the list of fields that should be used in a list view (browser, grid)
+ CHARACTER Name Returns the Name of the View
+ CHARACTER QueryString Returns the Query String of the View
+ CHARACTER ViewerColumns Returns the list of fields that should be used in a viewer view (details)


Property Detail
Top

PUBLIC CHARACTER EntityTable

Purpose: Returns the EntityTable of the View
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER EntityView

Purpose: Returns the EntityView of the View
Notes: The EntityView as child tables of the EntityTable that are joined
with the EntityTable, comma delimited list

Returns CHARACTER
Top

PUBLIC CHARACTER ListColumns

Purpose: Returns the list of fields that should be used in a list view (browser, grid)
Notes: Comma delimited list of field names either in the form of just field
names (to use the first field with the matching name) or temp-table.field

Returns CHARACTER
Top

PUBLIC CHARACTER Name

Purpose: Returns the Name of the View
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER QueryString

Purpose: Returns the Query String of the View
Notes: May be empty to return all records from the Business Entity

Returns CHARACTER
Top

PUBLIC CHARACTER ViewerColumns

Purpose: Returns the list of fields that should be used in a viewer view (details)
Notes: Comma delimited list of field names either in the form of just field
names (to use the first field with the matching name) or temp-table.field

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:29:40