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.
Inherited Members
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 |