ModelFieldValueListLookupFunc DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

Invoked by generator to obtain a list of dynamic lookup values for a field. This event is invoked ONLY for fields that DO NOT have valueList specified

Namespace: NFX.Wave.Client
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate JSONDataMap ModelFieldValueListLookupFunc(
	RecordModelGenerator sender,
	Row row,
	Schema..::..FieldDef fdef,
	string target,
	string isoLang
)

Return Value

Type: JSONDataMap
JSONDataMap populated by business logic or null to indicate that no lookup values are available
See Also