IContact |
public interface IContactPersonEntityService : IContactPersonQueryService, IBusinessService
The IContactPersonEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new ContactPerson | |
Delete | Deletes the specified ContactPerson. | |
Get |
Gets a list of ContactPersons matching the specified filter.
(Inherited from IContactPersonQueryService) | |
GetAll |
Gets all ContactPersons
(Inherited from IContactPersonQueryService) | |
GetSingle |
Gets a single ContactPerson matching the provided filter.
(Inherited from IContactPersonQueryService) | |
Update | Updates the specified ContactPerson |