Class Patch
Inherited Members
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Patch
Properties
| Edit this page View SourceDiff
Declaration
[ProtoMember(2)]
public Diff Diff { get; set; }
Property Value
Type | Description |
---|---|
Diff |
Resolves
Declaration
[ProtoMember(3)]
public List<Issue> Resolves { get; set; }
Property Value
Type | Description |
---|---|
List<Issue> |
Type
Declaration
[ProtoMember(1, IsRequired = true)]
public Patch.PatchClassification Type { get; set; }
Property Value
Type | Description |
---|---|
Patch.PatchClassification |