Show / Hide Table of Contents

Class General

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

Methods

| Edit this page View Source

AddSpdxElement(List<Property>, string, string)

Declaration
public static void AddSpdxElement(this List<Property> properties, string propertyName, string spdxElement)
Parameters
Type Name Description
List<Property> properties
string propertyName
string spdxElement
| Edit this page View Source

AddSpdxElement<T>(List<Property>, string, T)

Declaration
public static void AddSpdxElement<T>(this List<Property> properties, string propertyName, T spdxElement)
Parameters
Type Name Description
List<Property> properties
string propertyName
T spdxElement
Type Parameters
Name Description
T
| Edit this page View Source

AddSpdxElements(List<Property>, string, List<string>)

Declaration
public static void AddSpdxElements(this List<Property> properties, string propertyName, List<string> spdxElements)
Parameters
Type Name Description
List<Property> properties
string propertyName
List<string> spdxElements
| Edit this page View Source

AddSpdxElements<T>(List<Property>, string, List<T>)

Declaration
public static void AddSpdxElements<T>(this List<Property> properties, string propertyName, List<T> spdxElements)
Parameters
Type Name Description
List<Property> properties
string propertyName
List<T> spdxElements
Type Parameters
Name Description
T
| Edit this page View Source

Base64Decode(string)

Declaration
public static string Base64Decode(this string base64EncodedData)
Parameters
Type Name Description
string base64EncodedData
Returns
Type Description
string
| Edit this page View Source

Base64Encode(string)

Declaration
public static string Base64Encode(this string plainText)
Parameters
Type Name Description
string plainText
Returns
Type Description
string
| Edit this page View Source

GetSpdxElement(List<Property>, string)

Declaration
public static string GetSpdxElement(this List<Property> properties, string propertyName)
Parameters
Type Name Description
List<Property> properties
string propertyName
Returns
Type Description
string
| Edit this page View Source

GetSpdxElement<T>(List<Property>, string)

Declaration
public static T GetSpdxElement<T>(this List<Property> properties, string propertyName)
Parameters
Type Name Description
List<Property> properties
string propertyName
Returns
Type Description
T
Type Parameters
Name Description
T
| Edit this page View Source

GetSpdxElements(List<Property>, string)

Declaration
public static List<string> GetSpdxElements(this List<Property> properties, string propertyName)
Parameters
Type Name Description
List<Property> properties
string propertyName
Returns
Type Description
List<string>
| Edit this page View Source

GetSpdxElements<T>(List<Property>, string)

Declaration
public static List<T> GetSpdxElements<T>(this List<Property> properties, string propertyName)
Parameters
Type Name Description
List<Property> properties
string propertyName
Returns
Type Description
List<T>
Type Parameters
Name Description
T
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX