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 SourceApplicationVersionInfo(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 SourceDefaultVersion
The default version
Declaration
public const string DefaultVersion = null
Field Value
Type | Description |
---|---|
System.String |
Properties
View SourceApplicationId
Gets the application identifier.
Declaration
public string ApplicationId { get; }
Property Value
Type | Description |
---|---|
System.String | The application identifier. |
DeploymentPath
Gets the deployment path.
Declaration
public string DeploymentPath { get; }
Property Value
Type | Description |
---|---|
System.String | The deployment path. |
VersionId
Gets the version identifier.
Declaration
public string VersionId { get; }
Property Value
Type | Description |
---|---|
System.String | The version identifier. |