Show / Hide Table of Contents

Class Map

Inheritance
System.Object
Map
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Map : object

Properties

| Improve this Doc View Source

Claims

Declaration
public List<string> Claims { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Confidence

Declaration
public Confidence Confidence { get; set; }
Property Value
Type Description
Confidence
| Improve this Doc View Source

Conformance

Declaration
public Conformance Conformance { get; set; }
Property Value
Type Description
Conformance
| Improve this Doc View Source

CounterClaims

Declaration
public List<string> CounterClaims { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Requirement

Declaration
public string Requirement { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX