Class Definitions
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Definitions
Properties
|
Edit this page
View Source
Patents
Declaration
[JsonPropertyName("patents")]
[ProtoMember(2)]
public List<PatentOrFamily> Patents { get; set; }
Property Value
|
Edit this page
View Source
Patents_XML
Declaration
[JsonIgnore]
public PatentsType Patents_XML { get; set; }
Property Value
|
Edit this page
View Source
Standards
Declaration
[JsonPropertyName("standards")]
[ProtoMember(1)]
public List<Standard> Standards { get; set; }
Property Value
|
Edit this page
View Source
Standards_XML
Declaration
[JsonIgnore]
public StandardsType Standards_XML { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializePatents()
Declaration
public bool ShouldSerializePatents()
Returns
|
Edit this page
View Source
ShouldSerializePatents_XML()
Declaration
public bool ShouldSerializePatents_XML()
Returns