Show / Hide Table of Contents

Class ExternalRefs

Inheritance
object
ExternalRefs
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.Helpers
Assembly: CycloneDX.Spdx.Interop.dll
Syntax
public static class ExternalRefs

Methods

| Edit this page 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
| Edit this page View Source

GetSpdxExternalRefs(Component)

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