Click or drag to resize

ReferenceGenerator Class

Provides tools used to generate a new reference for an item, depending on existing references in the content-type.
Inheritance Hierarchy
SystemObject
  Packflow.CoreReferenceGenerator

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 ReferenceGenerator

The ReferenceGenerator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenerateItemReference(PFContentType, PFField, String, Int32, Decimal, Int64)
Generates the next reference, based on year, content-type and index.
Public methodStatic memberGenerateItemReference(PFContentType, PFField, String, Boolean, Int32, Decimal, Int64)
Generates the next reference, based on year, content-type and index.
Public methodStatic memberGenerateReference
Generates the next reference, based on year, content-type and index.
Public methodStatic memberParseIndex
Returns an integer found between a char separator and the end of given string value.
Top
Fields
  NameDescription
Public fieldStatic memberQueryLimit
Maximum count of results returned by a query searching for the previous reference index.
Top
See Also