Class Pedigree
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Pedigree
Properties
|
Edit this page
View Source
Ancestors
Declaration
[ProtoMember(1)]
public List<Component> Ancestors { get; set; }
Property Value
|
Edit this page
View Source
Commits
Declaration
[ProtoMember(4)]
public List<Commit> Commits { get; set; }
Property Value
|
Edit this page
View Source
Descendants
Declaration
[ProtoMember(2)]
public List<Component> Descendants { get; set; }
Property Value
|
Edit this page
View Source
Notes
Declaration
[ProtoMember(6)]
public string Notes { get; set; }
Property Value
|
Edit this page
View Source
Patches
Declaration
[ProtoMember(5)]
public List<Patch> Patches { get; set; }
Property Value
|
Edit this page
View Source
Variants
Declaration
[ProtoMember(3)]
public List<Component> Variants { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializePatches()
Declaration
public bool ShouldSerializePatches()
Returns