Show / Hide Table of Contents

Class Metadata

Inheritance
System.Object
Metadata
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Metadata : object

Properties

| Improve this Doc View Source

Authors

Declaration
public List<OrganizationalContact> Authors { get; set; }
Property Value
Type Description
List<OrganizationalContact>
| Improve this Doc View Source

Component

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

Licenses

Declaration
public List<LicenseChoice> Licenses { get; set; }
Property Value
Type Description
List<LicenseChoice>
| Improve this Doc View Source

LicensesSerialized

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

Lifecycles

Declaration
public List<Lifecycles> Lifecycles { get; set; }
Property Value
Type Description
List<Lifecycles>
| Improve this Doc View Source

Manufacture

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

Manufacture_Xml

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

Manufacturer

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

Properties

Declaration
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Improve this Doc View Source

ProtobufTools

Declaration
public List<ProtobufTools> ProtobufTools { get; set; }
Property Value
Type Description
List<ProtobufTools>
| Improve this Doc View Source

Supplier

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

Timestamp

Declaration
public DateTime? Timestamp { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

Tools

Declaration
public ToolChoices Tools { get; set; }
Property Value
Type Description
ToolChoices

Methods

| Improve this Doc View Source

ShouldSerializeLicenses()

Declaration
public bool ShouldSerializeLicenses()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeLicensesSerialized()

Declaration
public bool ShouldSerializeLicensesSerialized()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeLifecycles()

Declaration
public bool ShouldSerializeLifecycles()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeManufacture_Xml()

Declaration
public bool ShouldSerializeManufacture_Xml()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeManufacturer()

Declaration
public bool ShouldSerializeManufacturer()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeTimestamp()

Declaration
public bool ShouldSerializeTimestamp()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX