Interface IVersionableProvider
Provides a method to retrieve an IVersionable item from a node. This interface is implemented by Nodes that represent a single IVersionable item.
Namespace: Algenta.Colectica.ViewModel.Navigator
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public interface IVersionableProvider
Properties
Metadata
Gets a description of the item represented by this node.
Declaration
RepositoryItemMetadata Metadata { get; }
Property Value
Type | Description |
---|---|
RepositoryItemMetadata |
Methods
GetVersionable()
Gets the versionable item. Depending on the node type, the versionable item may be locally or stored, or it may need to be retrieved over the network.
Declaration
IVersionable GetVersionable()
Returns
Type | Description |
---|---|
IVersionable |