Show / Hide Table of Contents

Class PackagedApplicationReference

Represents a reference to a packaged application

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

Properties

View Source

ApplicationPackageId

Gets or sets the application identifier.

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

The application identifier.

View Source

Version

Gets or sets the version.

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

The version.

See Also

ApplicationReference
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.