Show / Hide Table of Contents

Class SpdxDocumentConverters

Inheritance
object
SpdxDocumentConverters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Interop
Assembly: CycloneDX.Spdx.Interop.dll
Syntax
public static class SpdxDocumentConverters

Methods

| Edit this page View Source

ToCycloneDX(SpdxDocument)

Declaration
public static Bom ToCycloneDX(this SpdxDocument doc)
Parameters
Type Name Description
SpdxDocument doc
Returns
Type Description
Bom
| Edit this page View Source

ToSpdx(Bom)

Declaration
public static SpdxDocument ToSpdx(this Bom bom)
Parameters
Type Name Description
Bom bom
Returns
Type Description
SpdxDocument
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX