Class ToolChoices
Inheritance
System.Object
ToolChoices
Assembly: CycloneDX.Core.dll
public class ToolChoices : IXmlSerializable
Constructors
|
Improve this Doc
View Source
Declaration
Properties
|
Improve this Doc
View Source
Declaration
public List<Component> Components { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Service> Services { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Tool> Tools { get; set; }
Property Value
Type |
Description |
List<Tool> |
|
Methods
|
Improve this Doc
View Source
Declaration
public System.Xml.Schema.XmlSchema GetSchema()
Returns
Type |
Description |
System.Xml.Schema.XmlSchema |
|
|
Improve this Doc
View Source
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type |
Name |
Description |
XmlReader |
reader |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeComponents()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeServices()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public void WriteXml(System.Xml.XmlWriter writer)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
writer |
|