Autodesk Vault ProfessionalVault API

SupportedMappingDirection Enumeration

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

The allowed mappings between a PropertyDefinition and a ContentSourcePropertyDefinition. There can be a different SupportedMappingDirection value for each Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClass that the PropertyDefinition is associated with.

Syntax

public enum SupportedMappingDirection : System.Enum 
Public Enum SupportedMappingDirection
   Inherits System.Enum

Members

MemberDescription
NoneNo mapping is allowed
ReadWriteThere can be a read/write relationship between vault properties and content source properties.
WriteToContentSourceValues can be read from the vault and written to a the file.
WriteToVaultValues can be read from the source file and written to a vault property

Returned By

Where you get a SupportedMappingDirection — members that return one.

Inheritance Hierarchy

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

See Also