Show / Hide Table of Contents

Class Relationship

Inheritance
object
Relationship
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class Relationship

Properties

| Edit this page View Source

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
string
| Edit this page View Source

RelatedSpdxElement

SPDX ID for SpdxElement. A related SpdxElement.

Declaration
public string RelatedSpdxElement { get; set; }
Property Value
Type Description
string
| Edit this page View Source

RelationshipType

Describes the type of relationship between two SPDX elements.

Declaration
public RelationshipType RelationshipType { get; set; }
Property Value
Type Description
RelationshipType
| Edit this page View Source

SpdxElementId

Id to which the SPDX element is related

Declaration
public string SpdxElementId { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX