Click or drag to resize

IEntityCopyTo Method (IEntity, Boolean)

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,
	bool copyAll
)

Parameters

entity
Type: EBP.Api.Interfaces.EntityIEntity
Destination entity to copy the content
copyAll
Type: SystemBoolean
Indicate if all the members of the entity should be copied

Return Value

Type: Boolean
True if succeded
See Also