Show / Hide Table of Contents

Class Pedigree

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

Properties

| Improve this Doc View Source

Ancestors

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

Commits

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

Descendants

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

Notes

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

Patches

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

Variants

Declaration
public List<Component> Variants { get; set; }
Property Value
Type Description
List<Component>

Methods

| Improve this Doc View Source

ShouldSerializePatches()

Declaration
public bool ShouldSerializePatches()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX