Click or drag to resize

AppController<DataItemClass>.GetView Method (ListViewConfig, Dictionary<String, 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.Management.ListViewConfig
List View Config to database
pDictionaryUI (Optional)
Type: System.Collections.Generic.Dictionary<String, String>
Dictionary UI for translate

Return Value

Type: List<DataItemClass>
List of data items

Implements

IAppController<DataItemClass>.GetView(ListViewConfig, Dictionary<String, String>)
See Also