Skip to main content
All docs
V25.1
  • FederatedMasterDetailRelationshipsPage Class

    Declaration

    export class FederatedMasterDetailRelationshipsPage extends MasterDetailRelationshipsPageBase<DevExpress.Analytics.Wizard.IFederationDataSourceWizardState, DevExpress.Analytics.Wizard.IFederationDataSourceWizardState>

    constructor(federationDataSourceResultSchema, _options)

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

    Declaration

    constructor(federationDataSourceResultSchema: (dataSource: DevExpress.Analytics.Data.FederationDataSource) => DevExpress.Analytics.Internal.DxPromise<{
        resultSchemaJSON: string;
    }>, _options: DevExpress.Analytics.Wizard._MultiQueryDataSourceWizardOptions)

    Parameters

    Name Type
    federationDataSourceResultSchema (dataSource: FederationDataSource) => DxPromise<{resultSchemaJSON: string}>
    _options _MultiQueryDataSourceWizardOptions

    Methods

    commit Method

    Declaration

    commit(): JQuery.Promise<DevExpress.Analytics.Wizard.IFederationDataSourceWizardState, any, any>

    Returns

    Type
    Promise<IFederationDataSourceWizardState,any,any>