TestConfig Object Members
Public Methods
Public Method CancelFollowUpRemoves the current entity's follow-up.
Public Method CreateDataRelationCreates a new asset relation and sets it to be the data source relation for this entity.
Public Method DownloadDownloads an asset and its related assets.
Public Method GetActiveDataRelationReturns the active data resource asset relation whether or not it is associated directly with this object.
Public Method GetDataRelationReturns the data resource asset relation directly associated with this object.
Public Method GetFollowUpGets the date and description for the follow-up associated with the current object.
Public Method HasDependenciesReturns asset relation dependencies status.
Public Method HasFollowUpChecks if the object has at least one follow-up associated with it.
Public Method IsFollowUpOverdueChecks if the date of the unsent follow-up is earlier than the current database server date.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method MailMails the IBaseFieldExMail field item.
Public Method MailExMails the IMailableEntity field item.
Public Method PostPosts all changed values into database.
Public Method RefreshReads saved values, overwriting values in memory.
Public Method ResetSelectedInstancesParametersResets the selected parameter actual values of all the instances of the configuration.
Public Method SetFollowUpSets an alert for follow-up for the current object.
Public Method UndoUndoes changes to field values that have not been posted.
Public Method UnLockObjectUnlocks the object.
Public Properties
Public Property AssetRelationFactoryThe asset's AssetRelationsFactory object.
Public Property AttachmentsThe Attachment factory for the object.
Public Property AuditPropertyFactoryThe AuditPropertyFactory object to handle AuditProperty objects for the changed object.
Public Property AuditRecordFactoryThe AuditRecordFactory object to handle AuditRecords for the changed object.
Public Property AutoPostIf true, the database is updated immediately when the field value changes.
Public Property AutoUnlockIndicates whether to make the item changeable to other users automatically after a Refresh or Post.
Public Property BugLinkFactoryThe bug link factory that manages the links of the current object to its associated defects.
Public Property ContainsBrokenRelationReturns true if the object is linked to an asset but the asset does not exist.
Public Property CreatedByThe user who created the configuration.
Public Property CreationDateThe configuration creation date.
Public Property DescriptionThe configuration description.
Public Property ExecStatusThe configuration execution status.
Public Property FieldThe value of the specified field.
Public Property FieldMultiValueThe MultiValue object of the specified field.
Public Property FilteringThe configuration filtering information of the data resource.
Public Property HasAttachmentChecks if the object has one or more attachments.
Public Property HasCoverageIndicates if the test configuration covers at least one requirement.
Public Property HasLinkageChecks if the current object has at least one associated Bug.
Public Property HasOthersLinkageChecks if the current Bug object has at least one associated object that is not another Bug object. Defined only for Bug objects.
Public Property IDThe item ID.
Public Property IsLockedChecks if object is locked for editing.
Public Property LinkFactoryThe link factory of the current defect object that enables viewing the links. Defined only for Bug objects.
Public Property ModifiedChecks if the item has been modified since last refresh or post operation. If true, the field properties on the server side are not up to date.
Public Property NameThe configuration name.
Public Property ParameterValueFactoryThe parameter value factory that manages the parameter values of the current object.
Public Property TestIdThe ID of the Test that owns this test configuration.
Public Property TheDataUsageThe configuration data usage.
Public Property TypeNameThe field's type.
Public Property UsedByReturns the list of relations to assets that are using this asset or that are using user assets owned by this asset.
Public Property UsingReturns the list of relations to assets used by this asset or by user assets owned by this asset.
Public Property VirtualChecks if this is a virtual item, that is, an item that does not have a corresponding database record.
See Also