SelectEntityResults Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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
| Name | Description |
|---|---|
| SelectEntityResults |
Properties
| Name | Description |
|---|---|
| CurrentFilter | Gets the Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.EntityFilter that was applied to the displayed entities in the dialog. |
| IsLatest | If 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. |
| ParentEntity | Gets the parent entity that contains the SelectedEntities. |
| ReleaseBiased | Gets the state of the release biased button. |
| SelectedButton | Gets 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. |
| SelectedEntities | Gets 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. |
| SelectionText | Gets 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.
- Library.SelectEntity
- SelectEntitySettings.ActionButtonOption.IsEnabled
- SelectEntitySettings.SelectEntityOptionsExtensibility.Validate
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Results.SelectEntityResults