Click or drag to resize

DataApi Constructor

Initializes a new instance of the DataApi class

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DataApi(
	IDataObjectApiService dataObjectApiService,
	IDomainRepository domainRepository,
	IDataSourceApiService dataSourceApiService,
	IDataClassRepository dataClassRepository,
	ISearchPhraseService searchPhraseService
)

Parameters

dataObjectApiService
Type: IDataObjectApiService

[Missing <param name="dataObjectApiService"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.#ctor(Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.Infrastructure.Cqrs.Interfaces.IDomainRepository,Casewhere.Runtime.Api.IDataSourceApiService,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.Services.ISearchPhraseService)"]

domainRepository
Type: IDomainRepository

[Missing <param name="domainRepository"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.#ctor(Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.Infrastructure.Cqrs.Interfaces.IDomainRepository,Casewhere.Runtime.Api.IDataSourceApiService,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.Services.ISearchPhraseService)"]

dataSourceApiService
Type: IDataSourceApiService

[Missing <param name="dataSourceApiService"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.#ctor(Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.Infrastructure.Cqrs.Interfaces.IDomainRepository,Casewhere.Runtime.Api.IDataSourceApiService,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.Services.ISearchPhraseService)"]

dataClassRepository
Type: IDataClassRepository

[Missing <param name="dataClassRepository"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.#ctor(Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.Infrastructure.Cqrs.Interfaces.IDomainRepository,Casewhere.Runtime.Api.IDataSourceApiService,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.Services.ISearchPhraseService)"]

searchPhraseService
Type: ISearchPhraseService

[Missing <param name="searchPhraseService"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.#ctor(Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.Infrastructure.Cqrs.Interfaces.IDomainRepository,Casewhere.Runtime.Api.IDataSourceApiService,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.Services.ISearchPhraseService)"]

See Also