Click or drag to resize

CoreExtensions Class

Provides extensions for Packflow.Core objects.
Inheritance Hierarchy
SystemObject
  Packflow.InterfaceCoreExtensions

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static class CoreExtensions

The CoreExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetApplicationMapLinks
Gets the list of links of an application's map (modeling).
Public methodStatic memberGetDisplayMessage
Gets the translated message of a PFMissingItemValuesException.
Public methodStatic memberGetDisplayName
Gets the translated name of a field type.
Public methodStatic memberGetMessage
Gets a translated message representing the object lock.
Public methodStatic memberGetMessageFromExceptionCode(PFException, PFTranslations, PFItem)
Gets the translated message of an exception specifying a Code from PFExceptionCodes.

A contextual PFItem can be included to improve the message with more information.

Public methodStatic memberGetMessageFromExceptionCode(PFTranslations, PFException, PFItem)
Gets the translated message of an exception specifying a Code from PFExceptionCodes.

A contextual PFItem can be included to improve the message with more information.

Public methodStatic memberGetObsoleteVersionHtmlMessage
Gets a translated message (HTML) explaining that the item has been updated since its last load and is now outdated. This HTML message also include a link offering the user the reload the current page.
Public methodStatic memberGetObsoleteVersionMessage
Gets a translated message explaining that the item has been updated since its last load and is now outdated.
Top
See Also