Class Lifecycles
Inheritance
System.Object
Lifecycles
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
Methods
|
Improve this Doc
View Source
ShouldSerializePhase()
Declaration
public bool ShouldSerializePhase()
Returns
Type |
Description |
System.Boolean |
|