Click or drag to resize

AppControllerDataItemClassGetView Method (ListViewConfig, String, DictionaryString, String)

From IAppStandard - not implemented!

Namespace:  SOWIApp.Foundation
Assembly:  SOWIApp.Foundation (in SOWIApp.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public virtual List<DataItemClass> GetView(
	out ListViewConfig pViewConfig,
	string pViewName,
	Dictionary<string, string> pDictionaryUI = null
)

Parameters

pViewConfig
Type: SOWIData.ManagementListViewConfig
List View Config from database
pViewName
Type: SystemString
View name e.g. Index
pDictionaryUI (Optional)
Type: System.Collections.GenericDictionaryString, String
Dictionary UI for translate

Return Value

Type: ListDataItemClass
List of data items

Implements

IAppControllerDataItemClassGetView(ListViewConfig, String, DictionaryString, String)
See Also