Show / Hide Table of Contents

Class SpecificationVersionHelpers

Inheritance
System.Object
SpecificationVersionHelpers
Namespace: CycloneDX
Assembly: CycloneDX.Core.dll
Syntax
public static class SpecificationVersionHelpers : object

Fields

| Improve this Doc View Source

CurrentVersion

Declaration
public static readonly SpecificationVersion CurrentVersion
Field Value
Type Description
SpecificationVersion
| Improve this Doc View Source

XmlNamespaceRegex

Declaration
public static readonly Regex XmlNamespaceRegex
Field Value
Type Description
Regex
| Improve this Doc View Source

XmlNamespaceRegexString

Declaration
public static readonly string XmlNamespaceRegexString
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

IsValidXmlNamespace(String)

Declaration
public static bool IsValidXmlNamespace(string xmlns)
Parameters
Type Name Description
System.String xmlns
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Version(String)

Declaration
public static SpecificationVersion Version(string specificationVersion)
Parameters
Type Name Description
System.String specificationVersion
Returns
Type Description
SpecificationVersion
| Improve this Doc View Source

VersionString(SpecificationVersion)

Declaration
public static string VersionString(SpecificationVersion specificationVersion)
Parameters
Type Name Description
SpecificationVersion specificationVersion
Returns
Type Description
System.String
| Improve this Doc View Source

XmlNamespace(SpecificationVersion)

Declaration
public static string XmlNamespace(SpecificationVersion specificationVersion)
Parameters
Type Name Description
SpecificationVersion specificationVersion
Returns
Type Description
System.String
| Improve this Doc View Source

XmlNamespaceSpecificationVersion(String)

Declaration
public static string XmlNamespaceSpecificationVersion(string xmlns)
Parameters
Type Name Description
System.String xmlns
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX