CdxDotNetSpecificationVersion Class

Assembly
Cake.CycloneDX.dll
Namespace
Cake.CycloneDX.Tools.CdxDotNet
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["CdxDotNetSpecificationVersion"] class Type type-node

Syntax

public sealed class CdxDotNetSpecificationVersion : Enum

Fields

Name Constant Value Summary
V1_0 0
static
V1_1 1
static
V1_2 2
static
V1_3 3
static
V1_4 4
static
V1_5 5
static
V1_6 6
static
V1_7 7
static
value__

Extension Methods

Name Value Summary
Dump<CdxDotNetSpecificationVersion>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CdxDotNetSpecificationVersion>(CdxDotNetSpecificationVersion[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CdxDotNetSpecificationVersion>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
NotNull<CdxDotNetSpecificationVersion>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
ThrowIfNull<CdxDotNetSpecificationVersion>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CdxDotNetSpecificationVersion>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin
ToVersionString() string
Requires the Cake.CycloneDX addin