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 SourceComment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelatedSpdxElement
SPDX ID for SpdxElement. A related SpdxElement.
Declaration
public string RelatedSpdxElement { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelationshipType
Describes the type of relationship between two SPDX elements.
Declaration
public RelationshipType RelationshipType { get; set; }
Property Value
Type | Description |
---|---|
RelationshipType |
SpdxElementId
Id to which the SPDX element is related
Declaration
public string SpdxElementId { get; set; }
Property Value
Type | Description |
---|---|
System.String |