Autodesk Vault ProfessionalVault API

SelectEntityResults Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Results

Return object of the Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.SelectEntity workflow.

Syntax

public class SelectEntityResults 
Public Class SelectEntityResults 

Constructors

NameDescription
SelectEntityResults

Properties

NameDescription
CurrentFilterGets the Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.EntityFilter that was applied to the displayed entities in the dialog.
IsLatestIf Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.ShowFloatingLatestRevision is enabled, and the user chooses the "Latest" option from the revisions dropdown, this will be true.
ParentEntityGets the parent entity that contains the SelectedEntities.
ReleaseBiasedGets the state of the release biased button.
SelectedButtonGets the button that was selected to accept the dialog. If Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.ActionButtonOptions are specified, this will be which of those options the user chose. If no options are specified, this will be null.
SelectedEntitiesGets the list of entities selected in the dialog. If the user picked a specific revision, the Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.IEntity representing the appropriate revision is returned in this list.
SelectionTextGets the contents of the edit control that normally contains the list of selected entity names.

Returned By

Where you get a SelectEntityResults — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Results.SelectEntityResults

See Also