IEntityOperationManager Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| CopyDesign | Gets an interface that provides access to a set of Copy Design specific operations that can be generically executed for any Entity |
Methods
| Name | Description |
|---|---|
| CanBrowseChildren | Determines if the specified entity is browsable. This means that it can have children, not that it necessarily does. |
| CanDownloadOrCheckoutEntities | Determines if the list of entities are eligible for the Get/Checkout workflow. |
| ConvertEntInfosToIEntities | Converts a collection of web service Ent objects to the appropriate IEntity object. |
| GetBrowseChildren | Gets all of the children for a specific entity for a browse workflow. |
| GetParent | Gets the parent of the specified entity. |
| 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. |
| GetSelectableRevisions | Gets 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.