ConditionFactory Object
Description
Services for managing conditions for executing test instances in an test set.
Remarks

You cannot save an individually selected condition. Use the Save method to save all changes to all conditions.

Get a ConditionFactory object from TestSet.ConditionFactory.

Interfaces
Implemented InterfaceDescription
IBaseFactory2Provides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects.
ISupportCopyPaste2Services for supporting copy and paste.
ISupportCopyPaste4Services for supporting copy and paste.
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 Method SaveSaves all conditions.
Public Properties
Public Property FetchLevelThe Fetch level for a field.
Public Property FieldsNot implemented for IConditionFactory.
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