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

RecordLockingViewModel..::..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(
	RecordLock entity
)
Protected Sub LoadFromEntity ( _
	entity As RecordLock _
)
protected:
void LoadFromEntity(
	RecordLock^ entity
)

Parameters

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