Autodesk Vault ProfessionalVault API

PropertyValues Class

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

This class represents several Property Values bundles together in a single object.

Syntax

public sealed class PropertyValues 
Public NotInheritable Class PropertyValues 

Constructors

NameDescription
PropertyValues

Properties

NameDescription
EntitiesGets a list of all of the entities that have values in this collection

Methods

NameDescription
GetNumberOfValuesGets the number of property values stored in this collection
GetValueGets a property value from this collection for a specific entity and property definition
GetValuesGets all of the property values in this collection for a particular PropertyDefinition
GetValues(PropertyDefinition)Gets all of the property values in this collection for a particular PropertyDefinition
GetValues(IEntity)Gets all of the property values in this collection for a particular entity
GetValues()Gets all of the property values stored in this collection
MergeValuesCopies the values from one PropertyValues collection into this collection
RemoveValueRemoves a property value from this collection
SetValueAdds a property value to this collection.
SetValue(IEntity,PropertyDefinition,Object)Adds a property value to this collection.
SetValue(PropertyValue)Adds a property value to this collection

Returned By

Where you get a PropertyValues — members that return one.

Inheritance Hierarchy

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

See Also