Show / Hide Table of Contents

Class Workspace

Inheritance
System.Object
Workspace
Namespace: CycloneDX.Models
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
Type Description
System.Nullable<Workspace.AccessModeType>
| 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
Type Description
Workspace.AccessModeType
| Improve this Doc View Source

Properties

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

ResourceReferences

Declaration
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
Type Description
ResourceReferenceChoices
| 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
Type Description
Volume
| 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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX