Class RelationshipRow
Represents object relationship in external system. Object relationship connects a pair of objects (parent and child). There are different types of relationships (see RelationshipType).
Inherited Members
Namespace: CustomPLMService.Contract.Models.Relationship
Assembly: CustomPLMService.Contract.dll
Syntax
public class RelationshipRow
Properties
Attributes
Relationship attributes (see AttributeValue)
Declaration
public List<AttributeValue> Attributes { get; set; }
Property Value
Type | Description |
---|---|
List<AttributeValue> |
ChildId
Child object identifier (see Id)
Declaration
public Id ChildId { get; set; }
Property Value
Type | Description |
---|---|
Id |
FileId
File identifier (used in attachment relationships)
Declaration
public string FileId { get; set; }
Property Value
Type | Description |
---|---|
string |
FileName
File name (used in attachment relationships)
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
FileResource
File path (used in attachment relationships)
Declaration
public string FileResource { get; }
Property Value
Type | Description |
---|---|
string |
Id
Relationship identifier
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |