Click or drag to resize

PFPocoFactoryGetItemPackflowPocoItemType Method (PFItem)

Gets a poco from a Packflow item.

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 PackflowPocoItemType GetItem<PackflowPocoItemType>(
	PFItem pfItem
)
where PackflowPocoItemType : PFItem

Parameters

pfItem
Type: Packflow.CorePFItem

Type Parameters

PackflowPocoItemType

Return Value

Type: PackflowPocoItemType
See Also