Show / Hide Table of Contents

Class AnnotatorChoice

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

Properties

| Edit this page View Source

Component

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

Individual

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

Organization

Declaration
[ProtoMember(1)]
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity
| Edit this page View Source

Service

Declaration
[ProtoMember(4)]
public Service Service { get; set; }
Property Value
Type Description
Service
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX