PersonMerge Class

A merged person. Contains the old/merged personId and the personId of the new person

Definition

Namespace: NFF.FIKS.EnterpriseServices.Components.Entities
Assembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class PersonMerge
Inheritance
Object    PersonMerge

Properties

MergeDate The date the merge occured
NewPersonId The new personId
OldPersonId Deleted/Merged personId

See Also