Show / Hide Table of Contents

Class ModelCard

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

Considerations

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

ModelParameters

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

QuantitativeAnalysis

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