Interface IPersonStore
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public interface IPersonStore
- Extension Methods
Methods
Delete(PersonDeleted)
void Delete(PersonDeleted e)
Parameters
Insert(PersonCreated)
void Insert(PersonCreated e)
Parameters
Update(PersonAddressModified)
void Update(PersonAddressModified e)
Parameters
Update(PersonCommentModified)
void Update(PersonCommentModified e)
Parameters
Update(Change, Action<QPerson>)
void Update(Change e, Action<QPerson> action)