 | EntityExtensionBaseOnInternalCopyingTo 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)
Syntaxprotected abstract void OnInternalCopyingTo(
Object entity,
bool copyAll
)
Protected MustOverride Sub OnInternalCopyingTo (
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