Show / Hide Table of Contents

Class Workflow

Inheritance
System.Object
Workflow
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Workflow : 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

Inputs

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
Type Description
List<Output>
| Improve this Doc View Source

Properties

Declaration
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Improve this Doc View Source

ResourceReferences

Declaration
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
Type Description
ResourceReferenceChoices
| Improve this Doc View Source

RuntimeTopology

Declaration
public List<Dependency> RuntimeTopology { get; set; }
Property Value
Type Description
List<Dependency>
| Improve this Doc View Source

Steps

Declaration
public List<Step> Steps { get; set; }
Property Value
Type Description
List<Step>
| Improve this Doc View Source

TaskDependencies

Declaration
public List<Dependency> TaskDependencies { get; set; }
Property Value
Type Description
List<Dependency>
| Improve this Doc View Source

Tasks

Declaration
public List<WorkflowTask> Tasks { get; set; }
Property Value
Type Description
List<WorkflowTask>
| Improve this Doc View Source

TaskTypes

Declaration
public List<WorkflowTask.TaskType> TaskTypes { get; set; }
Property Value
Type Description
List<WorkflowTask.TaskType>
| 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
Type Description
Trigger
| 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
Type Description
List<Workspace>

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX