Show / Hide Table of Contents

Class Targets

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

Properties

| Edit this page View Source

Components

Declaration
[ProtoMember(2)]
public List<Component> Components { get; set; }
Property Value
Type Description
List<Component>
| Edit this page View Source

Organizations

Declaration
[ProtoMember(1)]
public List<OrganizationalEntity> Organizations { get; set; }
Property Value
Type Description
List<OrganizationalEntity>
| Edit this page View Source

Services

Declaration
[ProtoMember(3)]
public List<Service> Services { get; set; }
Property Value
Type Description
List<Service>

Methods

| Edit this page View Source

ShouldSerializeComponents()

Declaration
public bool ShouldSerializeComponents()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeServices()

Declaration
public bool ShouldSerializeServices()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX