Class Pedigree
Inheritance
System.Object
Pedigree
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
|
Improve this Doc
View Source
Commits
Declaration
public List<Commit> Commits { get; set; }
Property Value
|
Improve this Doc
View Source
Descendants
Declaration
public List<Component> Descendants { get; set; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
ShouldSerializePatches()
Declaration
public bool ShouldSerializePatches()
Returns
Type |
Description |
System.Boolean |
|