Skip to main content
A newer version of this page is available. .

ConfigureQueryParametersPage Class

Declaration

export class ConfigureQueryParametersPage extends WizardPageBase<ISqlDataSourceWizardState, ISqlDataSourceWizardState>

Inheritance

WizardPageBase<TState, TResult>
ConfigureQueryParametersPage

constructor(parametersConverter, _requestWrapper)

Initializes a new instance of the ConfigureQueryParametersPage class with specified settings.

Declaration

constructor(
    parametersConverter: IParametersViewModelConverter,
    _requestWrapper: RequestWrapper
)

Parameters

Name Type
parametersConverter IParametersViewModelConverter
_requestWrapper RequestWrapper

Properties

parametersEditorOptions Property

Declaration

parametersEditorOptions: ICollectionEditorOptions

Property Value

Type
ICollectionEditorOptions

removeButtonTitle Property

Declaration

removeButtonTitle: any

Property Value

Type
any

Methods

canFinish Method

Declaration

canFinish(): boolean

Returns

Type
boolean

canNext Method

Declaration

canNext(): boolean

Returns

Type
boolean

commit Method

Declaration

commit(): JQuery.Promise<ISqlDataSourceWizardState, any, any>

Returns

Type
Promise<ISqlDataSourceWizardState,any,any>

getParameters Method

Declaration

getParameters(): any[]

Returns

Type
any[]

initialize(data) Method

Declaration

initialize(
    data: ISqlDataSourceWizardState
): JQueryPromise<any>

Parameters

Name Type
data ISqlDataSourceWizardState

Returns

Type
JQueryPromise<any>