Class Item
Represents object in external system.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Items
Assembly: CustomPLMService.Contract.dll
Syntax
public class Item
Properties
Id
Object identifier (see Id)
Declaration
public Id Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Id |
Link
If present, provides information needed to view object information in external system (for example, web page URL).
Declaration
public string Link { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Object attribute values (see AttributeValue)
Declaration
public List<AttributeValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AttributeValue> |