Class General
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
|
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 Parameters
|
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
|
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 Parameters
|
Edit this page
View Source
Base64Decode(string)
Declaration
public static string Base64Decode(this string base64EncodedData)
Parameters
Type |
Name |
Description |
string |
base64EncodedData |
|
Returns
|
Edit this page
View Source
Base64Encode(string)
Declaration
public static string Base64Encode(this string plainText)
Parameters
Type |
Name |
Description |
string |
plainText |
|
Returns
|
Edit this page
View Source
GetSpdxElement(List<Property>, string)
Declaration
public static string GetSpdxElement(this List<Property> properties, string propertyName)
Parameters
Returns
|
Edit this page
View Source
GetSpdxElement<T>(List<Property>, string)
Declaration
public static T GetSpdxElement<T>(this List<Property> properties, string propertyName)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
GetSpdxElements(List<Property>, string)
Declaration
public static List<string> GetSpdxElements(this List<Property> properties, string propertyName)
Parameters
Returns
|
Edit this page
View Source
GetSpdxElements<T>(List<Property>, string)
Declaration
public static List<T> GetSpdxElements<T>(this List<Property> properties, string propertyName)
Parameters
Returns
Type Parameters