Show / Hide Table of Contents

Class ContainerResources

Represents a container and its file resources.

Inheritance
System.Object
ContainerResources
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class ContainerResources : object

Properties

View Source

ContainerName

Gets or sets the name of the container.

Declaration
public string ContainerName { get; set; }
Property Value
Type Description
System.String

The name of the container.

View Source

Files

Gets or sets the files.

Declaration
public List<string> Files { get; set; }
Property Value
Type Description
List<System.String>

The files.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.