• 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

    Class NumberingFormat

    Represents object numbering format in external system. Numbering formats are defining how part (item) numbers are assigned to the new objects in external system.

    Inheritance
    object
    NumberingFormat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CustomPLMService.Contract.Models.Items
    Assembly: CustomPLMService.Contract.dll
    Syntax
    public class NumberingFormat

    Properties

    Fields

    Custom parameters map. Meaning depends on the implementation.

    Declaration
    public Dictionary<string, string> Fields { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    Id

    Numbering format identifier

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    TypeId

    Associated object type identifier (see TypeId)

    Declaration
    public TypeId TypeId { get; set; }
    Property Value
    Type Description
    TypeId
    In this article
    Back to top Generated by DocFX