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