Show / Hide Table of Contents

Class Creators

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

Methods

| Edit this page View Source

AddSpdxCreators(Bom, List<string>)

Declaration
public static void AddSpdxCreators(this Bom bom, List<string> creators)
Parameters
Type Name Description
Bom bom
List<string> creators
| Edit this page View Source

GetSpdxCreators(Bom)

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