Class Patch
Inheritance
System.Object
Patch
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Patch : object
Properties
| Improve this Doc View SourceDiff
Declaration
public Diff Diff { get; set; }
Property Value
Type | Description |
---|---|
Diff |
Resolves
Declaration
public List<Issue> Resolves { get; set; }
Property Value
Type | Description |
---|---|
List<Issue> |
Type
Declaration
public Patch.PatchClassification Type { get; set; }
Property Value
Type | Description |
---|---|
Patch.PatchClassification |