Show / Hide Table of Contents

Class Input

Inheritance
System.Object
Input
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Input : object

Properties

| Improve this Doc View Source

Data

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

EnvironmentVars

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

Parameters

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

Properties

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

Resource

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

Source

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

Target

Declaration
public ResourceReferenceChoice Target { get; set; }
Property Value
Type Description
ResourceReferenceChoice

Methods

| Improve this Doc View Source

ShouldSerializeEnvironmentVars()

Declaration
public bool ShouldSerializeEnvironmentVars()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeParameters()

Declaration
public bool ShouldSerializeParameters()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX