Show / Hide Table of Contents

Class PatentFamily

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

Properties

| 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

ExternalReferences

Declaration
[ProtoMember(5)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
Type Description
List<ExternalReference>
| Edit this page View Source

FamilyId

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

Members

Declaration
[ProtoMember(4)]
public List<string> Members { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

PriorityApplication

Declaration
[ProtoMember(3)]
public PriorityApplication PriorityApplication { get; set; }
Property Value
Type Description
PriorityApplication

Methods

| Edit this page View Source

ShouldSerializeExternalReferences()

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

ShouldSerializeMembers()

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