ITMSFNCBaseCollectionIO Interface
Interface for collection types that support item creation during JSON deserialization; the persistence engine calls
AddItemto append new items to the collection.
API unit family: TMSFNCPersistence
Syntax
ITMSFNCBaseCollectionIO = interface
Methods
| Name | Description |
|---|---|
| AddItem | Creates a new item in the collection that corresponds to the given source object and returns it. |