Show / Hide Table of Contents

Class ToolChoices

Inheritance
object
ToolChoices
Implements
IXmlSerializable
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 ToolChoices : IXmlSerializable

Constructors

| Edit this page View Source

ToolChoices()

Declaration
public ToolChoices()

Properties

| Edit this page View Source

Components

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

Services

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

Tools

Declaration
[ProtoMember(1)]
public List<Tool> Tools { get; set; }
Property Value
Type Description
List<Tool>

Methods

| Edit this page View Source

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema
| Edit this page View Source

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader
| Edit this page View Source

ShouldSerializeComponents()

Declaration
public bool ShouldSerializeComponents()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeServices()

Declaration
public bool ShouldSerializeServices()
Returns
Type Description
bool
| Edit this page View Source

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IXmlSerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX