Class ResourceReferenceChoice
Inheritance
ResourceReferenceChoice
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
|
Edit this page
View Source
Ref
Declaration
[ProtoMember(1)]
public string Ref { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
|
Edit this page
View Source
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
|
Edit this page
View Source
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements