Skip to main content

EnsLib.InteropTools.CodeBuilder.CodeItem

abstract persistent class EnsLib.InteropTools.CodeBuilder.CodeItem extends %Library.Persistent

SQL Table Name: EnsLib_InteropTools_CodeBuilder.CodeItem

Property Inventory

Properties

property Annotation as %String);
Property methods: AnnotationDisplayToLogical(), AnnotationGet(), AnnotationGetStored(), AnnotationIsValid(), AnnotationLogicalToDisplay(), AnnotationLogicalToOdbc(), AnnotationNormalize(), AnnotationSet()
property Disabled as %Boolean [ InitialExpression = 0 ];
Property methods: DisabledDisplayToLogical(), DisabledGet(), DisabledGetStored(), DisabledIsValid(), DisabledLogicalToDisplay(), DisabledNormalize(), DisabledSet()
property Discard as %Boolean [ InitialExpression = 0 ];
After the code has been completed this offers the ability to discard particular items by setting this boolean, versus trying to remove items from the collection
Property methods: DiscardDisplayToLogical(), DiscardGet(), DiscardGetStored(), DiscardIsValid(), DiscardLogicalToDisplay(), DiscardNormalize(), DiscardSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (EnsLib.InteropTools.CodeBuilder.CodeItem)

^EnsLib.InteropToo2573.CodeItemD(ID)
=
%%CLASSNAME
Annotation
Disabled
Discard

Subclasses

FeedbackOpens in a new tab