Enum AttributeSpec.Valueset
Enumerates possible restrictions for attribute values.
Namespace: CustomPLMService.Contract.Models.Metadata
Assembly: CustomPLMService.Contract.dll
Syntax
public enum AttributeSpec.Valueset
Fields
| Name | Description |
|---|---|
| Free | Any value is acceptable |
| Hybrid | Any value is acceptable, however attribute specification does provide a set of predefined values |
| List | Value must be on the predefined list of values for a given attribute |