Show / Hide Table of Contents

Class Pedigree

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

Properties

| Edit this page View Source

Ancestors

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

Commits

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

Descendants

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

Notes

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

Patches

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

Variants

Declaration
[ProtoMember(3)]
public List<Component> Variants { get; set; }
Property Value
Type Description
List<Component>

Methods

| Edit this page View Source

ShouldSerializePatches()

Declaration
public bool ShouldSerializePatches()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX