Autodesk Vault ProfessionalVault API

DynamicColumnConfiguration Class

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

This class provides base-configuration data for the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl and the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultTreeControl.

Syntax

public class DynamicColumnConfiguration 
Public Class DynamicColumnConfiguration 

Constructors

NameDescription
DynamicColumnConfigurationCreates an instance of the DynamicColumnConfiguration class

Properties

NameDescription
DefaultSortPropertyIdGets or sets the system name of the property that is used to sort the grid rows by default. This will be used as the final sort column when sorting on other columns.
FixedColumnsGets or sets the number of columns that should have their positions fixed on the left side of the control
IconPropertyIdGets or sets the system name of the property that is used to display the icon for entities in the List View
NamePropertyIdGets or sets the system name of the property that is used to display the name for entities in the List View or Icon Views
ThumbnailPropertyIdGets or sets the system name of the property that is used to display the thumbnail image for entities in the Icon Views

Methods

NameDescription
AddInitialColumnIdentifies a property as one that should be visible in the initial display of this control. The columns will be displayed in the order that they are added.
AddInitialQuickListColumnIdentifies a property as one that should be visible in the initial quicklist displayed in this control.
AddInitialSortCriteriaCreates a sort specification for a property.
AddPropertyExtensionProviderRegisters a Property Provider which can be used to provide property values for custom Property Definitions or to modify the values that were computed by the framework.
GetColumnSettingsGets display and formatting information about a specific property that can be displayed as a column

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.DynamicColumnConfiguration
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.ClassicVaultBrowserControl.Configuration

See Also