CoreExtensions Class |
Namespace: Packflow.Interface
public static class CoreExtensions
The CoreExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetApplicationMapLinks |
Gets the list of links of an application's map (modeling).
| |
GetDisplayMessage |
Gets the translated message of a PFMissingItemValuesException.
| |
GetDisplayName |
Gets the translated name of a field type.
| |
GetMessage |
Gets a translated message representing the object lock.
| |
GetMessageFromExceptionCode(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. | |
GetMessageFromExceptionCode(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. | |
GetObsoleteVersionHtmlMessage |
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.
| |
GetObsoleteVersionMessage |
Gets a translated message explaining that the item has been updated since its last load
and is now outdated.
|