Show / Hide Table of Contents

Class ResourceReferenceChoice

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

Properties

| Edit this page View Source

ExternalReference

Declaration
[ProtoMember(2)]
public ExternalReference ExternalReference { get; set; }
Property Value
Type Description
ExternalReference
| Edit this page View Source

Ref

Declaration
[ProtoMember(1)]
public string Ref { get; set; }
Property Value
Type Description
string

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

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