Suoranta.EnterpriseLib.Web - Developer API

ReplaceProperties<(Of <(<'TEntity>)>)>..::..Process Method

Perform replacement of properties on the entity.

Namespace:  Suoranta.EnterpriseLib.Util.MockData
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public TEntity Process(
	TEntity entity,
	bool clone
)

Parameters

entity
Type: TEntity
clone
Type: Boolean
Create shallow clone of the entity before replacement. TEntity has to implement ICloneable.

Return Value