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

DynamicListLookUpSettings Class

Declaration

export class DynamicListLookUpSettings extends SerializableModel implements IDataSourceConsumer

constructor

Initializes a new instance of the DynamicListLookUpSettings class.

Declaration

constructor(
    modelJson?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

dataMember Property

Declaration

dataMember: ko.Observable<string>

Property Value

Type
Observable<string>

dataSource Property

Declaration

dataSource: ko.Observable<string>

Property Value

Type
Observable<string>

displayMemberName Property

Declaration

displayMemberName: ko.Observable<string>

Property Value

Type
Observable<string>

modelName Property

Declaration

static modelName: string

Property Value

Type
string

sortByMember Property

Declaration

sortByMember: ko.Observable<string>

Property Value

Type
Observable<string>

sortOrder Property

Declaration

sortOrder: ko.Observable<DimensionSortOrder>

Property Value

Type
Observable<DimensionSortOrder>

valueMemberName Property

Declaration

valueMemberName: ko.Observable<string>

Property Value

Type
Observable<string>

Methods

equals(target) Method

Declaration

equals(
    target: DynamicListLookUpSettings
): boolean

Parameters

Name Type
target DynamicListLookUpSettings

Returns

Type
boolean

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray

 

isPropertyDisabled(propertyName) Method

Declaration

isPropertyDisabled(
    propertyName: string
): boolean

Parameters

Name Type
propertyName string

Returns

Type
boolean