 | IEntityCopyTo Method (IEntity) |
Copy the entity content to another entity
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxbool CopyTo(
IEntity entity
)
Function CopyTo (
entity As IEntity
) As Boolean
Parameters
- entity
- Type: EBP.Api.Interfaces.EntityIEntity
Destination entity to copy the content
Return Value
Type:
BooleanTrue if succeded
See Also