ReqCoverageFactory object
A ReqCoverageFactory object manages CoverageEntity object.
You get a ReqCoverageFactory object from the ReqCoverageFactory property of a Req object.
Public methods
This object supports the following methods.
| Method | Description |
|---|---|
|
AddItem |
Creates a new coverage. Syntax: Parameters:
|
|
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 | List |
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: |

