Show / Hide Table of Contents

Class CreationInfo

Inheritance
System.Object
CreationInfo
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class CreationInfo : 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

Created

Identify when the SPDX file was originally created. The date is to be specified according to combined date and time in UTC format as specified in ISO 8601 standard. This field is distinct from the fields in section 8, which involves the addition of information during a subsequent review.

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Creators

Identify who (or what, in the case of a tool) created the SPDX file. If the SPDX file was created by an individual, indicate the person's name. If the SPDX file was created on behalf of a company or organization, indicate the entity name. If the SPDX file was created using a software tool, indicate the name and version for that tool. If multiple participants or tools were involved, use multiple instances of this field. Person name or organization name may be designated as “anonymous” if appropriate.

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

LicenseListVersion

An optional field for creators of the SPDX file to provide the version of the SPDX License List used when the SPDX file was created.

Declaration
public string LicenseListVersion { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX