Show / Hide Table of Contents

Class Issue

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

Properties

| Improve this Doc View Source

Description

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

Id

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

Name

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

References

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

Source

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

Type

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