Row GetClientFieldValue Method NFX Class Library

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

Override to perform dynamic substitute of field value for the specified field. This method is used by client ui/scaffolding to extract field values for a field as dictated by business logic. This method IS NOT used by row validation, only by client that feeds from row's metadata. The default implementation returns the original GetFieldValue(fdef), you can return a substituted field value per particular business logic

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

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

Return Value

Type: OnlineObject
See Also