 | 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)
Syntaxprotected virtual bool CanCopyMembersTo(
IEntityMemberBase entityMember,
bool copyAll
)
Protected Overridable Function CanCopyMembersTo (
entityMember As IEntityMemberBase,
copyAll As Boolean
) As Boolean
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:
BooleanTrue if allowed else false
See Also