Click or drag to resize

EntityExtensionBaseCanCopyMembersTo Method

Check if a member is allowed to be copied

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual bool CanCopyMembersTo(
	IEntityMemberBase entityMember,
	bool copyAll
)

Parameters

entityMember
Type: EBP.Api.Interfaces.EntityIEntityMemberBase
Member we want to copy to
copyAll
Type: SystemBoolean
Indicate if all the members of the entity should be copied

Return Value

Type: Boolean
True if allowed else false
See Also