Click or drag to resize

EntityExtensionBaseUpdateMemberBeforeSave Method

Call before saving the entity, it allows to update or copy information at the last moment (system members, RTF, EditCounter, user needed)

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void UpdateMemberBeforeSave(
	IEntityMemberBase entityMember
)

Parameters

entityMember
Type: EBP.Api.Interfaces.EntityIEntityMemberBase
Entity member to update
See Also