Click or drag to resize

PFPocoFactoryGetItemsPackflowPocoItemType Method (ListPFItem)

Gets pocos from multiple Packflow items.

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 List<PackflowPocoItemType> GetItems<PackflowPocoItemType>(
	List<PFItem> pfItems
)
where PackflowPocoItemType : PFItem

Parameters

pfItems
Type: System.Collections.GenericListPFItem

Type Parameters

PackflowPocoItemType

Return Value

Type: ListPackflowPocoItemType
See Also