CoverageFactory object
Manage CoverageEntity objects.
You get a CoverageFatory object from the CoverageFactory property of a Test object.
Public methods
This object supports the following methods.
Method | Description |
---|---|
AddItem |
Creates a new coverage. Syntax: Parameter:
Return: A CoverageEntity object. |
NewList |
Creates a list of coverages according to the specified filter. For details, see NewList. |
RemoveItem |
Removes a coverage 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.
Method | R/W | Type | Description |
---|---|---|---|
Fields |
R | Array |
The list of all available fields for the entity managed by the factory. Syntax: |
Filter |
R | Object |
The TDFilter object for the factory. See TDFilter object. Syntax: |