AssetRepositoryItemFactory Object
Description
Services for managing asset repository items.
Remarks

Get a reference from TDConnection.AssetRepositoryItemFactory or from the AssetRepositoryItemFactory Property of any object that implements ISupportAssetRepositoryItems: Component, Test QCResource, or UserAsset.

See  Example: Setting Up Assets and Relations.

Interfaces
Implemented InterfaceDescription
IBaseFactory2Provides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects.
ISearchableFactoryServices to support text searches in properties of objects managed by a factory.
Public Methods
Public Method AddItemCreates a new item object.
Public Method CreateSearchOptionsCreates a new SearchOptions object.
Public Method IsSearchableChecks if the Search method can be called by this factory.
Public Method MailMails the list of IBase Factory Items. 'Items' is a list of ID numbers.
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 Method SearchGets a list of objects matching the search query.
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 GroupingManagerThe GroupingManager for this factory.
Public Property GroupingSupportedCheck whether the factory supports grouping.
Public Property HistoryThe History object for this entity.
Public Property ItemGets an object managed by the factory by its key.
See Also