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