Show / Hide Table of Contents

Class AnnotatorChoice

Inheritance
System.Object
AnnotatorChoice
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class AnnotatorChoice : object

Properties

| Improve this Doc View Source

Component

Declaration
public Component Component { get; set; }
Property Value
Type Description
Component
| Improve this Doc View Source

Individual

Declaration
public OrganizationalContact Individual { get; set; }
Property Value
Type Description
OrganizationalContact
| Improve this Doc View Source

Organization

Declaration
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity
| Improve this Doc View Source

Service

Declaration
public Service Service { get; set; }
Property Value
Type Description
Service
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX