PropertyDefinition.ERetrievalAlgorithm Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| ClientComputed | Properties that can be computed, cheaply, without requiring a round trip to the server |
| Expensive | Properties 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) |
| RequiresOwnThread | Properties that are so expensive that it's best to retrieve them on their own thread |
| Standard | Properties 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