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