PropertyValues Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| PropertyValues |
Properties
| Name | Description |
|---|---|
| Entities | Gets a list of all of the entities that have values in this collection |
Methods
| Name | Description |
|---|---|
| GetNumberOfValues | Gets the number of property values stored in this collection |
| GetValue | Gets a property value from this collection for a specific entity and property definition |
| GetValues | Gets 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 |
| MergeValues | Copies the values from one PropertyValues collection into this collection |
| RemoveValue | Removes a property value from this collection |
| SetValue | Adds 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