Component Object Members
Public Methods
Public Method BusinessProcessesThe list of associated BusinessProcess objects.
Public Method DeletePictureDeletes the snapshot.
Public Method DownloadDownloads an asset and its related assets.
Public Method HasDependenciesReturns asset relation dependencies status.
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 AssetRelationFactoryThe asset's AssetRelationsFactory object.
Public Property AssetRepositoryItemFactoryThe asset's AssetRepositoryItemFactory object.
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 AutoUnlockIndicates whether to make the item changeable to other users automatically after a Refresh or Post.
Public Property ComponentParamFactoryThe component parameter factory.
Public Property ComponentStepFactoryThe ComponentStepFactory for this component.
Public Property ContainsBrokenRelationReturns true if the object is linked to an asset but the asset does not exist.
Public Property EntitySubtypeThe current subtype of the entity.
Public Property ExtendedStorageThe ExtendedStorage object for this component.
Public Property FacetFactoryThe FacetFactory for this component.
Public Property FieldThe value of the specified field.
Public Property FieldMultiValueThe MultiValue object 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 IsLockedByOtherSessionReturns true when object is locked by another user session.
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 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 UserAssetFactoryThe asset's UserAssetFactory object.
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