Show / Hide Table of Contents

Class PackagedApplicationReference

Represents a reference to a packaged application.

Inheritance
object
ApplicationReference
PackagedApplicationReference
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 PackagedApplicationReference : ApplicationReference

Properties

View Source

ApplicationPackageId

Gets or sets the application identifier.

Declaration
[DataMember]
public string ApplicationPackageId { get; set; }
Property Value
Type Description
string

The application identifier.

See Also
ApplicationReference
View Source

Version

Gets or sets the version.

Declaration
[DataMember]
public string Version { get; set; }
Property Value
Type Description
string

The version.

See Also
ApplicationReference

See Also

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