Class ItemUpdateSpec
Represents item update specification. This information is used when updating existing objects in external system.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Items
Assembly: CustomPLMService.Contract.dll
Syntax
public class ItemUpdateSpec
Properties
Id
Existing object identifier (see Id)
Declaration
public Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
Metadata
Associated object type information (see Type)
Declaration
public Type Metadata { get; set; }
Property Value
Type | Description |
---|---|
Type |
Values
Attribute values to be updated (see AttributeValue)
Declaration
public List<AttributeValue> Values { get; set; }
Property Value
Type | Description |
---|---|
List<AttributeValue> |