PropertyDefinition.PropertyDataType Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
The data type of a PropertyDefinition
Syntax
public enum PropertyDefinition.PropertyDataType : System.Enum Public Enum PropertyDefinition.PropertyDataType
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Bool | The property values are all booleans and will be of the .NET type System.Boolean |
| DateTime | The property values are all DateTime values and will be of the .NET type System.DateTime |
| Image | The property values are all Images and will be of the type ThumbnailInfo |
| ImageInfo | The property values are all Images based and will be of the type ImageInfo |
| NotSpecified | The property values are of an unknown type |
| Numeric | The property values are all numeric and will be of the .NET type System.Double |
| Object | The property values are a managed .net object System.Object |
| String | The property values are all text-based and will be of the .NET type System.String |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition.PropertyDataType