Show / Hide Table of Contents

Class ContainerResources

Represents a container and its file resources.

Inheritance
object
ContainerResources
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class ContainerResources

Properties

View Source

ContainerName

Gets or sets the name of the container.

Declaration
public string ContainerName { get; set; }
Property Value
Type Description
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<string>

The files.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.