Class PatentFamily
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
|
Edit this page
View Source
ExternalReferences
Declaration
[ProtoMember(5)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Edit this page
View Source
FamilyId
Declaration
[ProtoMember(2)]
public string FamilyId { get; set; }
Property Value
|
Edit this page
View Source
Members
Declaration
[ProtoMember(4)]
public List<string> Members { get; set; }
Property Value
|
Edit this page
View Source
PriorityApplication
Declaration
[ProtoMember(3)]
public PriorityApplication PriorityApplication { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns
|
Edit this page
View Source
ShouldSerializeMembers()
Declaration
public bool ShouldSerializeMembers()
Returns