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

    Represents object in external system.

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