Click or drag to resize

EntityExtensionTEntityOnInternalCopiedTo Method

Occurs after 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 override void OnInternalCopiedTo(
	Object entity,
	bool copyAll
)

Parameters

entity
Type: SystemObject
Destination entity of the copy
copyAll
Type: SystemBoolean
Indicate if all the members of the entity should be copied
See Also