Show / Hide Table of Contents

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 Source

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX