Skip to content

IDataSourceService

zehavibarak edited this page Oct 27, 2022 · 1 revision

Inject BizDoc.Core.Data.DataSourceService.

[ApiController]
public class MyController {
    private readonly DataSourceService _datasource;
    public MyController(DataSourceService datasource) {
        _datasource = datasource;
    }
}

Methods

Name Usage
GetValuesAsync()
GetValueAsync()

GetValuesAsync overloads:

GetValuesAsync(type) GetValuesAsync<TArgs>(type, TArgs) GetValuesAsync<TArgs>(type, TArgs, SecurityScope) GetValuesAsync<TArgs>(type, TArgs, SecurityScope, AxesMap)

Release Notes

Angular npm, Flutter pub.dev and Nuget packages.

Clone this wiki locally