Table of Contents

TXDataModelObject Class

Base class for all the objects that make up an XData model.

Remarks

Each model object belongs to the object that contains it, for example a property belongs to its entity type, and an entity type belongs to its schema. Every model object has a description, and can hold arbitrary data associated with it.

Syntax

Unit: XData.Model.Classes

TXDataModelObject = class(TObject);

Properties

Name Description
Data Gets or sets arbitrary data associated with the model object.
Description Gets or sets the description of the model object.
OwnsDataObject Indicates whether the model object owns the object held by Data.