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?: ModelSerializer
)

Parameters

Name Type Description
modelJson any

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

serializer ModelSerializer

An object used for 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(): ISerializationInfoArray

Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.

isPropertyDisabled(propertyName) Method

Declaration

isPropertyDisabled(
    propertyName: string
): boolean

Parameters

Name Type
propertyName string

Returns

Type
boolean