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

DbMaintenanceViewModelBase..::..MapFieldToUiCommand Method

Maps the field to UI command.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public void MapFieldToUiCommand(
	UiCommand uiCommand,
	FieldDefinition fieldDefinition
)
Public Sub MapFieldToUiCommand ( _
	uiCommand As UiCommand, _
	fieldDefinition As FieldDefinition _
)
public:
void MapFieldToUiCommand(
	UiCommand^ uiCommand, 
	FieldDefinition^ fieldDefinition
)

Parameters

uiCommand
Type: UiCommand
The UI command.
fieldDefinition
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
The field definition.