Class WorkflowTask
Inheritance
System.Object
WorkflowTask
Assembly: CycloneDX.Core.dll
Syntax
public class WorkflowTask : object
Properties
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public List<Input> Inputs { get; set; }
Property Value
Type |
Description |
List<Input> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Outputs
Declaration
public List<Output> Outputs { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
ResourceReferences
Declaration
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
|
Improve this Doc
View Source
RuntimeTopology
Declaration
public List<Dependency> RuntimeTopology { get; set; }
Property Value
|
Improve this Doc
View Source
Steps
Declaration
public List<Step> Steps { get; set; }
Property Value
Type |
Description |
List<Step> |
|
|
Improve this Doc
View Source
TaskTypes
Declaration
public List<WorkflowTask.TaskType> TaskTypes { get; set; }
Property Value
|
Improve this Doc
View Source
TimeEnd
Declaration
public DateTime? TimeEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
TimeStart
Declaration
public DateTime? TimeStart { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Trigger
Declaration
public Trigger Trigger { get; set; }
Property Value
|
Improve this Doc
View Source
Uid
Declaration
public string Uid { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Workspaces
Declaration
public List<Workspace> Workspaces { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeTimeEnd()
Declaration
public bool ShouldSerializeTimeEnd()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeTimeStart()
Declaration
public bool ShouldSerializeTimeStart()
Returns
Type |
Description |
System.Boolean |
|