 | 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)
Syntaxprotected override void OnInternalCopiedTo(
Object entity,
bool copyAll
)
Protected Overrides Sub OnInternalCopiedTo (
entity As Object,
copyAll As Boolean
)
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