Class AttributionTexts
Inheritance
System.Object
AttributionTexts
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
Returns
Type |
Description |
List<System.String> |
|