PersonChange Class

Information about a person that has changed. For Kind = UPDATE use OrganizationService.GetPersonByPersonId to get the updated data.

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 PersonChange
Inheritance
Object    PersonChange

Properties

Date When the update was done
Kind Nature of the update: UPDATE or DELETE
PersonId Id of the person that was updated

See Also