Class AnnotatorChoice
Inheritance
AnnotatorChoice
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class AnnotatorChoice
Properties
|
Edit this page
View Source
Component
Declaration
[ProtoMember(3)]
public Component Component { get; set; }
Property Value
|
Edit this page
View Source
Individual
Declaration
[ProtoMember(2)]
public OrganizationalContact Individual { get; set; }
Property Value
|
Edit this page
View Source
Organization
Declaration
[ProtoMember(1)]
public OrganizationalEntity Organization { get; set; }
Property Value
|
Edit this page
View Source
Service
Declaration
[ProtoMember(4)]
public Service Service { get; set; }
Property Value