Class Service
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Service : IEquatable<Service>, IHasBomRef
Constructors
|
Edit this page
View Source
Service()
Declaration
Properties
|
Edit this page
View Source
Authenticated
Declaration
[ProtoMember(8)]
public bool? Authenticated { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Data
Declaration
[JsonPropertyName("data")]
[ProtoMember(10)]
public List<DataFlow> Data { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(6)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Endpoints
Declaration
[ProtoMember(7)]
public List<string> Endpoints { get; set; }
Property Value
|
Edit this page
View Source
ExternalReferences
Declaration
[ProtoMember(12)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Edit this page
View Source
Group
Declaration
[ProtoMember(3)]
public string Group { get; set; }
Property Value
|
Edit this page
View Source
Licenses
Declaration
[ProtoMember(11)]
public List<LicenseChoice> Licenses { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(4)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
NonNullableAuthenticated
Declaration
[JsonIgnore]
public bool NonNullableAuthenticated { get; set; }
Property Value
|
Edit this page
View Source
NonNullableXTrustBoundary
Declaration
[JsonIgnore]
public bool NonNullableXTrustBoundary { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(14)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Provider
Declaration
[ProtoMember(2)]
public OrganizationalEntity Provider { get; set; }
Property Value
|
Edit this page
View Source
ReleaseNotes
Declaration
[ProtoMember(15)]
public ReleaseNotes ReleaseNotes { get; set; }
Property Value
|
Edit this page
View Source
Services
Declaration
[ProtoMember(13)]
public List<Service> Services { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(17)]
public List<string> Tags { get; set; }
Property Value
|
Edit this page
View Source
TrustZone
Declaration
[ProtoMember(16)]
public string TrustZone { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[ProtoMember(5)]
public string Version { get; set; }
Property Value
|
Edit this page
View Source
XTrustBoundary
Declaration
[JsonPropertyName("x-trust-boundary")]
[ProtoMember(9)]
public bool? XTrustBoundary { get; set; }
Property Value
|
Edit this page
View Source
XmlData
Declaration
[JsonIgnore]
public ServiceDataChoices XmlData { get; set; }
Property Value
|
Edit this page
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Methods
|
Edit this page
View Source
Equals(Service)
Declaration
public bool Equals(Service obj)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ShouldSerializeData()
Declaration
public bool ShouldSerializeData()
Returns
|
Edit this page
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns
|
Edit this page
View Source
ShouldSerializeNonNullableAuthenticated()
Declaration
public bool ShouldSerializeNonNullableAuthenticated()
Returns
|
Edit this page
View Source
ShouldSerializeNonNullableXTrustBoundary()
Declaration
public bool ShouldSerializeNonNullableXTrustBoundary()
Returns
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
|
Edit this page
View Source
ShouldSerializeReleaseNotes()
Declaration
public bool ShouldSerializeReleaseNotes()
Returns
|
Edit this page
View Source
ShouldSerializeServices()
Declaration
public bool ShouldSerializeServices()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeTags()
Returns
|
Edit this page
View Source
ShouldSerializeXmlData()
Declaration
public bool ShouldSerializeXmlData()
Returns
Implements