Class Annotation
Assembly: CycloneDX.Spdx.dll
Syntax
Properties
|
Edit this page
View Source
AnnotationDate
Identify when the comment was made. This is to be specified according to the combined date and time in the UTC format, as specified in the ISO 8601 standard.
Declaration
public DateTime AnnotationDate { get; set; }
Property Value
|
Edit this page
View Source
AnnotationType
Declaration
public AnnotationType AnnotationType { get; set; }
Property Value
|
Edit this page
View Source
Annotator
This field identifies the person, organization or tool that has commented on a file, package, or the entire document.
Declaration
public string Annotator { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Comment { get; set; }
Property Value