Row FilterJSONSerializerField Method NFX Class Library

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

Override to filter-out some fields from serialization to JSON, or change field values. Return name null to indicate that field should be filtered-out(excluded from serialization to JSON)

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

protected virtual Object FilterJSONSerializerField(
	Schema..::..FieldDef def,
	JSONWritingOptions options,
	out string name
)

Return Value

Type: OnlineObject
See Also