Show / Hide Table of Contents

Class ResourceReferenceChoice

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

Properties

| Improve this Doc View Source

ExternalReference

Declaration
public ExternalReference ExternalReference { get; set; }
Property Value
Type Description
ExternalReference
| Improve this Doc View Source

Ref

Declaration
public string Ref { get; set; }
Property Value
Type Description
System.String

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

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX