Show / Hide Table of Contents

Class Workspace

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

Properties

| Edit this page View Source

AccessMode

Declaration
[ProtoMember(8)]
public Workspace.AccessModeType? AccessMode { get; set; }
Property Value
Type Description
Workspace.AccessModeType?
| Edit this page View Source

Aliases

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

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Description

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

ManagedDataType

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

MountPath

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

Name

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

NonNullableAccessMode

Declaration
[JsonIgnore]
public Workspace.AccessModeType NonNullableAccessMode { get; set; }
Property Value
Type Description
Workspace.AccessModeType
| Edit this page View Source

Properties

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

ResourceReferences

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

Uid

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

Volume

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

VolumeRequest

Declaration
[ProtoMember(11)]
public string VolumeRequest { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeAliases()

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

ShouldSerializeNonNullableAccessMode()

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

ShouldSerializeProperties()

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

ShouldSerializeResourceReferences()

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