Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Sample.ListOfPersonIdentification

serial class Sample.ListOfPersonIdentification extends %Library.ListOfObjects

Parameters

parameter ELEMENTTYPE = Sample.PersonIdentification;
The type (class name) of the elements stored in the collection.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab