[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.ClientAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public delegate JSONDataMap ModelFieldValueListLookupFunc(
RecordModelGenerator sender,
Row row,
Schema..::..FieldDef fdef,
string target,
string isoLang
)
public delegate JSONDataMap ModelFieldValueListLookupFunc(
RecordModelGenerator sender,
Row row,
Schema..::..FieldDef fdef,
string target,
string isoLang
)
Public Delegate Function ModelFieldValueListLookupFunc (
sender As RecordModelGenerator,
row As Row,
fdef As Schema..::..FieldDef,
target As String,
isoLang As String
) As JSONDataMap
Public Delegate Function ModelFieldValueListLookupFunc (
sender As RecordModelGenerator,
row As Row,
fdef As Schema..::..FieldDef,
target As String,
isoLang As String
) As JSONDataMap
public delegate JSONDataMap^ ModelFieldValueListLookupFunc(
RecordModelGenerator^ sender,
Row^ row,
Schema..::..FieldDef^ fdef,
String^ target,
String^ isoLang
)
public delegate JSONDataMap^ ModelFieldValueListLookupFunc(
RecordModelGenerator^ sender,
Row^ row,
Schema..::..FieldDef^ fdef,
String^ target,
String^ isoLang
)
type ModelFieldValueListLookupFunc =
delegate of
sender : RecordModelGenerator *
row : Row *
fdef : Schema..::..FieldDef *
target : string *
isoLang : string -> JSONDataMap
type ModelFieldValueListLookupFunc =
delegate of
sender : RecordModelGenerator *
row : Row *
fdef : Schema..::..FieldDef *
target : string *
isoLang : string -> JSONDataMap
Return Value
Type:
JSONDataMapJSONDataMap populated by business logic or null to indicate that no lookup values are available