Show / Hide Table of Contents

Class AttributionTexts

Inheritance
object
AttributionTexts
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 AttributionTexts

Methods

| Edit this page View Source

AddSpdxAttributionTexts(Component, List<string>)

Declaration
public static void AddSpdxAttributionTexts(this Component component, List<string> attributionTexts)
Parameters
Type Name Description
Component component
List<string> attributionTexts
| Edit this page View Source

GetSpdxAttributionTexts(Component)

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