DataSource Class
Declaration
export abstract class DataSource extends TypedSerializableModel implements IDashboardComponent
constructor
Declaration
constructor(dataSourceJSON?: any, serializer?: DxDesigner.Analytics.Utils.ModelSerializer)
Parameters
Type |
Name |
Description |
any |
dataSourceJSON |
|
DxDesigner.Analytics.Utils.ModelSerializer |
serializer |
|
Properties
calculatedFields Property
Declaration
calculatedFields: KnockoutObservableArray<CalculatedField>
Property Value
componentName Property
Declaration
componentName: KnockoutObservable<string>
Property Value
Type |
Description |
KnockoutObservable<string> |
|
hasCalculatedFields Property
Declaration
hasCalculatedFields: boolean
Property Value
name Property
Declaration
name: KnockoutObservable<string>
Property Value
Type |
Description |
KnockoutObservable<string> |
|
supportDataMembers Property
Declaration
supportDataMembers: boolean
Property Value
title Property
Declaration
title: KnockoutObservable<string>
Property Value
Type |
Description |
KnockoutObservable<string> |
|
Methods
getDisplayNamePrefix Method
Declaration
abstract getDisplayNamePrefix(): string
Returns
getInfo Method
Declaration
abstract getInfo(): DxDesigner.Analytics.Utils.ISerializationsInfo
Returns
Type |
Description |
DxDesigner.Analytics.Utils.ISerializationsInfo |
|
getJson Method
Declaration
getJson(): any
Returns
getUniqueNamePrefix Method
Declaration
getUniqueNamePrefix(): string
Returns
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...