Class Annotation
Inheritance
System.Object
Annotation
Assembly: CycloneDX.Core.dll
Syntax
public class Annotation : object
Properties
|
Improve this Doc
View Source
Annotator
Declaration
public AnnotatorChoice Annotator { get; set; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
ShouldSerializeTimestamp()
Declaration
public bool ShouldSerializeTimestamp()
Returns
Type |
Description |
System.Boolean |
|