Click or drag to resize

IReadOnlyEntityMemberBaseCopyTo Method

Copies the member value to the given member

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void CopyTo(
	IReadOnlyEntityMemberBase memberToCopyTo
)

Parameters

memberToCopyTo
Type: EBP.Api.Interfaces.EntityIReadOnlyEntityMemberBase
the member to copy the value to
See Also