Class ReviewInformation
Inheritance
ReviewInformation
Assembly: CycloneDX.Spdx.dll
public class ReviewInformation
Properties
|
Edit this page
View Source
Declaration
public string Comment { get; set; }
Property Value
|
Edit this page
View Source
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
|
Edit this page
View Source
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