Class RelationshipTable
Represents object relationships table in external system. This table contains list of relationships of the object with other objects.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Relationship
Assembly: CustomPLMService.Contract.dll
Syntax
public class RelationshipTable
Properties
Id
Relationship table identifier (see Id)
Declaration
public Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
RedLineChange
BOM redline change identifier, used when table represents BOM redline relationships (see Id)
Declaration
public Id RedLineChange { get; set; }
Property Value
Type | Description |
---|---|
Id |
Rows
Relationships contained by this table (see RelationshipRow)
Declaration
public List<RelationshipRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
List<RelationshipRow> |
Type
Relationship table type (see RelationshipType)
Declaration
public RelationshipType Type { get; set; }
Property Value
Type | Description |
---|---|
RelationshipType |