Class ResourceReferenceChoice
Inheritance
System.Object
ResourceReferenceChoice
Assembly: CycloneDX.Core.dll
Syntax
public class ResourceReferenceChoice : IXmlSerializable
Properties
|
Improve this Doc
View Source
ExternalReference
Declaration
public ExternalReference ExternalReference { get; set; }
Property Value
|
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 |
|