Show / Hide Table of Contents

Class Map

Inheritance
object
Map
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Map

Properties

| Edit this page View Source

Claims

Declaration
[ProtoMember(2)]
public List<string> Claims { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

Confidence

Declaration
[ProtoMember(5)]
public Confidence Confidence { get; set; }
Property Value
Type Description
Confidence
| Edit this page View Source

Conformance

Declaration
[ProtoMember(4)]
public Conformance Conformance { get; set; }
Property Value
Type Description
Conformance
| Edit this page View Source

CounterClaims

Declaration
[ProtoMember(3)]
public List<string> CounterClaims { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

Requirement

Declaration
[ProtoMember(1)]
public string Requirement { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX