LinkFactory Object
Description
Services to manage Link objects.
Remarks

Get a LinkFactory reference for creating lists, viewing properties, and adding and removing items from the BugLinkFactory Property property of the ILinkable implemented interface of any object that can be linked to a defect, such as Bug, Req, Run, Step, Test, TestSet, or TSTest.

Get a LinkFactory reference for creating lists and viewing properties from the LinkFactory Property of the ILinkable implemented interface of the Bug Object

Interfaces
Implemented InterfaceDescription
IBaseFactory2Provides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects.
Public Methods
Public Method AddItemCreates a new item object.
Public Method NewListCreates a list of objects according to the specified filter.
Public Method RemoveItemRemoves item from the database. Removal takes place immediately, without a Post.
Public Properties
Public Property FetchLevelThe Fetch level for a field.
Public Property FieldsThe list of all available fields for the entity managed by the factory.
Public Property FilterThe TDFilter object for the factory.
Public Property FullLinkageIndicates that NewList returns child objects in addition to the current object.
Public Property GroupingManagerThe GroupingManager for this factory.
Public Property GroupingSupportedCheck whether the factory supports grouping.
Public Property HistoryNot implemented for ILinkFactory.
Public Property ItemGets an object managed by the factory by its key.
Public Property OwnerNot implemented for ILinkFactory.
See Also