IComponent3 Interface Members
Public Methods
Public Method BusinessProcessesThe list of associated BusinessProcess objects.
Public Method DeletePictureDeletes the snapshot.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method PostPosts all changed values into database.
Public Method RefreshReads saved values, overwriting values in memory.
Public Method SetStepsDataFor backward compatibility with versions prior to 9.0. Wrap component's step in HTML format.
Public Method UndoUndoes changes to field values that have not been posted.
Public Method UnLockObjectUnlocks the object.
Public Method UploadSnapshotSaves the component snapshot. The snapshot file name must be 'Picture.png'.
Public Properties
Public Property ApplicationAreaIDThe Component's linked application area ID.
Public Property AttachmentsThe Attachments property is not implemented for the Component object or for any IComponent* interface.
Public Property AutoPostIf true, the database is updated immediately when the field value changes.
Public Property ComponentParamFactoryThe component parameter factory.
Public Property ComponentStepFactoryThe ComponentStepFactory for this component.
Public Property ExtendedStorageThe ExtendedStorage object for this component.
Public Property FieldThe value of the specified field.
Public Property FolderThe component's folder.
Public Property HasAttachmentChecks if the object has one or more attachments.
Public Property HasPictureIndicates if the component has a snapshot.
Public Property HasScriptChecks if the component is associated with a test script.
Public Property IDThe item ID.
Public Property IsIteratableFor backward compatibility with versions prior to 9.0.
Public Property IsLockedChecks if object is locked for editing.
Public Property IsObsoleteChecks if the component has been marked deleted by a user but is still in use in a test.
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 Component's name.
Public Property ScriptTypeThe test script type.
Public Property VirtualChecks if this is a virtual item, that is, an item that does not have a corresponding database record.
See Also