Class Input
Inheritance
System.Object
Input
Assembly: CycloneDX.Core.dll
public class Input : object
Properties
|
Improve this Doc
View Source
Declaration
public AttachedText Data { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public EnvironmentVarChoices EnvironmentVars { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Parameter> Parameters { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ResourceReferenceChoice Resource { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ResourceReferenceChoice Source { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ResourceReferenceChoice Target { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeEnvironmentVars()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeParameters()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|