Show / Hide Table of Contents

Class Patch

Inheritance
object
Patch
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 Patch

Properties

| Edit this page View Source

Diff

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

Resolves

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

Type

Declaration
[ProtoMember(1, IsRequired = true)]
public Patch.PatchClassification Type { get; set; }
Property Value
Type Description
Patch.PatchClassification
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX