EntitySubtype object

An EntitySubtype object represents an entity's subtype.

Public properties

This object supports the following properties.

Property R/W Type Description
Fields R List

The list of TDField objects for this type. See TDField object.

Syntax: EntitySubtype.Fields

ID R String

The subtype ID.

Syntax: EntitySubtype.ID

Name R String

The subtype name.

Syntax: EntitySubtype.Name

Back to top