RecordModelGenerator RowToRecordInitJSON Method NFX Class Library

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

Generates JSON object suitable for passing into WV.RecordModel.Record(...) constructor on the client. Pass target to select attributes targeted to ANY target or to the specified one, for example may get attributes for client data entry screen that sees field metadata differently, in which case target will reflect the name of the screen

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

public virtual JSONDataMap RowToRecordInitJSON(
	Row row,
	Exception validationError,
	string recID = null,
	string target = null,
	string isoLang = null,
	ModelFieldValueListLookupFunc valueListLookup = null
)

Return Value

Type: JSONDataMap
See Also