Click or drag to resize

PFObjectPackflowTypeTransformValueForPoco Method

Transforms a value (obtained from a Packflow object) so it can be stored in this POCO.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static Object TransformValueForPoco(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: Object
See Also