Class ItemCreateSpec
Represents item creation specification. This information is used when creating new objects in external system.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Items
Assembly: CustomPLMService.Contract.dll
Syntax
public class ItemCreateSpec
Properties
Autonumber
Numbering format information (see NumberingFormat).
Declaration
public NumberingFormat Autonumber { get; set; }
Property Value
Type | Description |
---|---|
NumberingFormat |
Metadata
Object type information (see Type)
Declaration
public Type Metadata { get; set; }
Property Value
Type | Description |
---|---|
Type |
SpecificId
Requested object identifier for the new object (see Id)
Declaration
public Id SpecificId { get; set; }
Property Value
Type | Description |
---|---|
Id |
Values
List of attribute values for the new object (see AttributeValue)
Declaration
public List<AttributeValue> Values { get; set; }
Property Value
Type | Description |
---|---|
List<AttributeValue> |