Class Output
Inheritance
System.Object
Output
Assembly: CycloneDX.Core.dll
Syntax
public class Output : object
Properties
|
Improve this Doc
View Source
Data
Declaration
public AttachedText Data { get; set; }
Property Value
|
Improve this Doc
View Source
EnvironmentVars
Declaration
public EnvironmentVarChoices EnvironmentVars { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Resource
Declaration
public ResourceReferenceChoice Resource { get; set; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
public ResourceReferenceChoice Source { get; set; }
Property Value
|
Improve this Doc
View Source
Target
Declaration
public ResourceReferenceChoice Target { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public Output.OutputType? Type { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeEnvironmentVars()
Declaration
public bool ShouldSerializeEnvironmentVars()
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
ShouldSerializeType()
Declaration
public bool ShouldSerializeType()
Returns
Type |
Description |
System.Boolean |
|