Show / Hide Table of Contents

Class Metadata

Inheritance
object
Metadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Metadata

Properties

| Edit this page View Source

Authors

Declaration
[ProtoMember(3)]
public List<OrganizationalContact> Authors { get; set; }
Property Value
Type Description
List<OrganizationalContact>
| Edit this page View Source

Component

Declaration
[ProtoMember(4)]
public Component Component { get; set; }
Property Value
Type Description
Component
| Edit this page View Source

Licenses

Declaration
[ProtoMember(7)]
public List<LicenseChoice> Licenses { get; set; }
Property Value
Type Description
List<LicenseChoice>
| Edit this page View Source

Lifecycles

Declaration
[ProtoMember(9)]
public List<Lifecycles> Lifecycles { get; set; }
Property Value
Type Description
List<Lifecycles>
| Edit this page View Source

Manufacture

Declaration
[Obsolete("This will be removed in a future version.Use the @.component.manufacturer instead.")]
[ProtoMember(5)]
public OrganizationalEntity Manufacture { get; set; }
Property Value
Type Description
OrganizationalEntity
| Edit this page View Source

Manufacturer

Declaration
[ProtoMember(10)]
public OrganizationalEntity Manufacturer { get; set; }
Property Value
Type Description
OrganizationalEntity
| Edit this page View Source

Properties

Declaration
[ProtoMember(8)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

ProtobufTools

Declaration
[JsonIgnore]
[ProtoMember(2)]
public List<ProtobufTools> ProtobufTools { get; set; }
Property Value
Type Description
List<ProtobufTools>
| Edit this page View Source

Supplier

Declaration
[ProtoMember(6)]
public OrganizationalEntity Supplier { get; set; }
Property Value
Type Description
OrganizationalEntity
| Edit this page View Source

Timestamp

Declaration
[ProtoMember(1)]
public DateTime? Timestamp { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

Tools

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

Methods

| Edit this page View Source

ShouldSerializeLicenses()

Declaration
public bool ShouldSerializeLicenses()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeLifecycles()

Declaration
public bool ShouldSerializeLifecycles()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeManufacture_Xml()

Declaration
public bool ShouldSerializeManufacture_Xml()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeManufacturer()

Declaration
public bool ShouldSerializeManufacturer()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeTimestamp()

Declaration
public bool ShouldSerializeTimestamp()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX