IPropertyManager Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Services.Connection
This interface encapsulates all access to Vault Property Values and Property Definitions. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.PropertyManager property.
Syntax
public interface IPropertyManager Public Interface IPropertyManager Methods
| Name | Description |
|---|---|
| ClearPropertyCache | Clears all of the property values from the cache. |
| ClearPropertyCache() | Clears all of the property values from the cache. |
| ClearPropertyCache(IEntity,IEnumerable<PropertyDefinition>) | Clears property values from the cache for an entity |
| ClearPropertyCache(IEntity,PropertyCacheClearOptions) | Clears property values from the cache for an entity |
| GetPropertyDefinitionById | Gets a Property Definition associated with a specific Property Definition Server Id. |
| GetPropertyDefinitionBySystemName | Gets a Property Definition associated with a specific Property Definition System Name. |
| GetPropertyDefinitions | Gets a list of property definitions in a vault |
| GetPropertyDefinitionsMappedToContentSourceProperty | Retrieves a list of all associations that a Content Source PropDef has with UDP's |
| GetPropertyValue | Gets a single property value for a specific Entity |
| GetPropertyValues | Gets property values for a list of Entities and Property Definitions |
| GetPropertyValuesAsync | Asynchronously retrieves property values for a list of Entities and Property Definitions |
Returned By
Where you get a IPropertyManager — members that return one.