Class WorkflowTask
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class WorkflowTask
Properties
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(10)]
public List<Input> Inputs { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Outputs
Declaration
[ProtoMember(11)]
public List<Output> Outputs { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(5)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
ResourceReferences
Declaration
[ProtoMember(6)]
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
|
Edit this page
View Source
RuntimeTopology
Declaration
[ProtoMember(17)]
public List<Dependency> RuntimeTopology { get; set; }
Property Value
|
Edit this page
View Source
Steps
Declaration
[ProtoMember(9)]
public List<Step> Steps { get; set; }
Property Value
|
Edit this page
View Source
TaskTypes
Declaration
[ProtoMember(7)]
public List<WorkflowTask.TaskType> TaskTypes { get; set; }
Property Value
|
Edit this page
View Source
TimeEnd
Declaration
[ProtoMember(15)]
public DateTime? TimeEnd { get; set; }
Property Value
|
Edit this page
View Source
TimeStart
Declaration
[ProtoMember(14)]
public DateTime? TimeStart { get; set; }
Property Value
|
Edit this page
View Source
Trigger
Declaration
[ProtoMember(8)]
public Trigger Trigger { get; set; }
Property Value
|
Edit this page
View Source
Uid
Declaration
[ProtoMember(2)]
public string Uid { get; set; }
Property Value
|
Edit this page
View Source
Workspaces
Declaration
[ProtoMember(16)]
public List<Workspace> Workspaces { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
|
Edit this page
View Source
ShouldSerializeTimeEnd()
Declaration
public bool ShouldSerializeTimeEnd()
Returns
|
Edit this page
View Source
ShouldSerializeTimeStart()
Declaration
public bool ShouldSerializeTimeStart()
Returns