Click or drag to resize

DataGridSyncDataGridViewValues Method

Sync Data Grid View with template values. If no user value then set default value (without save database)

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private static List<DataGrid> SyncDataGridViewValues(
	List<DataGrid> pListTemplate,
	List<DataGrid> pListUse,
	int pClientID,
	string pUserName
)

Parameters

pListTemplate
Type: System.Collections.GenericListDataGrid

[Missing <param name="pListTemplate"/> documentation for "M:SOWIApp.Management.DataGrid.SyncDataGridViewValues(System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Int32,System.String)"]

pListUse
Type: System.Collections.GenericListDataGrid

[Missing <param name="pListUse"/> documentation for "M:SOWIApp.Management.DataGrid.SyncDataGridViewValues(System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Int32,System.String)"]

pClientID
Type: SystemInt32

[Missing <param name="pClientID"/> documentation for "M:SOWIApp.Management.DataGrid.SyncDataGridViewValues(System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Int32,System.String)"]

pUserName
Type: SystemString

[Missing <param name="pUserName"/> documentation for "M:SOWIApp.Management.DataGrid.SyncDataGridViewValues(System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Int32,System.String)"]

Return Value

Type: ListDataGrid

[Missing <returns> documentation for "M:SOWIApp.Management.DataGrid.SyncDataGridViewValues(System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Collections.Generic.List{SOWIData.Management.DataGrid},System.Int32,System.String)"]

See Also