Show / Hide Table of Contents

Class Service

Inheritance
object
Service
Implements
IEquatable<Service>
IHasBomRef
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Service : IEquatable<Service>, IHasBomRef

Constructors

| Edit this page View Source

Service()

Declaration
public Service()

Properties

| Edit this page View Source

Authenticated

Declaration
[ProtoMember(8)]
public bool? Authenticated { get; set; }
Property Value
Type Description
bool?
| 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

Data

Declaration
[JsonPropertyName("data")]
[ProtoMember(10)]
public List<DataFlow> Data { get; set; }
Property Value
Type Description
List<DataFlow>
| Edit this page View Source

Description

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

Endpoints

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

ExternalReferences

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

Group

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

Licenses

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

Name

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

NonNullableAuthenticated

Declaration
[JsonIgnore]
public bool NonNullableAuthenticated { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

NonNullableXTrustBoundary

Declaration
[JsonIgnore]
public bool NonNullableXTrustBoundary { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Properties

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

Provider

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

ReleaseNotes

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

Services

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

Signature

Declaration
public SignatureChoice Signature { get; set; }
Property Value
Type Description
SignatureChoice
| Edit this page View Source

Tags

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

TrustZone

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

Version

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

XTrustBoundary

Declaration
[JsonPropertyName("x-trust-boundary")]
[ProtoMember(9)]
public bool? XTrustBoundary { get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

XmlData

Declaration
[JsonIgnore]
public ServiceDataChoices XmlData { get; set; }
Property Value
Type Description
ServiceDataChoices
| Edit this page View Source

XmlSignature

Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type Description
XmlElement

Methods

| Edit this page View Source

Equals(Service)

Declaration
public bool Equals(Service obj)
Parameters
Type Name Description
Service obj
Returns
Type Description
bool
| Edit this page View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
| Edit this page View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
| Edit this page View Source

ShouldSerializeData()

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

ShouldSerializeExternalReferences()

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

ShouldSerializeNonNullableAuthenticated()

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

ShouldSerializeNonNullableXTrustBoundary()

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

ShouldSerializeProperties()

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

ShouldSerializeReleaseNotes()

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

ShouldSerializeServices()

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

ShouldSerializeTags()

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

ShouldSerializeXmlData()

Declaration
public bool ShouldSerializeXmlData()
Returns
Type Description
bool

Implements

IEquatable<T>
IHasBomRef
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX