Class Targets
Inheritance
System.Object
Targets
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
|
Improve this Doc
View Source
Organizations
Declaration
public List<OrganizationalEntity> Organizations { get; set; }
Property Value
|
Improve this Doc
View Source
Services
Declaration
public List<Service> Services { get; set; }
Property Value
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 |
|