|  | 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
Syntaxbool CopyTo(
	IEntity entity,
	bool copyAll
)
Function CopyTo ( 
	entity As IEntity,
	copyAll As Boolean
) As Boolean
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: 
BooleanTrue if succeded
 See Also
See Also