Show / Hide Table of Contents

Class Variable

Represents an object-valued execution context variable.

Inheritance
object
Variable
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.WorkExecution.ExecutionModel
Assembly: DNVGL.One.Compute.WorkExecution.dll
Syntax
public class Variable

Constructors

View Source

Variable(string, object)

Initializes a new instance of the Variable class.

Declaration
public Variable(string name, object value)
Parameters
Type Name Description
string name

The variable name.

object value

The variable value.

See Also
IVariableContainer
IExecutionContext

Properties

View Source

Name

Gets the variable name.

Declaration
public string Name { get; }
Property Value
Type Description
string

The variable name.

See Also
IVariableContainer
IExecutionContext
View Source

Value

Gets the variable value.

Declaration
public object Value { get; }
Property Value
Type Description
object

The variable value.

See Also
IVariableContainer
IExecutionContext

See Also

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