ReadOnlyServiceBase<T> class
Base read-only access for Customer API services.
public abstract class ReadOnlyServiceBase<T> : IReadOnlyService<T>
where T : IEntity
| parameter | description |
|---|---|
| T | target entity type |
Public Members
| name | description |
|---|---|
| virtual Get(…) | Gets an item (GET) from a remote resource. |
| virtual List(…) | Gets a list of items (GET) from a remote resource. |
Protected Members
| name | description |
|---|---|
| ReadOnlyServiceBase(…) | |
| readonly _accountClaims | Account claims, as extracted from the authentication token. |
| readonly _tokenAuthentication | Token authentication. |
See Also
- interface IReadOnlyService<T>
- interface IEntity
- namespace Amica