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

AdvancedFindViewModel..::..LoadFromEntity Method

Loads this view model from the entity generated from PopulatePrimaryKeyControls. This is executed only during record retrieval operations.

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

Syntax


protected void LoadFromEntity(
	AdvancedFind entity
)
Protected Sub LoadFromEntity ( _
	entity As AdvancedFind _
)
protected:
void LoadFromEntity(
	AdvancedFind^ entity
)

Parameters

entity
Type: RingSoft.DbLookup.AdvancedFind..::..AdvancedFind
The entity that was loaded from the database by PopulatePrimaryKeyControls.