Table of Contents

ITMSMCPBaseCollectionIO Interface

Interface for collection types that support item creation during JSON deserialization; the persistence engine calls AddItem to append new items to the collection.

API unit family: TMS.MCP.Persistence

Syntax

ITMSMCPBaseCollectionIO = interface

Methods

Name Description
AddItem Creates a new item in the collection that corresponds to the given source object and returns it.