Show / Hide Table of Contents

Class WorkflowTask

Inheritance
object
WorkflowTask
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
string
| Edit this page View Source

Description

Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Inputs

Declaration
[ProtoMember(10)]
public List<Input> Inputs { get; set; }
Property Value
Type Description
List<Input>
| Edit this page View Source

Name

Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Outputs

Declaration
[ProtoMember(11)]
public List<Output> Outputs { get; set; }
Property Value
Type Description
List<Output>
| Edit this page View Source

Properties

Declaration
[ProtoMember(5)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

ResourceReferences

Declaration
[ProtoMember(6)]
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
Type Description
ResourceReferenceChoices
| Edit this page View Source

RuntimeTopology

Declaration
[ProtoMember(17)]
public List<Dependency> RuntimeTopology { get; set; }
Property Value
Type Description
List<Dependency>
| Edit this page View Source

Steps

Declaration
[ProtoMember(9)]
public List<Step> Steps { get; set; }
Property Value
Type Description
List<Step>
| Edit this page View Source

TaskTypes

Declaration
[ProtoMember(7)]
public List<WorkflowTask.TaskType> TaskTypes { get; set; }
Property Value
Type Description
List<WorkflowTask.TaskType>
| Edit this page View Source

TimeEnd

Declaration
[ProtoMember(15)]
public DateTime? TimeEnd { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

TimeStart

Declaration
[ProtoMember(14)]
public DateTime? TimeStart { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

Trigger

Declaration
[ProtoMember(8)]
public Trigger Trigger { get; set; }
Property Value
Type Description
Trigger
| Edit this page View Source

Uid

Declaration
[ProtoMember(2)]
public string Uid { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Workspaces

Declaration
[ProtoMember(16)]
public List<Workspace> Workspaces { get; set; }
Property Value
Type Description
List<Workspace>

Methods

| Edit this page View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeTimeEnd()

Declaration
public bool ShouldSerializeTimeEnd()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeTimeStart()

Declaration
public bool ShouldSerializeTimeStart()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX