Autodesk Vault ProfessionalVault API

PropertyMappings Class

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

This class stores all of the mappings for a single PropertyDefinition

Syntax

public sealed class PropertyMappings 
Public NotInheritable Class PropertyMappings 

Constructors

NameDescription
PropertyMappings

Properties

NameDescription
HasDefualtValueMappingsGets whether or not there are any Default Value mappings
HasMappingsGets whether or not there are any mappings

Methods

NameDescription
AddMappingAdds a property mapping to a PropertyDefinition
GetAllContentSourcePropertyMappingGets all of the property mappings associated with a PropertyDefinition
GetContentSourcePropertyMappingsGets a list of all of the property mappings to the PropertyDefinition for a particular type of entity and ContentSourceProvider
GetContentSourcePropertyMappingsGroupedByProviderGets a dictionary of mappings to this PropertyDefinition grouped by ContentSourceProvider
RemoveMappingsRemoved all mappings for a specific type of Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClass (ie. remove all FILE mappings)

Returned By

Where you get a PropertyMappings — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyMappings

See Also