Show / Hide Table of Contents

Class Relationship

Inheritance
System.Object
Relationship
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class Relationship : object

Properties

| Improve this Doc View Source

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RelatedSpdxElement

SPDX ID for SpdxElement. A related SpdxElement.

Declaration
public string RelatedSpdxElement { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RelationshipType

Describes the type of relationship between two SPDX elements.

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

SpdxElementId

Id to which the SPDX element is related

Declaration
public string SpdxElementId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX