 | EntityExtensionTEntityOnCopiedTo 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 virtual void OnCopiedTo(
IEntity entity,
bool copyAll
)
Protected Overridable Sub OnCopiedTo (
entity As IEntity,
copyAll As Boolean
)
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