IHostManagementViewsCreateWindowGrid Method

Gets a window from a list of a table.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
IWindowGrid CreateWindowGrid(
	string table,
	string fields = null,
	string condition = null,
	string subprocess = null,
	bool defaultFields = true,
	bool defaultFilter = true,
	Object windowOwner = null
)

Parameters

table  String
Table from which to get the list.
fields  String  (Optional)
Fields to be included in the list.
condition  String  (Optional)
List data selection criteria.
subprocess  String  (Optional)
Table thread.
defaultFields  Boolean  (Optional)
Indicates whether the fields defined as default for the table lists are displayed.
defaultFilter  Boolean  (Optional)
Indicates whether the default filter is used for the table lists.
windowOwner  Object  (Optional)
Indicates the owner window, allowing the window to be closed when the owner is closed.

Return Value

IWindowGrid
IWindowGrid with the interface of a table.

See Also