Show / Hide Table of Contents

Class Definitions

Inheritance
object
Definitions
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 Definitions

Properties

| Edit this page View Source

Patents

Declaration
[JsonPropertyName("patents")]
[ProtoMember(2)]
public List<PatentOrFamily> Patents { get; set; }
Property Value
Type Description
List<PatentOrFamily>
| Edit this page View Source

Patents_XML

Declaration
[JsonIgnore]
public PatentsType Patents_XML { get; set; }
Property Value
Type Description
PatentsType
| Edit this page View Source

Standards

Declaration
[JsonPropertyName("standards")]
[ProtoMember(1)]
public List<Standard> Standards { get; set; }
Property Value
Type Description
List<Standard>
| Edit this page View Source

Standards_XML

Declaration
[JsonIgnore]
public StandardsType Standards_XML { get; set; }
Property Value
Type Description
StandardsType

Methods

| Edit this page View Source

ShouldSerializePatents()

Declaration
public bool ShouldSerializePatents()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializePatents_XML()

Declaration
public bool ShouldSerializePatents_XML()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX