Show / Hide Table of Contents

Class Data

Inheritance
object
Data
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 Data

Properties

| Edit this page View Source

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Classification

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

Contents

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

Description

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

Governance

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

Graphics

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

Name

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

SensitiveData

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

Type

Declaration
[ProtoMember(2)]
public Data.DataType Type { get; set; }
Property Value
Type Description
Data.DataType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX