Class Step
Inheritance
System.Object
Step
Assembly: CycloneDX.Core.dll
Syntax
public class Step : object
Properties
|
Improve this Doc
View Source
Commands
Declaration
public List<Command> Commands { 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
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeCommands()
Declaration
public bool ShouldSerializeCommands()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|