Show / Hide Table of Contents

Class Targets

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

Properties

| Improve this Doc View Source

Components

Declaration
public List<Component> Components { get; set; }
Property Value
Type Description
List<Component>
| Improve this Doc View Source

Organizations

Declaration
public List<OrganizationalEntity> Organizations { get; set; }
Property Value
Type Description
List<OrganizationalEntity>
| Improve this Doc View Source

Services

Declaration
public List<Service> Services { get; set; }
Property Value
Type Description
List<Service>

Methods

| Improve this Doc View Source

ShouldSerializeComponents()

Declaration
public bool ShouldSerializeComponents()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeServices()

Declaration
public bool ShouldSerializeServices()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX