ReadOnlyCompanyService<T>.List method
Gets a list of items (GET) from a remote company collection.
public virtual Task<Response<List<T>>> List(ListOptions<T>? options = null, bool refresh = false,
RequestSettings? settings = null)
parameter | description |
---|---|
options | list options |
refresh | wether the local cache should be ignored or not |
settings | request settings |
See Also
- class Response<T>
- class ListOptions<T>
- class RequestSettings
- class ReadOnlyCompanyService<T>
- namespace Amica