Enum AttributeSpec.Datatype
Enumerates possible attribute data types.
Namespace: CustomPLMService.Contract.Models.Metadata
Assembly: CustomPLMService.Contract.dll
Syntax
public enum AttributeSpec.Datatype
Fields
Name | Description |
---|---|
Boolean | Boolean type |
Date | Date type |
Number | Numeric type |
Object | Object type |
Text | String type |
Uom | Unit of measure type |