Show / Hide Table of Contents

Class ExternalRefs

Inheritance
System.Object
ExternalRefs
Namespace: CycloneDX.Spdx.Interop.Helpers
Assembly: CycloneDX.Spdx.Interop.dll
Syntax
public static class ExternalRefs : object

Methods

| Improve this Doc View Source

AddSpdxExternalRefs(Component, List<ExternalRef>)

Declaration
public static void AddSpdxExternalRefs(this Component component, List<ExternalRef> externalRefs)
Parameters
Type Name Description
Component component
List<ExternalRef> externalRefs
| Improve this Doc View Source

GetSpdxExternalRefs(Component)

Declaration
public static List<ExternalRef> GetSpdxExternalRefs(this Component component)
Parameters
Type Name Description
Component component
Returns
Type Description
List<ExternalRef>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX