Class Annotation
Inheritance
System.Object
Annotation
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class Annotation : object
Properties
| Improve this Doc View SourceAnnotationDate
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
Type | Description |
---|---|
DateTime |
AnnotationType
Type of the annotation.
Declaration
public AnnotationType AnnotationType { get; set; }
Property Value
Type | Description |
---|---|
AnnotationType |
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
Type | Description |
---|---|
System.String |
Comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |