Skip to main content

%pkg.isc.rest.openAPI.model.stringList

persistent class %pkg.isc.rest.openAPI.model.stringList extends %pkg.isc.rest.openAPI.model.passthroughObject

SQL Table Name: %pkg_isc_rest_openAPI_model.stringList

Class used to represent lists of Strings (makes creation/validation of arrays of string lists easier) JSON Representation is the inline (not as a separate object) contents of ..Data, through use of %pkg.isc.rest.openAPI.model.passthroughObject

Property Inventory

Properties

property Data as list of %String (MAXLEN = 2000);
@Special: This Object's content The String array represented by this object
Property methods: Data(), DataBuildValueArray(), DataCollectionToDisplay(), DataCollectionToOdbc(), DataDisplayToCollection(), DataDisplayToLogical(), DataGet(), DataGetObject(), DataGetObjectId(), DataGetStored(), DataGetSwizzled(), DataIsValid(), DataLogicalToDisplay(), DataLogicalToOdbc(), DataNormalize(), DataOdbcToCollection(), DataSet(), DataSetObject(), DataSetObjectId()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (%pkg.isc.rest.openAPI.model.super)

^pkg.isc.rest.oas.model.superD(ID)
=
%%CLASSNAME

Storage Model: Storage (%pkg.isc.rest.openAPI.model.extensibleSuper)

^pkg.isc.rest.oas.model.superD(ID,"%pkg.isc.rest.openAPI.model.extensibleSuper.Extras",n)
=
Extras(n)

Storage Model: Storage (%pkg.isc.rest.openAPI.model.stringList)

^pkg.isc.rest.oas.model.superD(ID,"StringList")
=
Data
FeedbackOpens in a new tab