RepositoryObjectVersion Class

See Also

An object version is an individual rendition of a Repository object. Each object version consists of a state that can be permanently fixed (protected from further modification) plus another, always modifiable aspect. The state of an object version consists of its non-annotational property values and its origin collections. The other, always modifiable aspect of an object version consists of its annotational properties and its destination collections.

When to Use

Use the RepositoryObjectVersion class to manipulate a particular version of a Repository object.

Interfaces

Interface Description
IrepositoryDispatch Provides enhanced dispatch support.
IrepositoryItem Manages Repository objects and relationships.
IrepositoryObject Retrieves Repository object identifiers.
IrepositoryObjectStorage Creates and loads Repository objects.
IrepositoryObjectVersion Manages Repository object versions.
IworkspaceItem Manages the participate of object versions in workspaces.