Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%iKnow] >  [Model] >  [userDictionary]
Private  Storage   

deprecatedclass %iKnow.Model.userDictionary extends %iKnow.Model.node

Model representation of a specific %iKnow.UserDictionary, which can be referred from %iKnow.Model.configuration entries.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1


Summary

Properties
description domain entries name

Methods
%AddToSaveSet %BindExport %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %QuoteList %QuoteValue %QuoteValueL10N
%RemoveFromSaveSet %SerializeObject %SetModified %Validate
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property description as %String(MAXLEN=2000,XMLPROJECTION="ATTRIBUTE");
Optional description
• relationship domain as %iKnow.Model.domain(XMLPROJECTION="none") [ Inverse = userDictionaries,Cardinality = one ];
• relationship entries as list of %iKnow.Model.userDictionaryEntry(XMLELEMENTREF=1,XMLNAME="entry",XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = userDictionary,Cardinality = many ];
• property name as %String(MAXLEN=150,XMLPROJECTION="ATTRIBUTE") [ Required ];
Name of this User Dictionary

Methods

• method %Validate(pDomainId As %Integer, pDomainDefinition As %iKnow.Model.domain) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.