Show / Hide Table of Contents

Class Patch

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

Properties

| Improve this Doc View Source

Diff

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

Resolves

Declaration
public List<Issue> Resolves { get; set; }
Property Value
Type Description
List<Issue>
| Improve this Doc View Source

Type

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