Show / Hide Table of Contents

Class PatentAssertion

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

Properties

| Edit this page View Source

Asserter

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

AssertionType

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

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Notes

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

PatentRefs

Declaration
[ProtoMember(3)]
public List<string> PatentRefs { get; set; }
Property Value
Type Description
List<string>

Methods

| Edit this page View Source

ShouldSerializePatentRefs()

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