Click or drag to resize

PFPocoFactoryGetItemsPackflowPocoItemType, PackflowItemType Method (ListPackflowItemType)

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

Parameters

pfItems
Type: System.Collections.GenericListPackflowItemType

Type Parameters

PackflowPocoItemType
PackflowItemType

Return Value

Type: ListPackflowPocoItemType
See Also