Show / Hide Table of Contents

Class AttributionTexts

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

Methods

| Improve this Doc View Source

AddSpdxAttributionTexts(Component, List<String>)

Declaration
public static void AddSpdxAttributionTexts(this Component component, List<string> attributionTexts)
Parameters
Type Name Description
Component component
List<System.String> attributionTexts
| Improve this Doc View Source

GetSpdxAttributionTexts(Component)

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