Class PatentAssertion
Inheritance
PatentAssertion
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
|
Edit this page
View Source
AssertionType
Declaration
[ProtoMember(2)]
public PatentAssertionType AssertionType { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Notes
Declaration
[ProtoMember(5)]
public string Notes { get; set; }
Property Value
|
Edit this page
View Source
PatentRefs
Declaration
[ProtoMember(3)]
public List<string> PatentRefs { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializePatentRefs()
Declaration
public bool ShouldSerializePatentRefs()
Returns