Row GetClientFieldValueList Method NFX Class Library

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

Override to perform dynamic lookup of field value list for the specified field. This method is used by client ui/scaffolding to extract dynamic lookup values as dictated by business logic. This method IS NOT used by row validation, only by client that feeds from row's metadata. This is a simplified version of GetClientFieldDef

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual JSONDataMap GetClientFieldValueList(
	Object callerContext,
	Schema..::..FieldDef fdef,
	string targetName,
	string isoLang
)

Return Value

Type: JSONDataMap
See Also