Click or drag to resize

PFItemExtensionsInitializeOwnerItemT Method

Initializes the owner item of the specified items.

Owner items already set will not be initialized again.

When multiple items have the same owner item, the same PFItem instance will be used.

This method is an optimized way to load multiple owner items.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static void InitializeOwnerItem<T>(
	this List<T> items
)
where T : PFItem

Parameters

items
Type: System.Collections.GenericListT

Type Parameters

T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also