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

class %Document.Model.Schema.field extends node

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1


Summary

Properties
collection derived description disabled displayName
expression fieldType name required type

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

• relationship collection as collection(XMLPROJECTION="none") [ Inverse = fields,Cardinality = one ];
Thing that this property belongs to.
• property derived as %ZEN.Datatype.boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
• property expression as %String(MAXLEN=4000,XMLPROJECTION="ELEMENT");
• property fieldType as %String(MAXLEN=255,XMLCHOICELIST="dynamic,static",XMLPROJECTION="attribute");
• property required as %ZEN.Datatype.boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
• property type as %String(MAXLEN=255,XMLPROJECTION="attribute");

Methods

• method %Validate() as %Status
Test if this definition is valid.


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