IPM
LegacyLocalizedMessages Class Reference
Inheritance diagram for LegacyLocalizedMessages:
Inheritance graph

Public Attributes

 includeFiles
 Acceptable Formats: More...
 
 merge
 Set to 1 to merge the domain (i.e., in ^IRIS.Msg(domain)/^IRIS.MsgNames(domain)) with contents loaded from other error message XML files. More...
 
- Public Attributes inherited from Abstract
 Params
   More...
 

Static Public Attributes

 ATTRIBUTES = None
 Comma-separated list of resource attribute names that this processor uses.
 
 DESCRIPTION = None
 Description of resource processor class (shown in UI)
 
- Static Public Attributes inherited from Abstract
 ATTRIBUTES = None
 Comma-separated list of resource attribute names that this processor uses.
 
 DESCRIPTION = None
 Description of resource processor class (shown in UI)
 

Private Member Functions

 __GetDomainMap (pMap)
 Builds map of domain to target include file (for multi-include case)
 

Additional Inherited Members

- Public Member Functions inherited from Abstract
 OnGetStudioProject (_.Studio.Project pProject, _.Library.Boolean pHandled)
 Subclasses may override to customize the studio project. More...
 
 OnGetUniqueName (pUniqueName)
 Returns a unique name for this resource. More...
 
_.Library.String OnItemRelativePath (_.Library.String pItemName)
 Returns the path relative to the module root for item pItemName within this resource.
 
_.Library.Status OnPhase (_.Library.String pPhase, pParams, _.Library.Boolean pResourceHandled)
 Called as phase pPhase is executed for the resource. More...
 

Member Data Documentation

◆ includeFiles

includeFiles

Acceptable Formats:

<domain>:[,<domain>:[,<domain>:...]]  

◆ merge

merge

Set to 1 to merge the domain (i.e., in ^IRIS.Msg(domain)/^IRIS.MsgNames(domain)) with contents loaded from other error message XML files.

Additional work will likely be required to make the domain available for localization in such cases, likely using the LocalizationExport resource processor. (See the HSBASE module for an example of this.)