Click or drag to resize

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)
Syntax
bool CopyTo(
	IEntity entity
)

Parameters

entity
Type: EBP.Api.Interfaces.EntityIEntity
Destination entity to copy the content

Return Value

Type: Boolean
True if succeded
See Also