Class ReviewInformation
Inheritance
System.Object
ReviewInformation
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class ReviewInformation : object
Properties
| Improve this Doc View SourceComment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReviewDate
The date and time at which the SpdxDocument was reviewed. This value must be in UTC and have 'Z' as its timezone indicator.
Declaration
public DateTime ReviewDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Reviewer
The name and, optionally, contact information of the person who performed the review. Values of this property must conform to the agent and tool syntax.
Declaration
public string Reviewer { get; set; }
Property Value
Type | Description |
---|---|
System.String |