Show / Hide Table of Contents

Class ApplicationVersionInfo

Application version information.

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

Constructors

View Source

ApplicationVersionInfo(String, String, String)

Initializes a new instance of the ApplicationVersionInfo class.

Declaration
public ApplicationVersionInfo(string applicationId, string versionId, string deploymentPath)
Parameters
Type Name Description
System.String applicationId

The application identifier.

System.String versionId

The version identifier.

System.String deploymentPath

The deployment path.

Fields

View Source

DefaultVersion

The default version.

Declaration
public const string DefaultVersion = null
Field Value
Type Description
System.String

Properties

View Source

ApplicationId

Gets the application identifier.

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

The application identifier.

View Source

DeploymentPath

Gets the deployment path.

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

The deployment path.

View Source

VersionId

Gets the version identifier.

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

The version identifier.

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