SupportedMappingDirection Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| None | No mapping is allowed |
| ReadWrite | There can be a read/write relationship between vault properties and content source properties. |
| WriteToContentSource | Values can be read from the vault and written to a the file. |
| WriteToVault | Values can be read from the source file and written to a vault property |
Returned By
Where you get a SupportedMappingDirection — members that return one.
- ContentSourcePropertyDefinition.SupportedMappingDir
- PropertyDefinitionToEntityClassAssociation.SupportedMappingDir
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.SupportedMappingDirection