Show / Hide Table of Contents

Class Lifecycles

Inheritance
System.Object
Lifecycles
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Lifecycles : object

Properties

| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Phase

Declaration
public Lifecycles.LifecyclePhase? Phase { get; set; }
Property Value
Type Description
System.Nullable<Lifecycles.LifecyclePhase>

Methods

| Improve this Doc View Source

ShouldSerializePhase()

Declaration
public bool ShouldSerializePhase()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX