Class Workspace
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
|
Edit this page
View Source
Aliases
Declaration
[ProtoMember(4)]
public List<string> Aliases { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(5)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
ManagedDataType
Declaration
[ProtoMember(10)]
public string ManagedDataType { get; set; }
Property Value
|
Edit this page
View Source
MountPath
Declaration
[ProtoMember(9)]
public string MountPath { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
NonNullableAccessMode
Declaration
[JsonIgnore]
public Workspace.AccessModeType NonNullableAccessMode { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(6)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
ResourceReferences
Declaration
[ProtoMember(7)]
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
|
Edit this page
View Source
Uid
Declaration
[ProtoMember(2)]
public string Uid { get; set; }
Property Value
|
Edit this page
View Source
Volume
Declaration
[ProtoMember(12)]
public Volume Volume { get; set; }
Property Value
|
Edit this page
View Source
VolumeRequest
Declaration
[ProtoMember(11)]
public string VolumeRequest { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeAliases()
Declaration
public bool ShouldSerializeAliases()
Returns
|
Edit this page
View Source
ShouldSerializeNonNullableAccessMode()
Declaration
public bool ShouldSerializeNonNullableAccessMode()
Returns
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
|
Edit this page
View Source
ShouldSerializeResourceReferences()
Declaration
public bool ShouldSerializeResourceReferences()
Returns