Show / Hide Table of Contents

Class Data

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

Properties

| Improve this Doc View Source

BomRef

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

Classification

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

Contents

Declaration
public Data.DataContents Contents { get; set; }
Property Value
Type Description
Data.DataContents
| Improve this Doc View Source

Description

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

Governance

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

Graphics

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

Name

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

SensitiveData

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

Type

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