Click or drag to resize

AppControllerDataItemClassGetView Method (ListViewConfig, 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(
	ref ListViewConfig pViewConfig,
	Dictionary<string, string> pDictionaryUI = null
)

Parameters

pViewConfig
Type: SOWIData.ManagementListViewConfig
List View Config to database
pDictionaryUI (Optional)
Type: System.Collections.GenericDictionaryString, String
Dictionary UI for translate

Return Value

Type: ListDataItemClass
List of data items

Implements

IAppControllerDataItemClassGetView(ListViewConfig, DictionaryString, String)
See Also