Show / Hide Table of Contents

Class ReviewInformation

Inheritance
object
ReviewInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class ReviewInformation

Properties

| Edit this page View Source

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
string
| Edit this page 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
| Edit this page 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
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX