Show / Hide Table of Contents

Class ModelCard

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

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

Considerations

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

ModelParameters

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

QuantitativeAnalysis

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