• 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 QueryAttribute.Occurrences

    Specifies how clauses are to occur in matching items.

    Namespace: CustomPLMService.Contract.Models.Query
    Assembly: CustomPLMService.Contract.dll
    Syntax
    public enum QueryAttribute.Occurrences

    Fields

    Name Description
    Must

    Use this operator for clauses that must appear in the matching items.

    Should

    Use this operator for clauses that should appear in the matching item.

    In this article
    Back to top Generated by DocFX