PropertyMappings Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| PropertyMappings |
Properties
| Name | Description |
|---|---|
| HasDefualtValueMappings | Gets whether or not there are any Default Value mappings |
| HasMappings | Gets whether or not there are any mappings |
Methods
| Name | Description |
|---|---|
| AddMapping | Adds a property mapping to a PropertyDefinition |
| GetAllContentSourcePropertyMapping | Gets all of the property mappings associated with a PropertyDefinition |
| GetContentSourcePropertyMappings | Gets a list of all of the property mappings to the PropertyDefinition for a particular type of entity and ContentSourceProvider |
| GetContentSourcePropertyMappingsGroupedByProvider | Gets a dictionary of mappings to this PropertyDefinition grouped by ContentSourceProvider |
| RemoveMappings | Removed 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