IRunFactory Interface
Description
Services for managing test runs.
Public Methods
Public Method AddItemCreates a new item object.Creates a new item object.
Public Method DeleteDuplicateRunsRemoves duplicate runs for the current test set. Removal is immediate without Post.
Public Method NewListCreates a list of objects according to the specified filter.Creates a list of objects according to the specified filter.
Public Method RemoveItemRemoves item from the database. Removal takes place immediately, without a Post.Removes item from the database. Removal takes place immediately, without a Post.
Public Properties
Public Property FetchLevelThe Fetch level for a field.The Fetch level for a field.
Public Property FieldsThe list of all available fields for the entity managed by the factory.The list of all available fields for the entity managed by the factory.
Public Property FilterThe TDFilter object for the factory.The TDFilter object for the factory.
Public Property HistoryThe History object for this entity.The History object for this entity.
Public Property ItemGets an object managed by the factory by its key.Gets an object managed by the factory by its key.
Public Property UniqueRunNameGets the run name. The name is unique in the current test and test set.
See Also