Click or drag to resize

PFItemExtensions Class

Provides utilities on PFItem and List of PFItem objects.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFItemExtensions

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 class PFItemExtensions

The PFItemExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetReference(PFItem)
Gets a object referencing the item.
Public methodStatic memberGetReference(PFItem, String)
Gets a object referencing the item. The Text of the reference will be the value of the specified field.
Public methodStatic memberInitializeOwnerItemT
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.

Top
See Also