Autodesk Vault ProfessionalVault API

PropertyDefinition.ERetrievalAlgorithm Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

This type specifies the relative cost of retrieving values for a PropertyDefinition

Syntax

public enum PropertyDefinition.ERetrievalAlgorithm : System.Enum 
Public Enum PropertyDefinition.ERetrievalAlgorithm
   Inherits System.Enum

Members

MemberDescription
ClientComputedProperties that can be computed, cheaply, without requiring a round trip to the server
ExpensiveProperties that are expensive to compute, either on the client (because it is computation heavy) or on the server (because it's a complicated algorithm on the server or just a lot of data)
RequiresOwnThreadProperties that are so expensive that it's best to retrieve them on their own thread
StandardProperties that can be computed with a standard call to the server

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition.ERetrievalAlgorithm

See Also