Click or drag to resize

PFPocoFactory Class

Provides methods to create poco objects from Packflow objects.
Inheritance Hierarchy
SystemObject
  Packflow.Core.PocoPFPocoFactory

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

The PFPocoFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetApplication
Gets a poco from a Packflow application.
Public methodStatic memberGetApplicationContext
Gets a poco from a Packflow application context.
Public methodStatic memberGetApplications
Gets pocos from multiple Packflow applications.
Public methodStatic memberGetContentType
Gets a poco from a Packflow content-type.
Public methodStatic memberGetContentTypes
Gets pocos from multiple Packflow content-types.
Public methodStatic memberGetDashboard
Gets a poco from a Packflow dashboard.
Public methodStatic memberGetField
Gets a poco from a Packflow field.
Public methodStatic memberGetFile
Gets a poco from a Packflow file.
Public methodStatic memberGetGenericApplication
Gets a poco from a Packflow application, but with the generic type Poco.PFApplication.
Public methodStatic memberGetGenericContentType
Gets a poco from a Packflow content-type, but with the generic type Poco.PFContentType.
Public methodStatic memberGetGroup
Gets a poco from a Packflow group.
Public methodStatic memberGetGroupedObjects
Gets a poco from a PFGroupedObjects object.
Public methodStatic memberGetItem(PFItem)
Gets a poco from a Packflow item.
Public methodStatic memberGetItemPackflowPocoItemType(PFItem)
Gets a poco from a Packflow item.
Public methodStatic memberGetItemComment
Gets a poco from a Packflow item comment.
Public methodStatic memberGetItemEvent
Gets a poco from a Packflow item event.
Public methodStatic memberGetItems(ListPFItem)
Gets pocos from multiple Packflow items.
Public methodStatic memberGetItemsPackflowPocoItemType(ListPFItem)
Gets pocos from multiple Packflow items.
Public methodStatic memberGetItemsPackflowPocoItemType, PackflowItemType(ListPackflowItemType)
Gets pocos from multiple Packflow items.
Public methodStatic memberGetItemSubscription
Gets a poco from a Packflow item subscription.
Public methodStatic memberGetNewItemSubscription
Gets a new POCO with default values for the given item and user. This method will NOT persist a new PFItemSubscription.
Public methodStatic memberGetSite
Gets a poco from a Packflow site.
Public methodStatic memberGetUser
Gets a poco from a Packflow user.
Public methodStatic memberGetUserNotification
Gets a poco from a Packflow user notification.
Top
See Also