Show / Hide Table of Contents

Class Input

Inheritance
object
Input
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 Input

Properties

| Edit this page View Source

Data

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

EnvironmentVars

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

Parameters

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

Properties

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

Resource

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

Source

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

Target

Declaration
[ProtoMember(2)]
public ResourceReferenceChoice Target { get; set; }
Property Value
Type Description
ResourceReferenceChoice

Methods

| Edit this page View Source

ShouldSerializeEnvironmentVars()

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

ShouldSerializeParameters()

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

ShouldSerializeProperties()

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