IObjectDataSourceWizardState Interface
If implemented, provides functionality for the Object Data Source Wizard‘s global state.
Declaration
export interface IObjectDataSourceWizardState
Properties
context Property
For internal use.
Declaration
context?: string
Property Value
| Type |
|---|
| string |
ctor Property
Creates a new IObjectDataSourceWizardState class instance with the default settings.
Declaration
ctor?: DevExpress.Analytics.Data.ObjectCtor
Property Value
| Type | Description |
|---|---|
| ObjectCtor | The section’s settings. |
dataMember Property
Specifies the data member name.
Declaration
dataMember?: DevExpress.Analytics.Data.ObjectDataMember
Property Value
| Type | Description |
|---|---|
| ObjectDataMember | The data member name. |
dataSourceName Property
Specifies the data source name.
Declaration
dataSourceName?: string
Property Value
| Type | Description |
|---|---|
| string | The data source name. |
selectedObjectType Property
Declaration
selectedObjectType?: DevExpress.Analytics.Data.ObjectType
Property Value
| Type |
|---|
| ObjectType |
selectedType Property
Specifies the selected type’s name.
Declaration
selectedType?: string
Property Value
| Type | Description |
|---|---|
| string | The selected type’s name. |