Table of Contents

Interface IPersonStore

Namespace
InSite.Application.Contacts.Read
Assembly
Shift.Sdk.dll
public interface IPersonStore
Extension Methods

Methods

Delete(PersonDeleted)

void Delete(PersonDeleted e)

Parameters

e PersonDeleted

Insert(PersonCreated)

void Insert(PersonCreated e)

Parameters

e PersonCreated

Update(PersonAddressModified)

void Update(PersonAddressModified e)

Parameters

e PersonAddressModified

Update(PersonCommentModified)

void Update(PersonCommentModified e)

Parameters

e PersonCommentModified

Update(Change, Action<QPerson>)

void Update(Change e, Action<QPerson> action)

Parameters

e Change
action Action<QPerson>