Class Composition
Inheritance
System.Object
Composition
Assembly: CycloneDX.Core.dll
Syntax
public class Composition : IXmlSerializable, IEquatable<Composition>
Properties
|
Improve this Doc
View Source
Aggregate
Declaration
public Composition.AggregateType Aggregate { get; set; }
Property Value
|
Improve this Doc
View Source
Assemblies
Declaration
public List<string> Assemblies { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Dependencies
Declaration
public List<string> Dependencies { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Vulnerabilities
Declaration
public List<string> Vulnerabilities { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type |
Description |
XmlElement |
|
Methods
|
Improve this Doc
View Source
Equals(Composition)
Declaration
public bool Equals(Composition obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetSchema()
Declaration
public System.Xml.Schema.XmlSchema GetSchema()
Returns
Type |
Description |
System.Xml.Schema.XmlSchema |
|
|
Improve this Doc
View Source
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type |
Name |
Description |
XmlReader |
reader |
|
|
Improve this Doc
View Source
WriteXml(System.Xml.XmlWriter)
Declaration
public void WriteXml(System.Xml.XmlWriter writer)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
writer |
|
Implements
IEquatable<>