Class Workspace
Inheritance
System.Object
Workspace
Assembly: CycloneDX.Core.dll
Syntax
public class Workspace : object
Properties
|
Improve this Doc
View Source
AccessMode
Declaration
public Workspace.AccessModeType? AccessMode { get; set; }
Property Value
|
Improve this Doc
View Source
Aliases
Declaration
public List<string> Aliases { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
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
ManagedDataType
Declaration
public string ManagedDataType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MountPath
Declaration
public string MountPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NonNullableAccessMode
Declaration
public Workspace.AccessModeType NonNullableAccessMode { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
ResourceReferences
Declaration
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
|
Improve this Doc
View Source
Uid
Declaration
public string Uid { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Volume
Declaration
public Volume Volume { get; set; }
Property Value
|
Improve this Doc
View Source
VolumeRequest
Declaration
public string VolumeRequest { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ShouldSerializeAliases()
Declaration
public bool ShouldSerializeAliases()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeNonNullableAccessMode()
Declaration
public bool ShouldSerializeNonNullableAccessMode()
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
ShouldSerializeResourceReferences()
Declaration
public bool ShouldSerializeResourceReferences()
Returns
Type |
Description |
System.Boolean |
|