Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Ens.DataType.ConfigNameTemplate

datatype class Ens.DataType.ConfigNameTemplate extends Ens.DataType.ConfigName

ODBC Type: VARCHAR

Template class for building config names

Method Inventory

Parameters

parameter ENDREPLACEABLE = };
End of the replacement marker
parameter STARTREPLACEABLE = ${;
Start of the replacement marker

Methods

classmethod IsCanonical(pConfigName As Ens.DataType.ConfigNameTemplate) as %Boolean
Check for a canonical config name (i.e. one that doesn't have replacable values)
classmethod ReplaceWithObjectProperties(pConfigName As Ens.DataType.ConfigNameTemplate, pObject As %RegisteredObject) as Ens.DataType.ConfigName
Used to replace values in a config name string

Inherited Members

Inherited Methods

FeedbackOpens in a new tab