• 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 RelationshipTable

    Represents object relationships table in external system. This table contains list of relationships of the object with other objects.

    Inheritance
    object
    RelationshipTable
    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 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
    In this article
    Back to top Generated by DocFX