ReqFactory object
Manage requirements, including adding and removing requirements.
You get a ReqFactory object by TDConnection.ReqFactory.
Public methods
This object supports the following methods.
| Method | Description |
|---|---|
|
AddItem |
Creates a new requirement. For details, see AddItem. |
|
Mails a list of items. For details, see Mail. |
|
| MoveRequirements |
Moves the requirements to be child nodes of the specified parent. Syntax: Parameters:
Note:
|
|
NewList |
Creates a list of requirements according to the specified filter. For details, see NewList. |
|
RemoveItem |
Removes a requirement 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: |
Example

