IReadOnlyCompanyService<T>.Distinct method
Gets a list of distinct items from a remote company resource.
public Task<Response<List<DistinctPropertyGroup>>> Distinct(DistinctOptions options,
RequestSettings settings, bool refresh)
| parameter | description |
|---|---|
| options | distinct options |
| refresh | wether the local cache should be ignored ot not |
| settings | request settings |
See Also
- class Response<T>
- class DistinctPropertyGroup
- class DistinctOptions
- class RequestSettings
- interface IReadOnlyCompanyService<T>
- namespace Amica