Class Service
Inheritance
System.Object
Service
Assembly: CycloneDX.Core.dll
Syntax
public class Service : IEquatable<Service>, IHasBomRef
Constructors
|
Improve this Doc
View Source
Service()
Declaration
Properties
|
Improve this Doc
View Source
Authenticated
Declaration
public bool? Authenticated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Data
Declaration
public List<DataFlow> Data { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Endpoints
Declaration
public List<string> Endpoints { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
ExternalReferences
Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Improve this Doc
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Licenses
Declaration
public List<LicenseChoice> Licenses { get; set; }
Property Value
|
Improve this Doc
View Source
LicensesSerialized
Declaration
public LicenseChoiceList LicensesSerialized { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NonNullableAuthenticated
Declaration
public bool NonNullableAuthenticated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NonNullableXTrustBoundary
Declaration
public bool NonNullableXTrustBoundary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Provider
Declaration
public OrganizationalEntity Provider { get; set; }
Property Value
|
Improve this Doc
View Source
ReleaseNotes
Declaration
public ReleaseNotes ReleaseNotes { get; set; }
Property Value
|
Improve this Doc
View Source
Services
Declaration
public List<Service> Services { get; set; }
Property Value
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<string> Tags { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
TrustZone
Declaration
public string TrustZone { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XmlData
Declaration
public ServiceDataChoices XmlData { get; set; }
Property Value
|
Improve this Doc
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type |
Description |
XmlElement |
|
|
Improve this Doc
View Source
XTrustBoundary
Declaration
public bool? XTrustBoundary { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Methods
|
Improve this Doc
View Source
Equals(Service)
Declaration
public bool Equals(Service obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ShouldSerializeData()
Declaration
public bool ShouldSerializeData()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeLicensesSerialized()
Declaration
public bool ShouldSerializeLicensesSerialized()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeNonNullableAuthenticated()
Declaration
public bool ShouldSerializeNonNullableAuthenticated()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeNonNullableXTrustBoundary()
Declaration
public bool ShouldSerializeNonNullableXTrustBoundary()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeReleaseNotes()
Declaration
public bool ShouldSerializeReleaseNotes()
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
Declaration
public bool ShouldSerializeTags()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeXmlData()
Declaration
public bool ShouldSerializeXmlData()
Returns
Type |
Description |
System.Boolean |
|
Implements