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, ExecutableTypes)
Initializes a new instance of the ApplicationVersionInfo class.
Declaration
public ApplicationVersionInfo(string applicationId, string versionId, string deploymentPath, ExecutableTypes executableType = ExecutableTypes.Unknown)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | applicationId | The application identifier. |
| System.String | versionId | The version identifier. |
| System.String | deploymentPath | The deployment path. |
| ExecutableTypes | executableType | Application type. |
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. |
ExecutableType
Gets the executable type.
Declaration
public ExecutableTypes ExecutableType { get; }
Property Value
| Type | Description |
|---|---|
| ExecutableTypes |
VersionId
Gets the version identifier.
Declaration
public string VersionId { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The version identifier. |