Show / Hide Table of Contents

Class Annotation

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

Properties

| Improve this Doc View Source

Annotator

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

BomRef

Declaration
public string BomRef { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Subjects

Declaration
public List<string> Subjects { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Timestamp

Declaration
public DateTime? Timestamp { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

XmlSubjects

Declaration
public List<Annotation.XmlAnnotationSubject> XmlSubjects { get; set; }
Property Value
Type Description
List<Annotation.XmlAnnotationSubject>

Methods

| Improve this Doc View Source

ShouldSerializeTimestamp()

Declaration
public bool ShouldSerializeTimestamp()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX