TestSetFactory object

Manage test sets, including adding and removing test sets.

You get a TestSetFactory object from TDConnection.TestSetFactory.

Public methods

This object supports the following methods.

Method Description

AddItem

Creates a new test set.

For details, see AddItem.

GetSubtype

Gets the subtype corresponding to the given subtype ID.

Syntax: GetSubtype(subtypeId)

Parameters:

  • subtypeId. A string that represents the the ID of the subtype.

Mail

Mails a list of items.

For details, see Mail.

NewList

Creates a list of objects according to the specified filter.

For details, see NewList.

RemoveItem

Removes a test set from the database. Removal takes place immediately, without a Post.

For details, see RemoveItem.

Item

Gets an object managed by the factory by its key.

For details, see Item.

Public properties

This object supports the following properties.

Property R/W Type Description

Fields

R Array

The list of all available fields for the entity managed by the factory.

Filter

R Object

The TDFilter object for the factory. See TDFilter object.

Subtypes R Array List of subtypes supported by this entity.

Back to top