Show / Hide Table of Contents

Class ToolChoices

Inheritance
System.Object
ToolChoices
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class ToolChoices : IXmlSerializable

Constructors

| Improve this Doc View Source

ToolChoices()

Declaration
public ToolChoices()

Properties

| Improve this Doc View Source

Components

Declaration
public List<Component> Components { get; set; }
Property Value
Type Description
List<Component>
| Improve this Doc View Source

Services

Declaration
public List<Service> Services { get; set; }
Property Value
Type Description
List<Service>
| Improve this Doc View Source

Tools

Declaration
public List<Tool> Tools { get; set; }
Property Value
Type Description
List<Tool>

Methods

| 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

ShouldSerializeComponents()

Declaration
public bool ShouldSerializeComponents()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeServices()

Declaration
public bool ShouldSerializeServices()
Returns
Type Description
System.Boolean
| 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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX