• 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 Value.Type

    Enumerates possible value types.

    Namespace: CustomPLMService.Contract.Models.Items
    Assembly: CustomPLMService.Contract.dll
    Syntax
    public enum Value.Type

    Fields

    Name Description
    Bool

    Boolean value type

    Date

    Date/time value type

    Double

    Double numeric value type

    Float

    Float numeric value type

    Int

    Integer numeric value type

    ListValue

    List value type

    None

    Undefined value type

    Reference

    Object reference value type

    String

    String value type

    Uom

    Unit of Measure value type

    In this article
    Back to top Generated by DocFX