Click or drag to resize

DataStructureHelperGetJObjectFromDataStructureProperties Method

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static JObject GetJObjectFromDataStructureProperties(
	DataStructure dataStructure,
	bool ignoreFwFields = true
)

Parameters

dataStructure
Type: Unvired.Kernel.UWP.ModelDataStructure
ignoreFwFields (Optional)
Type: SystemBoolean

Return Value

Type: JObject
See Also