IPersistableIdManager Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Services.Connection
This interface encapsulates all access to Vault persistable ids. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.PersistableIdManager property.
Syntax
public interface IPersistableIdManager Public Interface IPersistableIdManager Methods
| Name | Description |
|---|---|
| GetPersistableIds | Gets a persistable id for each entity in entities. This persistable id is used to uniquely identify the entity and can be safely persisted. |
| ResolvePersistableIds | Retrieves the entities for the supplied set of persistable ids. |
Returned By
Where you get a IPersistableIdManager — members that return one.