RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceWindowRegistry..::..ShowAddOntheFlyWindow Method

Shows the add onthe fly window.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public void ShowAddOntheFlyWindow(
	TableDefinitionBase tableDefinition,
	LookupAddViewArgs addViewArgs,
	Object inputParameter
)
Public Sub ShowAddOntheFlyWindow ( _
	tableDefinition As TableDefinitionBase, _
	addViewArgs As LookupAddViewArgs, _
	inputParameter As Object _
)
public:
void ShowAddOntheFlyWindow(
	TableDefinitionBase^ tableDefinition, 
	LookupAddViewArgs^ addViewArgs, 
	Object^ inputParameter
)

Parameters

tableDefinition
Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.
addViewArgs
Type: RingSoft.DbLookup.Lookup..::..LookupAddViewArgs
The add view arguments.
inputParameter
Type: Object
The input parameter.