Click or drag to resize

EntityExtensionTEntityOnCopyingTo Method

Occurs before the copy of current instance into specified entity.

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void OnCopyingTo(
	IEntity entity,
	bool copyAll
)

Parameters

entity
Type: EBP.Api.Interfaces.EntityIEntity
Destination entity of the copy
copyAll
Type: SystemBoolean
Indicate if all the members of the entity should be copied
See Also