Class Relationship
Assembly: CycloneDX.Spdx.dll
Syntax
public class Relationship
Properties
|
Edit this page
View Source
Declaration
public string Comment { get; set; }
Property Value
|
Edit this page
View Source
SPDX ID for SpdxElement. A related SpdxElement.
Declaration
public string RelatedSpdxElement { get; set; }
Property Value
|
Edit this page
View Source
RelationshipType
Describes the type of relationship between two SPDX elements.
Declaration
public RelationshipType RelationshipType { get; set; }
Property Value
|
Edit this page
View Source
SpdxElementId
Id to which the SPDX element is related
Declaration
public string SpdxElementId { get; set; }
Property Value