• About Nexar Generic PLM Connector
  • Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • CustomPLMService.Contract
      • Models
        • Authentication
          • Auth
          • Context
          • Credentials
          • IContext
        • Items
          • AttributeValue
          • FileResource
          • Id
          • Item
          • ItemCreateSpec
          • ItemResult
          • ItemUpdateSpec
          • NumberingFormat
          • UomValue
          • Value
          • Value.Type
        • Metadata
          • AttributeSpec
          • AttributeSpec.Datatype
          • AttributeSpec.Valueset
          • BaseType
          • ListValue
          • RelationshipSpec
          • RelationshipType
          • Type
          • TypeId
        • Query
          • Query
          • QueryAttribute
          • QueryAttribute.Occurrences
        • Relationship
          • RelationshipRow
          • RelationshipTable
        • SupportedOperation
      • ICustomPlmMetadataService
      • ICustomPlmService

    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).

    Inheritance
    object
    RelationshipRow
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX