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
)
Public Overridable Function GetView (
<OutAttribute> ByRef pViewConfig As ListViewConfig,
pViewName As String,
Optional pDictionaryUI As Dictionary(Of String, String) = Nothing
) As List(Of DataItemClass)
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:
ListDataItemClassList of data items
Implements
IAppControllerDataItemClassGetView(ListViewConfig, String, DictionaryString, String)See Also