Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%ZHSLIB.PackageManager.Developer.ErrorMessages.MsgFile

class %ZHSLIB.PackageManager.Developer.ErrorMessages.MsgFile extends %Library.RegisteredObject, %XML.Adaptor

Registered object representation of a localized error message document

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/HealthShare/PackageManager/ErrorMessages;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.

Properties

property Domains as array of %ZHSLIB.PackageManager.Developer.ErrorMessages.MsgDomain (XMLKEYNAME = "Domain", XMLNAME = "MsgDomain", XMLPROJECTION = "ELEMENT");
Property methods: DomainsBuildValueArray(), DomainsCollectionToDisplay(), DomainsCollectionToOdbc(), DomainsDisplayToCollection(), DomainsGet(), DomainsGetObject(), DomainsGetObjectId(), DomainsGetSwizzled(), DomainsIsValid(), DomainsOdbcToCollection(), DomainsSet(), DomainsSetObject(), DomainsSetObjectId()
property Language as %String (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = $$$DefaultLanguage , Required ];
Property methods: LanguageDisplayToLogical(), LanguageGet(), LanguageIsValid(), LanguageLogicalToDisplay(), LanguageLogicalToOdbc(), LanguageNormalize(), LanguageSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab