• About Nexar Generic PLM Connector
  • Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • CustomPLMService.Contract
      • Models
        • Authentication
          • Auth
          • Context
          • Credentials
          • IContext
        • Items
          • AttributeValue
          • FileResource
          • Id
          • Item
          • ItemCreateSpec
          • ItemResult
          • ItemUpdateSpec
          • NumberingFormat
          • UomValue
          • Value
          • Value.Type
        • Metadata
          • AttributeSpec
          • AttributeSpec.Datatype
          • AttributeSpec.Valueset
          • BaseType
          • ListValue
          • RelationshipSpec
          • RelationshipType
          • Type
          • TypeId
        • Query
          • Query
          • QueryAttribute
          • QueryAttribute.Occurrences
        • Relationship
          • RelationshipRow
          • RelationshipTable
        • SupportedOperation
      • ICustomPlmMetadataService
      • ICustomPlmService

    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

    In this article
    Back to top Generated by DocFX