Autodesk Vault ProfessionalVault API

IEntityOperationManager Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Services.Connection

This interface provides access to a set of operations that can be generically executed for any Entity It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.EntityOperations property.

Syntax

public interface IEntityOperationManager 
Public Interface IEntityOperationManager 

Properties

NameDescription
CopyDesignGets an interface that provides access to a set of Copy Design specific operations that can be generically executed for any Entity

Methods

NameDescription
CanBrowseChildrenDetermines if the specified entity is browsable. This means that it can have children, not that it necessarily does.
CanDownloadOrCheckoutEntitiesDetermines if the list of entities are eligible for the Get/Checkout workflow.
ConvertEntInfosToIEntitiesConverts a collection of web service Ent objects to the appropriate IEntity object.
GetBrowseChildrenGets all of the children for a specific entity for a browse workflow.
GetParentGets the parent of the specified entity.
GetPersistableIdsGets a persistable id for each entity in entities. This persistable id is used to uniquely identify the entity and can be safely persisted.
GetSelectableRevisionsGets a list of revisions that can be selected by a user for a given entity

Returned By

Where you get a IEntityOperationManager — members that return one.

See Also